Giter VIP home page Giter VIP logo

Comments (2)

Wintermute0110 avatar Wintermute0110 commented on July 17, 2024

It is very unlikely that I will implement such thing in an addon, because of the way addons work in Kodi. Addons are not being in execution all the time. Every time you enter a menu the addon execution starts and finishes. This has a lot of implications about what addons can and cannot do.

In any case, with some organization from your side you can "emulate" this behavior. Suppose you have your ROMs and assets in a NAS, and that you network mount the paths in the different computers where you have Kodi installed. Artwork is always shared between AEL instances because it is in the NAS. Regarding metadata, you can export all the metadata into NFO files which will be next to the ROMs, and other AEL instances can read these NFO files. Note that if you do not use the online scrapers, AEL can scan a launcher with thousands of ROMs in mere seconds. Furthermore, in another directory of the NAS you can keep all the XML configuration files, and if you choose the proper configuration these XML files can be shared among all the Kodi instances.

from plugin.program.ael.dev.

Hybrid512 avatar Hybrid512 commented on July 17, 2024

That's mostly what I'm doing, I was just hoping for a less tricky way.

Thx for your answer.

from plugin.program.ael.dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.