spotify-player
spotify-player copied to clipboard
Offline mode
It would be nice to add offline mode support mode for spotify-player
.
Initial ideas:
- [ ] use embedded DB (
sqlite
) to store song's data/metadata-
librespot
already supports download tracks via audio caches (not sure about the integrability of the feature)
-
- [ ] add
--offline
option to run the app in offline mode
There's also the issue with the EULA forbidding this feature.
Should we use the files on the FS (integrating tightly with librespot
) and decrypting them or just save our own files with the samples given to us from librespot
?