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

Refactor and rewrite #27

Closed cmathews393 closed 1 week ago

cmathews393 commented 1 week ago

Description

  1. Convert app to typer app
  2. Implement supercronic for scheduling logic
  3. Convert from requests library to httpx
  4. Add type hinting and ruff compliance
  5. Restructure modules and separate concerns better
  6. Updated documentation
  7. Added cover art import (Thanks @AverageDave93)
  8. Reconfigured logging to use loguru instead of print statements
  9. Reconfigured Dockerfile to use poetry for dependencies

Fixes #26, #25, #21, #9

Type of change

Please delete options that are not relevant.

Checklist: