mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #62] Offline mode #952
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#952
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aome510 on GitHub (Jul 10, 2022).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/62
It would be nice to add offline mode support mode for
spotify-player.Initial ideas:
sqlite) to store song's data/metadatalibrespotalready supports download tracks via audio caches (not sure about the integrability of the feature)--offlineoption to run the app in offline mode@Icelk commented on GitHub (May 19, 2023):
There's also the issue with the EULA forbidding this feature.
@Icelk commented on GitHub (May 19, 2023):
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 fromlibrespot?