Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Script to provide watchlist functionality in Kodi library view

License

Notifications You must be signed in to change notification settings

jeroenpardon/script.watchlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

script.watchlist

Script to provide watchlist functionality in Kodi library view, lists the next unwatched episodes or resumable movies.

Information for skin developers

Include the following in your addon.xml:

<import addon="script.watchlist" version="0.0.1"/>

Use with:

<onclick>ActivateWindow(video,plugin://script.watchlist?type=[type],return)</onclick>

Where type is one of the following:

  • movies
  • episodes

Credits

This script was created by Unfledged. Script is based upon service.library.data.provider, itself based upon service.skin.widgets.

License

GNU General Public License v2.0

About

Script to provide watchlist functionality in Kodi library view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages