Tim Rae
Tim Rae
This change introduces an sqlite database that contains the track_id, db insertion time, and ttl in the cache. The ttl starts with one week, and increases exponentially by a factor...
@joshrmcdaniel Did you perhaps forget to commit some files? I can't run the project on `main` ``` python3 -m pip install -e . spotify_to_tidal Traceback (most recent call last): File...
This has the potential to be significantly faster than the current implementation for spotify tracks with a known isrc: https://apiref.developer.tidal.com/ We should of course fallback on the old implementation if...
I wrote some code the other day in my repo [spotify_to_tidal](https://github.com/spotify2tidal/spotify_to_tidal/blob/main/src/spotify_to_tidal/tidalapi_patch.py) like below. It would be good to either incorporate a similar API upstream, or to expose a cleaner way...
If anyone is interested in building a simple UI to go with this script, I think that would make it a lot more accessible to a lot more users https://www.pythonguis.com/tutorials/pyqt6-qml-qtquick-python-application/
Would be great if someone were to setup some basic integration tests with Circle CI or something
We just added the sync favorites tracks feature #9, it would be nice to finish this work off by additionally syncing the favorite artists and albums
Closes #87