25huizengek1 / ViTune

An Android application for seamless music streaming
https://vitune.app
GNU General Public License v3.0
271 stars 14 forks source link

Playlist covers are disappearing #324

Open Shinichi-Here opened 1 month ago

Shinichi-Here commented 1 month ago

Playlist covers [/issues/224] disappeared after 1 week from the playlist added date. After my initial encounter with this issue, I reinstalled the app and added all the playlists. Even after this, the issue occurred again.

This is how the playlist appears now, with no cover or thumbnail. playlist

Edit: FYI, this happened in the last version [1.0.4]. Today I updated the app to [1.0.5]. I will see if it happens again and update here.

25huizengek1 commented 1 month ago

I guess YouTube straight up invalidates the playlist cover, as expected, so try cranking up your max image cache size. Your playlist even still shows on my device:

Screenshot_20240530-073738.png

Shinichi-Here commented 1 month ago

Yesterday I increased the Max Image Cache to 2GB. Today Playlist Covers gone.

25huizengek1 commented 1 month ago

Can you please share logs of before the covers dissappeared, and after? I guess the Coil image loader has some internal difficulty resolving these thumbnails, so maybe this would help.

Shinichi-Here commented 1 month ago

Can you please share logs of before the covers dissappeared, and after?

Could you help me to get those log files ? I didn't know how to get them. I am new to this.

25huizengek1 commented 1 month ago

You can use adb logcat, or install a third-party log app like LogFox

Make sure to filter for ViTune, for example using a package name filter:

Shinichi-Here commented 1 month ago

Logs from Logcat Extreme App Log02-07-2024(17-25-44).txt

Logs from LogFox App Log_03_06-2024(13-12-01)_326.log

Please tell me if any of these log files not helpful, i will try again.