coderholic / pyradio

Curses based internet radio player
www.coderholic.com/pyradio
MIT License
961 stars 129 forks source link

accessing radio browser #112

Closed privacy313 closed 2 years ago

privacy313 commented 3 years ago

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 3 years ago

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.

privacy313 commented 3 years ago

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

moralrebuild commented 3 years ago

definitely a must have feature. Thanks for your effort!

privacy313 commented 2 years ago

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 2 years ago

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...

privacy313 commented 2 years ago

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