Posts: 703
Threads: 6
Joined: Apr 2018
Reputation:
11
When I looked before they were doing something weird with the font so it wasn’t something we could download to make the logo files but we can capture the rendered version at a large enough size (either with zoom or by altering the page with inspector) that it’d be possible (though tedious).
Posts: 6,024
Threads: 176
Joined: Apr 2018
Reputation:
235
So the station logos are encoded as glyphs in the Web Open Font Format (woff).
It was trivial to download the entire font set; somewhat harder to find a way to examine individual glyphs (I ended up using an online tool).
I tried converting the woff file to an svg file (again, using an online tool). It's possible the result is legitimately an svg font file but I need to brush up on my svg. Maybe a scripting solution could be crafted to extract the svg for a desired glyph, stroke it and some station-name text, and output to jpg. The whole thing does sound tedious. Meh.
Regards,
Kent
Posts: 13,421
Threads: 304
Joined: Mar 2018
Reputation:
545
Yes, you could use that column for a "package id". Currently its populated with "s" for the system built-in stations and "u" for any user-added stations. I don't expect the schema of the radio station table to change any time soon but I can't guarantee that. Note that user-added stations must have sequence id's (the id column) >= 500.
Posts: 6,024
Threads: 176
Joined: Apr 2018
Reputation:
235
I've long since discovered more radio stations than I will ever find time to listen to, but I agree with Tim, this is very cool.
It's always heartening when a user decides there's a need for improvement and steps forward to implement and demonstrate a solution. That's the true spirit of open source!
Regards,
Kent
Posts: 246
Threads: 15
Joined: Apr 2018
Reputation:
10
A few thoughts.
The install.sh doesn't copy all the needed files.
rdo-config.php needs adding in to the main config menu.
Preview doesn't work for me...
Instead of one playlist per folder it would be better to list each station which meets the tag criteria, so you can add one at a time to your own playlist.
And when you change your tag selections to remove one the Radio UI should reflect that and remove the previously generated folder.
Apart from that, a good start.
Phil