Add information about findmissing.py script
This commit is contained in:
parent
77f0652b00
commit
b119f7a6ed
|
|
@ -4,7 +4,7 @@ Here lies several scripts, mostly in python, for doing some simple but useful th
|
||||||
|
|
||||||
## Folders
|
## Folders
|
||||||
|
|
||||||
In each folder there should be a file named `apiconfig-default.py`. This file __must__ be renamed to `apiconfig.py` and the values inside the file must be edited to reflect your environment.
|
In each folder there should be a file named `apiconfig-default.py`. This file __must__ be copied to `apiconfig.py` and the values inside the file must be edited to reflect your environment.
|
||||||
|
|
||||||
Settings to be edited for all projects/folders:
|
Settings to be edited for all projects/folders:
|
||||||
|
|
||||||
|
|
@ -24,6 +24,7 @@ Settings unique to this project/folder:
|
||||||
This is the top level repository folder and contains scripts meant to be used on the PlexAPI.
|
This is the top level repository folder and contains scripts meant to be used on the PlexAPI.
|
||||||
|
|
||||||
* __updatecoll.py__ : This program creates collections for each top level movie folder and ensures each movie is a member of a collection named based on the main folder in which it resides (i.e. movies in the Scary/ folder are added to the "Scary" collection). This value __must__ have a trailing slash.
|
* __updatecoll.py__ : This program creates collections for each top level movie folder and ensures each movie is a member of a collection named based on the main folder in which it resides (i.e. movies in the Scary/ folder are added to the "Scary" collection). This value __must__ have a trailing slash.
|
||||||
|
* __findmissing.py__ : This program iterates through all movies and TV shows in plex and lists any entries which are missing an associated file on disk.
|
||||||
|
|
||||||
### PlexDev/radarr
|
### PlexDev/radarr
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user