cmathews393 / spotify-to-plex

A python script/app to sync Spotify Playlists into Plex (optionally via Lidarr)
GNU General Public License v3.0
34 stars 3 forks source link

Rewrote nearly everything #19

Closed cmathews393 closed 4 months ago

cmathews393 commented 4 months ago

Rewrote spotiplex interface module Rewrote main.py to better service docker container + reflect new class structure Modularized application modules (e.g. spotify, plex, radarr) to be more adaptable Added config handler module to make the config more standard + use toml instead of env file Misc other improvements

Next steps:

Implement loguru logging Clean up messaging to be more clear