This github project allows to create collections for the Plex Library.
You can create collections from Oscar Winners in the read-from-oscars-csv
folder.
From create-plex-collections-from-directories
folder, you can create collections from your folder structure directly.
Afterwards, after having your movie_oscars.yml
and collections.yml
files. Place them inside collections.d
folder in plex-autocollections-master
To install requirements, inside plex-autocollections-master
run:
pip install -r requirements.txt
And execute main.py
:
python3 main.py
If the Movie doesn't exist in your Plex Library it will simply not be added to the Collection.
Using plex-autocollections-master
which is a fork of plex-autocollections made by Alex Philips.
This project is licensed under the terms of the MIT license.