https://github.com/gotson/playx
Simple script to backup Plex playlists in m3u
https://github.com/gotson/playx
Last synced: 11 months ago
JSON representation
Simple script to backup Plex playlists in m3u
- Host: GitHub
- URL: https://github.com/gotson/playx
- Owner: gotson
- Created: 2020-02-13T07:44:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T07:48:52.000Z (over 6 years ago)
- Last Synced: 2025-04-03T08:42:34.291Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PLAYX
A simple script to download Plex playlists as `m3u` files.
## Usage
```
usage: playx.py [-h] -s SERVER -t TOKEN [-d DIRECTORY]
Export Plex playlists to m3u files.
optional arguments:
-h, --help show this help message and exit
-s SERVER, --server SERVER
Plex server to connect to
-t TOKEN, --token TOKEN
Plex authentication token
-d DIRECTORY, --directory DIRECTORY
Output directory, defaults to current
```
You will need a Plex authentication token, refer [here](https://support.plex.tv/articles/204059436-finding-an-authentication-token-x-plex-token/) for instructions on how to get one.