DJDoubleD / refreezer

An alternative Deezer music streaming & downloading client, based on Freezer.
GNU General Public License v3.0
276 stars 10 forks source link

Ability to combine all offline songs in one place #11

Open GithubUser452 opened 3 months ago

GithubUser452 commented 3 months ago

A bit of music organization like modern music player

Could Offline Music be playable in other music players (offline players) ?

DJDoubleD commented 3 months ago

The "offline" music is stored in the apps private storage location and managed with an internal DB for metadata. It's not meant to be accessed externally, that's what the download function is for.

If the offline saved music would be made accessible outside of ReFreezer, the user could modify/move/remove the files, breaking the DB links and the entire offline system...

mpxbroadcast commented 1 month ago

The "offline" music is stored in the apps private storage location and managed with an internal DB for metadata. It's not meant to be accessed externally, that's what the download function is for.

If the offline saved music would be made accessible outside of ReFreezer, the user could modify/move/remove the files, breaking the DB links and the entire offline system...

Can you make it possible to be stored inside SD Card?