coderholic/pyradio

accessing radio browser

privacy313 opened this issue ยท 6 comments

i see from the previous open issue that radio-browser support is now integrated.. but i can't seem to find any documentation on how to access it from within pyradio.

s-n-g commented

Hi @privacy313

I did have an implementation ready that I was testing, but that was way back then...

Then the API changed and it does not work any more.
It will be updated in due time though

So, for the time being, no, it's not available.

ah i see. would indeed be a great feature to have -- looking forward to when it's ready :)

definitely a must have feature. Thanks for your effort!

love the radio browser implementation. have found it very useful so far.
i wonder is it possible to save a currently selected radio browser station to the default pyradio playlist?

s-n-g commented

Sure it's possible!
Using multiple ways too!

  1. To default playlist
    Press "y" and "ENTER"
    Press "q" to return to the default playlist
    Press "p" to paste the station

  2. To a register (for later use)
    Press "y" and any letter ("a" to "z")
    For example "ye" (copy station to register e)
    =--- / ----=
    Then, when you close RadioBrowser, and return to your local playlist,
    you can press 'e to open the register, "y" and "ENTER"
    to copy the station, "q" to go back to the playlist, "p" to paste it...

wonderful. i'll mark this issue as closed. thanks for the hard work!