The series "Money Heist" (original: La Casa de Papel La casa de papel - TheTVDB.com) has two sortings on thetvdb.com - aired and netflix. It it possible to use the netflix order in the TVSeries-plugin
Don't think support for that is available, and just DVD order or Aired... Unless the MP-TVSeries is able to see the "Netflix" entry as "DVD"... have you tried that first to see if it has any effect?
Otherwise it will require development effort by @ltfearme or others, and that might be easiest said that done. Could be a 5-minute fix, or 5-days, and not sure if developers have time for that, but doesn't hurt to inquire
Then we're back to waiting on devs... item like this is simple enough for even me to look at and create a pull request for, but I'm still not setup yet for MediaPortal development (though I got closer again yesterday by prepping HTPC).
The easiest fix would be to allow "Netflix" to be seen as DVD-order in this case, which is not proper and a dedicated "Netflix Order" would be ideal, but that will probably require a lot of extra coding, whereas tricking MP-TVSeries into considering Netflix order data from TheTVdB to be DVD-order is probably much simpler and would not add a lot of confusion for end-users. If the series ever gets released onto DVD it will either follow aired order or Netflix order more than likely anyway, and optical media is kinda going away with everybody preferring to stream their media.
Can locate some code where the DVD SortOrder is taking into account, such as at:
MP-TVSeries is a popular TV Series plug-in for MediaPortal, an open-source media center application. It focuses on managing the user's TV Series library with minimal user interaction, allowing ...
github.com
But trouble locating where it makes the API call decision.
I don't believe we have access to this data on the TVDb v1 API which the plugin still uses, so this would require a significant amount of work as would need to upgrade to v3 of the API.
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its database".
Anyway, I found a way to do this which was far from automated but relatively low effort. I found what looked like all the images (CD covers, DVD covers, backgrounds etc all lumped together in...
Hi.
I was probably being a bit fast and loose with my terminology. I meant "somewhere within the files that MP2 uses in its...
I am in the process of setting up a legacy media player (Mede8er) which I happened to have laying around into my home cinema setup...
I've updated dlls in first post.
Fixes:
Summary / Overview was always empty
Collections were not filtered to official ones
Studios were not populated
Fallback to english tagline didn't work
Score / Popularity now empty instead of dummy rating and unknown popularity numbers
Also I've tried to compile plugin against MP 1.34 x64 and...
I've updated dlls in first post.
Fixes:
Summary / Overview was always empty
Collections were not filtered to official ones
Studios...
Hi!
TheTVDB.com has movies in their API now.
API itself looks ok now so I decided to add TVDB to Moving Pictures. Check it if you...