spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Offline mode

Open aome510 opened this issue 2 years ago • 2 comments

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

aome510 avatar Jul 10 '22 20:07 aome510

There's also the issue with the EULA forbidding this feature.

Icelk avatar May 19 '23 10:05 Icelk

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?

Icelk avatar May 19 '23 10:05 Icelk