Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/engelde/plex-poster-exporter
Export posters, backgrounds, banners, and theme songs from Plex.
https://github.com/engelde/plex-poster-exporter
Last synced: 8 days ago
JSON representation
Export posters, backgrounds, banners, and theme songs from Plex.
- Host: GitHub
- URL: https://github.com/engelde/plex-poster-exporter
- Owner: engelde
- License: gpl-3.0
- Created: 2020-04-15T11:51:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T23:40:06.000Z (over 1 year ago)
- Last Synced: 2024-08-01T12:24:00.319Z (3 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plex Poster Exporter
Export posters, backgrounds, banners, and theme songs from Plex.## Installation
```
sudo python3 -m pip install -r requirements.txt
```## Usage
```
python3 plex-poster-exporter.py --verbose
```## Advanced Usage
```
python3 plex-poster-exporter.py --username "" --password "" --server "" --library "" --assets "" --overwrite --verbose
```## Arguments
All arguments are optional. If one is required and it is not provided, the script will ask you to enter it.
| Option | Description | Default |
| --------------- | ------------------------------------------------------------------------------ | ------------- |
| --username | The username for Plex. | |
| --password | The password for Plex. | |
| --server | The Plex server name. | |
| --library | The Plex library name. | |
| --assets | Which assets should be exported? (all, posters, backgrounds, banners, themes) | all |
| --overwrite | Overwrite existing assets? | False |
| --verbose | Show extra information? | False |
| --help | Show the help message and exit. | |## Notes
This script expects all of your media files to be in the correct folder structure for Plex. If your files are not organized in the way that Plex recommends, you **will not** be able to use this.
[Movies](https://support.plex.tv/articles/naming-and-organizing-your-movie-media-files/)
[Series](https://support.plex.tv/articles/naming-and-organizing-your-tv-show-files/)Enjoy!