Git Product home page Git Product logo

Comments (2)

MoojMidge avatar MoojMidge commented on July 16, 2024

Maybe. Can you describe in greater detail what you are trying to achieve, or what the problem is? Ideally a log showing the playback that you want with TMDb Helper playlists, and a log showing the playback that you don't want with another plugin playlists, would help to determine whether it is feasible or not.

That being said, playlist handling (or ignoring) is relatively straightforward and there is already a setting for this, but a playlist can contain pretty much anything, including plugin items.

While it can be done, I don't currently have the time (or the motivation) to add functionality to scan a playlist to check what the items in the playlist are, as the logic to do so properly is not straightforward.

As an example take the following example playlist - what should happen if you want to ignore Plugin1 items, or instead Plugin2 items? Should it skip the plugin items that you want to ignore and go to the next allowed item? Should it just stop if it sees a plugin item that you want to ignore? Should it start again when a plugin item that you don't want to ignore is played from the playlist? What if a plugin item that don't want to ignore, creates or redirects to a plugin item that you do want to ignore (like TMDb Helper can and will do)?

1. Plugin1 item
2. Plugin2 item
3. Plugin1 item
4. Plugin1 item
5. Plugin3 item redirects to a Plugin2 item
6. Plugin3 item redirects to a Plugin1 item
7. Library item
8. Non-library item

In terms of a single plugin item, UpNext requires explicit plugin integration and assumes that if a plugin provides this integration then it should be used. The exception is when TMDb Helper integration is enabled, which then offloads the integration to whatever players are configured with TMDb Helper.

It is possible to add a filter for this in UpNext, so that it will ignore individual plugin items that do integrate with UpNext, and I will add this to my TODO list, but I don't think this is the functionality you actually want.

from service.upnext.

booyakafoo avatar booyakafoo commented on July 16, 2024

Thank you for the detailed response. After your explanation on how playlists are working I was able to disable them in Kodi and the addon in question and I am no longer being prompted to play the next episode when TMDb Helper plays an episode via an addon player.

from service.upnext.

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.