Volumio achieves what it set out to - I was up and running in 5 minutes, streaming albums from my Windows (eek!) server and adding all my favourite radio channels. I love the clean no fuss interface. However, what I can’t abide is a random list of radio channels. How do I sort the list of channels in Webradio?
I have:
BBC Radio 5
BBC Radio 1 Extra
BBC Radio 3
BBC Radio 4
BBC Radio 1
…
You get the picture.
dont know exactly how volumio sorts the webradio.
try it first with renaming the files.
If this doesn´t work, try it with recreating the files in the order it should be displayed in volumio.
I’m a linux-newbie, could someone explain a bit better how to do this modification?
The file to modify is /var/lib/inc/player_lib.php or /var/www/inc/player_lib.php?
Thanks.
I think AussieRules made a typo… in Volumio v1.55 its /var/www/inc/player_lib.php
Here’s my pre-edited file, (its from Volumio v1.55). Save a copy of the original (eg rename it player_lib.php.original) then unzip and copy my file to /var/www/inc/ folder.
if you have applied the earlier fix edit the code to include the ‘if ($plylst != ‘true’){’ line. and then line the ‘}’ (on its own line just above ‘return $tmp;’) as shown above.