Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Problem: Album cover not show when % in radio name
#1
I am new to moode. I am added local radio station with album covers, but we have a radio station called 100% NL
When I add that name with a cover album picture, the picture is now shown in the library and not in the main player on the right

Strange enough in the bottom player bar the thumbnail does show
Reply
#2
Its prolly a URL parsing issue in the code. I'll add to the TODO list to investigate.

What's the playable URL for the station?
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(11-13-2021, 12:30 PM)Tim Curtis Wrote: Its prolly a URL parsing issue in the code. I'll add to the TODO list to investigate.

What's the playable URL for the station?

https://stream.100p.nl/100pctnl.mp3

the stream plays, but only the album cover is nog shown
Reply
#4
@Tim Curtis 

Empirical testing suggests it is the presence of the percent (%) character in the Station Name string rather than in the logo filename which is causing the problem.
Reply
#5
Correct. The various cover URL's for radio stations are derived from the station name and the % char is a special character in URL's. It looks like there are a few spots in the code where the URL is not being encoded :-0

Should be fixable.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#6
I misread the thread subject and went down the wrong rabbit hole Tongue
Reply
#7
Fixed in this commit.
https://github.com/moode-player/moode/co...96348022a7
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Forum Jump: