https://github.com/rcj4747/plex-graph
Graph relationships between movies on your plex server(s)
https://github.com/rcj4747/plex-graph
plex-media-server plex-server plexmediaserver
Last synced: 6 months ago
JSON representation
Graph relationships between movies on your plex server(s)
- Host: GitHub
- URL: https://github.com/rcj4747/plex-graph
- Owner: rcj4747
- License: gpl-3.0
- Created: 2019-11-02T02:32:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T14:32:32.000Z (about 6 years ago)
- Last Synced: 2025-04-19T07:13:46.803Z (9 months ago)
- Topics: plex-media-server, plex-server, plexmediaserver
- Language: Python
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Plex-graph -- graph relationships between movies on your plex server(s).
- Movie data is cached so graphing can be tweaked without repeatedly
indexing from the plex server(s).
plex_graph/cli.py - Command-line interface code
plex_graph/plex.py - All logic for interfacing with the Plex service and media servers
plex_graph/data.py - All logic for working with Movie data
plex_graph/exceptions.py - Exceptions for this package
FILES
~/.config/plex-graph/plex_servers
Plex server connection data
~/.cache/plex-graph/movie_data
A cache of movie data from the plex servers
TODO
- Consider moving to another visualization library like
https://pypi.org/project/nxviz/. nxviz provides node coloring, etc.
Or https://github.com/WestHealth/pyvis which is interactive.
- A GUI?