jaryn-kubik / AimpYouTubeDL

Plugin for AIMP allowing to play music from youtube, soundcloud and other sites supported by youtube-dl
28 stars 7 forks source link

Missing album art and other features in Mixcloud #6

Closed Invictaz closed 4 years ago

Invictaz commented 4 years ago

Hi @jaryn-kubik

jaryn-kubik commented 4 years ago

(1) Try AIMPYoutubeDL 1.0.5 and clear the "youtube-dl --format" field in options, after hiting save it should reset to a new default value, which should prefer streams that allow seeking anywhere, seems to work better on mixcloud.

(2) Duplicate of #4, unfortunately setting album art doesn't seem to work in aimp_dotnet at all from what I tried, so this is kinda impossible for now. When native exports in .net 5 come out I might revisit this and get rid of aimp_dotnet completely, so maybe someday.

(3) This is partially by design. Youtube-dl has the option to load full info about the whole playlist, but that means it opens each playlist item and loads it separately, which is really slow and can take minutes to complete, so users would probably just assume the app is frozen.

I am using the other option, which only loads what it can on the playlist page without loading anything else so you only get partial info. On mixcloud for some reason it just returns urls without track names even though they're there on the page, on youtube it returns both urls and track names.

This is something that needs to be solved on youtube-dl side, nothing i can do on my end, so you could potentially try creating and issue in the youtube-dl repo.

jaryn-kubik commented 4 years ago

Album Art added in v2.0.0