matkam11 / plex-visualizer

A cool tool to visualize your plex data from plexpy
GNU General Public License v3.0
30 stars 2 forks source link

Use PlexPy API instead of using the plexpy.db directly #2

Open matkam11 opened 7 years ago

matkam11 commented 7 years ago

Using the plexpy database file directly is not a good idea. Instead it should use the plexpy api.

Ideally there would be some caching since just hitting the API on every request would be slow

wcomartin commented 7 years ago

Are you using the master branch or v2 branch of plexpy? there are some breaking changes in v2 in terms of metadata you might want to take a look at.