Skip to content

desatur8/PlexScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlexScripts

  • Unwatched.py A script that will add first unwatched episode of a given plex collection to a playlist, and randomize the playlist
  • Reruns.py A script that will add previoulsy watched episodes of a given plex collection to a playlist, and randomize the playlist
  • PlexEditDateAdded.py A script that change the date added attribute for a specific movie in your database, to remove from the recently added list

plex_config.py

PLEX_URL = http://x.x.x.x:32400 url of your plex server
PLEX_TOKEN = 123ABcdEf567 Token of your plex server
NUMBER_OF_SHOWS = 5 total number of episodes that will be in the final playlist
NUMBER_OF_DAYS_TO_NOT_RERUN = 30 if a episode was already played in the past xx days, it wont be added (used for rerun.py)

Unwatched.py

The following can be changed in the script

COLLECTION_NAME = 'My Shows' name of the collection in Plex that is to be used to populate the playlists
MY_PLAYLIST = 'My Shows' The name of the playlist that will be created
LIBRARY_NAME = 'TV Shows' The name of the library where the TV Shows are located in Plex
NUMBER_OF_EP_OVERRIDE = 0 If you want to override the number of shows to be added to a different number than in the config

Reruns.py

The following can be changed in the script

For reruns, a collection or individual shows can be named. If manual adding of show names are used, change collection name to 0 COLLECTION_NAME = 'Sitcoms'
SHOWS_TO_ADD = 'The Big Bang Theory,Gary Unmarried,Two and a half men,3rd rock from the sun,scrubs,rules of engagement' COLLECTION_NAME = 'Sitcoms' MY_PLAYLIST = 'Sitcoms - Reruns' The name of the playlist that will be created
LIBRARY_NAME = 'TV Shows' The name of the library where the TV Shows are located in Plex
NUMBER_OF_EP_OVERRIDE = 0 If you want to override the number of shows to be added to a different number than in the config

About

Collection of Plex Scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages