-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Kodi library support #815
base: master
Are you sure you want to change the base?
Conversation
0aaed7a
to
fe84afe
Compare
9091cc2
to
0b561ef
Compare
After a discussion with @michaelarnauts, there is also an option to leave up to the user what Movies and TV shows are integrated, by adding:
Then the user can decide whether they want to include only the Favorites, or instead all the Movies and TV shows. So this is something we have to decide, do we have a flag in the settings to change the behaviour, or a different target? I already made an option to include Docu and Music to Movies, I used to have different targets for these as well, but it is a lot more work for the end-user to have to add a new source for each. |
c718c39
to
842fa5b
Compare
4ca4763
to
1a2d5fe
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only get favourite tv-shows with plugin://plugin.video.vrt.nu/library/tvshows
Then the user can decide whether they want to include only the Favorites, or instead all the Movies and TV shows. So this is something we have to decide, do we have a flag in the settings to change the behaviour, or a different target?
I think it is confusing to use a setting that changes the behaviour of the plugin url. Using different plugin urls is better. Especially when these plugin urls are used outside the add-on environment.
This adds support for adding VRT NU as a Kodi library source.
I'm not familiar with this functionality with regard to add-ons, does this have advantages over using the add-on itself?
That is intentional. Using the "Recently added TV shows" it makes no sense to have to see all the episodes of everything at VRT NU. But it will be a setting you can switch as well.
We debated this, and today came to the conclusion using settings was the most convenient for users. It would make the sources configuration identical for everyone. And similar across add-ons.
You see movies and TV shows listed in a single interface, and see what movies or TV shows were recently added. If you only use e.g. VRT NU, there is no real advantage. But if you frequently use more than one add-on it is nice to see new episodes in a single interface. |
I think the most clear experience would be to have the same behaviour for Movies and TV Shows and export only the items in your favourites by default. It seems like an odd choice to do it by default for series, but not for movies |
Well, on VRT NU a movie is usually only around for 7 days, so most people would never "Follow" or "Watch Later" a movie. In most cases if they were not aware, they would miss it. The nice things about the Kodi Library is that these new Movies (we only have a handful) would appear in the "Recently added " list. Same for TV Shows, but there having all episodes listed would be a poor signal-to-noise ratio. So for Movies, if you don't add all, you have no signal and no noise, but for TV shows adding them all, would mean mostly noise. I am not optimizing for the most consistent behaviour, I am optimizing for the best user experience. The settings should make the defaults obvious and changeable by the user. |
Thinking about Netflix, I would probably do the same thing. I would like to know when Netflix adds new Movies, but I am only interested in new episodes of the stuff I am watching. |
I just noticed 5 new movies were released by Streamz:
Our kids will only see Pachamama on their Recently added Movies section. |
I would like to get this ready for an upcoming v2.5.0 release, based on the implementation and settings from VTM GO and Streamz. |
1a2d5fe
to
24217a6
Compare
This adds support for adding VRT NU as a Kodi library source. To use this, add the following Video sources to your Kodi: - VRT NU - Movies - location: plugin://plugin.video.vrt.nu/library/movies - type: Movies - provider: Local Information only - VRT NU - TV shows - location: plugin://plugin.video.vrt.nu/library/tvshows - type: TV shows - provider: Local Information only Then update your library to get VRT NU Movies and TV shows to show up in the standard Kodi library.
2a71d73
to
699f85a
Compare
I tried adding the sources to Kodi, but I'm always getting an error: 'Gedeeld op afstand: pad niet gevonden of ongeldig'. |
Kodi library support is not yet fully implemented, so this won't work. |
Thank you for clearing this out. Unfortunately have no code writing skills, but thanks for keeping the plug-in updated! |
This adds support for adding VRT NU as a Kodi library source. To use this, add the following Video sources to your Kodi:
Then update your library to get VRT NU Movies and TV shows to show up in the standard Kodi library.
This fixes #833
TODO
library_movies_use_favorites
library_movies_include_docu
library_movies_include_music
library_tvshows_use_favorites