8000 GitHub - reztierk/plex_collections_missing: Check Plex Collections for missing movies
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reztierk/plex_collections_missing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plex_collections_missing

This script is intended to be used to check your Plex collections for missing movies.

Requirements

Built for Python 3.

Installation

git clone https://github.com/reztierk/plex_collections_missing.git
cd plex_collections_missing
pip install -r requirements.txt

Usage

setup

Used to set the required configuration values (triggered automatically of config.yaml is not found during script initialization).

python plex_collections_missing.py setup

Required values:

list

Used to list all available Libraries (useful for easily obtaining a libraries ID)

python plex_collections_missing.py list

run

Check Collections, by default it will check each collection in each movie library and generate a text file (missing_<Library_Name>.txt) with the findings. It attempts to limit the output to only movies with a release date less than or equal to the current year. Can also be used with --dry-run to test without generating the output file, or --library to check only a specific libraries collections.

# Run
python plex_collections_missing.py run

# Just posters, dry run and filter by library ID's 
python plex_collections_missing.py run --dry-run --library=5 --library=8

Options:

-v, --debug
-d, --dry-run
--library INTEGER  Library ID to Update (Default all movie libraries)

Example Output

Checking Collection(s)
ID: 5    Name: Movies
✗ Aladdin [1/75]
  - The Return of Jafar (1994)
  - Aladdin and the King of Thieves (1996)
✗ Alien [2/75]
  - Alien³ (1992)
  - Alien Resurrection (1997)
✓ The Amazing Spider-Man [3/75]
✓ Ant-Man [4/75]
✓ Aquaman [5/75]
✓ Avatar [6/75]
✓ The Avengers [7/75]

...

About

Check Plex Collections for missing movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0