sy6sy2 / xbmc

Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS and Windows.
https://kodi.tv/
Other
6 stars 1 forks source link

Top Shelf: show Favourites instead of recent movies/tv shows #61

Open kambala-decapitator opened 5 years ago

kambala-decapitator commented 5 years ago

also remove the 5 items limit

kaaspad commented 5 years ago

@kambala-decapitator this would actually be great. What i've noticed on most apple tv apps is that they show what is up next for you. There is a plugin called Up Next which I personally use heavily - how could we utilize this plugin for top shelf (obviously only if its installed). What I think would be the best option here is to have a choice - 1. recent, 2. favorites, 3. up next (requires plugin) - is this at all possible after runtime?

kambala-decapitator commented 5 years ago

@kaaspad yes, all of this is possible

pogarek commented 5 years ago

@kaaspad Check if Up Next can add something to library . Then it should just work in TopShelf .

Yesterday I've tested Yoda add on. It has an option to add to Library (actually it creates directory in file system that needs to be added as video source) . I got episodes added to Library and got them in TopShelf . However top shelf got flooded with Recently Addedd Episodes . So first make sure, that TV Shows entry in Library shows something, that make sense.

sy6sy2 commented 4 years ago

@kambala-decapitator this would actually be great. What i've noticed on most apple tv apps is that they show what is up next for you. There is a plugin called Up Next which I personally use heavily - how could we utilize this plugin for top shelf (obviously only if its installed). What I think would be the best option here is to have a choice - 1. recent, 2. favorites, 3. up next (requires plugin) - is this at all possible after runtime?

We can also have 4. Live TV channels

sy6sy2 commented 4 years ago

PR to choose between "Live TV channels" and "Recently added movies and TV shows" for the Top Shelf items: https://github.com/xbmc/xbmc/pull/17853