service.library.data.provider icon indicating copy to clipboard operation
service.library.data.provider copied to clipboard

Python script for use with XBMC

Results 7 service.library.data.provider issues
Sort by recently updated
recently updated
newest added

Line 539, from **if limit is not -1:** to _**if limit != -1:**_

… of shows not in progress Typical "recommanded episodes" gives you the first unwatched episode of all the shows that are in progress ; but it's missing two things to...

Cast listing is broken for tvshows. You just missed 2 lines.

This would add "Resume Watching" functionality to the homescreen... The recommendedmovies tag retrieves only the resumable movies, which is the desired result. But the recommendedepisodes tag retrieves "tv shows in...

Not an issue, but a feature request: Would it be possible to have this: `plugin://service.library.data.provider?type=recommendedmovies+recommendedepisodes&reload=$INFO[Window.Property(recommendedmovies)]$INFO[Window.Property(recommendedepisodes)]` populate the list in the order they were last played? At the moment, it loads...

Looking through the source, it seems to me that the service updates every 10 minutes, when media is not playing. Would it be possible to limit this to only update...