namidaco / namida

A Beautiful and Feature-rich Music & Video Player with Youtube Support, Built in Flutter
Other
1.48k stars 108 forks source link

[ISSUE] app using 400mb #231

Closed z9xx7o0 closed 1 week ago

z9xx7o0 commented 1 week ago

The app uses too much storage. I mean, if it's all necessary, then no problem. But I don't think a music player needs 400mb.

Screenshot_20240623_021749_Settings.png

MSOB7YY commented 1 week ago

go to settings -> advanced, from there u will find what's taking up storage. usually it will be your music thumbnail extracted and cached, this allows for faster display and showing of original artwork. you can clear thumbnail cache, but then it will try to extract from media store (which is slower, not original quality and more cpu consuming). also opening an image (from track info dialog) or viewing it in expanded miniplayer will be the only ways to extract full image qualities and cache them again. Screenshot_20240623-012444_Namida (note that max image cache is only for youtube thumbnails)

z9xx7o0 commented 1 week ago

Oh, okay. I thought there was something wrong. I didn't think just 500 tracks' thumbnails would be that much.

MSOB7YY commented 1 week ago

@z9xx7o0 if its critical u could try compressing these images using the compress option in advanced settings. the result will be in internal storage/Namida/Compressed u would move them manually to artwork cache in app data folder

other than that yeah its pretty normal