rettenbs / de_radio_amarok

German Radio Stream for Amarok
2 stars 4 forks source link

Filling up tmp with m3u downloads #2

Open dicer opened 7 years ago

dicer commented 7 years ago

I just noticed that since enabling this script, I get 4 files in /tmp/kde-user/ named something like amarokGg6266.m3u.part. They just keep growing as long as amarok is running.

I think some of the URLs are broken and keep downloading binary data?

Edit: By "keep growing" I mean that I stopped amarok when those files were 1.1GB each and my /tmp folder was full

rettenbs commented 7 years ago

Can you determine which radio stations are problematic?

dicer commented 7 years ago

Not really. This happens right after starting amarok (version 2.8.0 using KDE 4.14.34). Without any of the radio stations in the playlist.

dicer commented 7 years ago

I think the following might be the case: Amarok has a PlaylistFileLoaderJob loading remote playlists. Your script has lots of remote playlists. So amarok loads them all, but it seems 4 of them are not actually m3us but the stream itself already? Just a guess.