dots


commit
73a5ff1
parent
9a90bd7
author
xxwhirlpool
date
2026-04-11 22:44:55 -0400 EDT
more on plexplaylistcover
2 files changed,  +14, -2
M scripts/Scripts/plex/README.md
+13, -1
 1@@ -4,7 +4,7 @@ tracking my plex library & stuff
 2 
 3 ## plex_playlists.py
 4 
 5-- exports to `~/Scripts/plex/playlists`
 6+- exports playlist tracklists to `~/Scripts/plex/playlists`
 7 - each filename is the title of the playlist + `.txt`
 8 - each track is formatted as `Artist - Song`
 9 - only works for music playlists
10@@ -15,3 +15,15 @@ tracking my plex library & stuff
11 ```bash
12 plex_playlist.py [TOKEN]
13 ```
14+
15+## plex_playlists_cover.py
16+
17+- exports to `~/Scripts/plex/posters`
18+- each filename is the name of the playlist + `.png`
19+- exports in full original resolution
20+
21+### usage
22+
23+```bash
24+plex_playlist_cover.py [TOKEN]
25+```
M scripts/Scripts/plex/plex_playlist_cover.py
+1, -1
1@@ -6,7 +6,7 @@
2 # ]
3 # ///
4 
5-# USAGE: plex_playlist.py [TOKEN]
6+# USAGE: plex_playlist_cover.py [TOKEN]
7 #
8 # download all CURRENTLY SELECTED playlist posters/covers
9 # posters are named after the playlists