PyRadioTUI program in python for receiver stream of internet radio.
|
Rating: 0 Rate:
|
||||||||||||
|
CommentsRukk wrote: (2009-08-14 07:29:11)
I was missing the phyton curses module on SHR, just did:
opkg install python-curses works great, thanks MiPal wrote: (2009-08-14 20:32:06)
Kyle wrote: (2009-08-23 00:02:05)
After installing python-curses and the other required files I start pyradio. After I select a station the program errors out to the terminal. I am running OM2009.
Traceback (most recent call last): File "/usr/bin/pyradio", line 265, in <module> curses.wrapper(pyRadio.setup) File "/usr/lib/python2.6/curses/wrapper.py", line 44, in wrapper return func(stdscr, *args, **kwds) File "/usr/bin/pyradio", line 115, in setup self.run() File "/usr/bin/pyradio", line 168, in run ret = self.keypress(c) File "/usr/bin/pyradio", line 187, in keypress self.player.play(url) File "/usr/bin/pyradio", line 47, in play self.process = subprocess.Popen(["mplayer", "-quiet", url], shell=False, stdout=subprocess.PIPE, stdin=subprocess.PIPE, stderr=subprocess.STDOUT) File "/usr/lib/python2.6/subprocess.py", line 595, in __init__ errread, errwrite) File "/usr/lib/python2.6/subprocess.py", line 1092, in _execute_child raise child_exception vendion wrote: (2009-11-03 22:22:10)
Installed and works great on latest SHR-U, the only thing I have with it could it possibly be re-niced or something because during playback if I try to do anything else with the phone, even through a ssh connection, the playback is distorted or stops completely.
multi wrote: (2009-11-07 11:54:20)
TO vendion
Yes, I have same problem (also with quickplay), but i don't know how resolve it. vendion wrote: (2009-11-19 19:15:22)
@multi I beleave if pyradio is reniced to a different priority then that should resolve the issue.
capsized wrote: (2009-12-13 03:15:33)
opkg install python-curses
does not work on current shr-unstable 2009-12-04 Collected errors: * Cannot find package python-curses. multi wrote: (2009-12-17 20:29:19)
In shr reposhr is python-curses, some must be broken in your instalation.
Tray manual install from: http://shr.bearstech.com/shr-unstable/ipk/armv4t/python-curses_2.6.2-ml8.0.4_armv4t.ipk
|








