Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Wofat-Mcgarett/TPDBscraper
An unofficial poster scraper for collections and movies. Can be used with Plex-Auto-Collections or Plex-Meta-Manager
https://github.com/Wofat-Mcgarett/TPDBscraper
Last synced: 10 days ago
JSON representation
An unofficial poster scraper for collections and movies. Can be used with Plex-Auto-Collections or Plex-Meta-Manager
- Host: GitHub
- URL: https://github.com/Wofat-Mcgarett/TPDBscraper
- Owner: Wofat-Mcgarett
- Created: 2021-04-05T21:22:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T21:25:53.000Z (over 3 years ago)
- Last Synced: 2024-08-01T12:25:03.822Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TPDBscraper
An unofficial poster scraper for collections and movies. Can be used with Plex-Auto-Collections or Plex-Meta-Manager# TPDBscraper
Will automatically grab the most popular poster from TPDB for your "Plex-Auto-Collections" config## Usage
To run, `python3 pacTPDB.py /path/to/plex-auto-collections/config.yml`By default this will use URL's for the posters
By default this script will not replace any poster config you have already set up in Plex-Auto-Collections, add `-o` to force it to overwrite, e.g: `python3 pacTPDB.py -c /path/to/plex-auto-collections/config.yml -o`
All options:
```
positional arguments:
config_path Run with desired config.yml fileoptional arguments:
-h, --help show this help message and exit
-o, --overwrite Replaces poster config that has already been set up in
PAC
-oi, --overwrite-image
Overwrites the image at download path if already
exists
-v, --verbose More detailed logs.
-dl DOWNLOAD, --download DOWNLOAD, --downloader DOWNLOAD
Download the images to the specified file path. Will
be named collection.jpg
-is, --image-server Use this tag if you would like Plex-Auto-Collections
to use the image server instead of folder_path
-strict, --strict-mode
Only grab images matching the exact collection name.```
Runnig the script with only -is will do nothing. You must specify where to download the images to with -dl aswell. REMEMBER: If using docker for Plex-Auto-Collections this should not be the image server path on the docker, it should be the path on your machine.