fast4x / RiMusic

A multilingual Android application for streaming music from YouTube Music.
https://rimusic.xyz
GNU General Public License v3.0
1.28k stars 72 forks source link

[Feature]: Move a song from Cache to local songs #2338

Closed twistios closed 2 weeks ago

twistios commented 2 weeks ago

Description

It would be good if it would be possible to transfer a cached song to a local song.

Suggested Solution

I don't know how caching of songs works in the app but it looks like it would be easy to convert it to a local file.

Alternatives

No response

Additional Context

Currently the download-button for cached songs does not exist.

fast4x commented 2 weeks ago

Not possible because cached is managed totally by player, not by RiMusic. Isn't export to external location. Remember, RiMusic isn't a music downloader but a simple streaming music player.

aneesh1122 commented 2 weeks ago

Moving cached to downloaded would be possible? @fast4x

fast4x commented 2 weeks ago

Cached = downloaded but in non permanent location.

I'll check if possible to move from cache to cache

fast4x commented 2 weeks ago

Also... you can move cache location fro system to private and not will be cleaned by system. Screenshot_2024-06-17-19-44-28-825_it.fast4x.rimusic.jpg

aneesh1122 commented 2 weeks ago

Also... you can move cache location fro system to private and not will be cleaned by system. Screenshot_2024-06-17-19-44-28-825_it.fast4x.rimusic.jpg

the main difference for me between cached and downloaded is you can delete individual downloaded songs but you can't do that with cache. that's why I thought it would be a good idea to be able to convert cached to downloaded.