Page 1 of 2
Screamer Radio
Posted: Tue May 06, 2008 8:07 pm
by Pako
I made new plugin. This time is it internet radio player
Screamer Radio from
http://www.screamer-radio.com/ .
Pako
Re: Screamer Radio
Posted: Wed May 07, 2008 4:38 am
by krambriw
Hi Pako,
And with my Scheduler I think you can use EG to be your alarm radio clock!
Best regards, Walter
Re: Screamer Radio
Posted: Wed May 07, 2008 6:17 am
by Pako
krambriw wrote:And with my Scheduler I think you can use EG to be your alarm radio clock!
Certainly, but much frequent using will probably, I think, scheduled recording.
Pako
Re: Screamer Radio
Posted: Wed May 07, 2008 11:28 am
by Pako
Only little enhancemenet.
Pako
Re: Screamer Radio
Posted: Wed May 07, 2008 1:30 pm
by Bitmonster
Have you checked it into the SVN trunk?
Re: Screamer Radio
Posted: Wed May 07, 2008 3:06 pm
by Pako
Bitmonster wrote:Have you checked it into the SVN trunk?
Now already yes.
Fix SetVolume action -> version 0.1.3
Pako
Re: Screamer Radio
Posted: Wed May 07, 2008 4:02 pm
by Pako
Probably I am caused big problem in SVN.
I absolutely don't know as, SourceForge today works someways strange.
Pako
Re: Screamer Radio
Posted: Wed May 07, 2008 4:55 pm
by Bitmonster
Yes, you have deleted the whole trunk.
I have reverted the changes, but now you have to re-commit your plugin to the proper location.
Re: Screamer Radio
Posted: Wed May 07, 2008 9:15 pm
by Pako
Thanks for comprehension and correction mine calamitous mistake.
Pako
Re: Screamer Radio
Posted: Tue Jun 24, 2008 7:01 pm
by badangel
I get the following error while trying to load this plugin:
19:56:11 Error starting plugin: Screamer Radio
19:56:11 Traceback (most recent call last) (1431):
19:56:11 File "C:\Program Files (x86)\EventGhost\eg\Classes\PluginInfo.py", line 299, in Start
19:56:11 File "C:\Program Files (x86)\EventGhost\plugins\ScreamerRadio\__init__.py", line 279, in __start__
19:56:11 File "xml\sax\__init__.pyc", line 33, in parse
19:56:11 File "xml\sax\expatreader.pyc", line 102, in parse
19:56:11 File "xml\sax\saxutils.pyc", line 298, in prepare_input_source
19:56:11 File "urllib.pyc", line 82, in urlopen
19:56:11 File "urllib.pyc", line 187, in open
19:56:11 File "urllib.pyc", line 199, in open_unknown
19:56:11 IOError: [Errno url error] unknown url type: 'c'
using EventGhost 0.3.6.1434 (language english UK)
any ideas?
thanks,
Antonis
Re: Screamer Radio
Posted: Tue Jun 24, 2008 9:04 pm
by Pako
EventGhost probably cannot open a Language File, which is setting inside configuration file (screamer.xml).
Try this way:
==========
1) Close EventGhost
2) Start Screamer Radio (direct - without EG)
3) Menu Settings - Language -> Select some Language
4) Close Screamer Radio
5) Start EventGhost and try Screamer Radio plugin
Pako
Re: Screamer Radio
Posted: Wed Jun 25, 2008 3:28 pm
by badangel
this works
thanks!
Re: Screamer Radio
Posted: Tue Jul 29, 2008 10:01 am
by Pako
New version (0.1.4):
- now uses AddActionsFromList
- add "On screeen menu" for choice of favorite
Pako
Re: Screamer Radio
Posted: Mon Sep 01, 2008 1:35 pm
by Pako
Right now I release a new version (0.1.5) of ScreamerRadio plugin.
The main change:
I created a small program "Start_SR_Events.exe". He reads out title of ScreamerRadio windows and at each him change generates a event for EventGhost.
It is therefore very easy using the "Show OSD" to display the name of the song or station played.
To run "Start_SR_Events.exe" along with "screamer.exe" you must mark a check box in the dialog to configure plug-in.
Program "Start_SR_Events.exe" was created as a Python script and compiled by program py2exe.
Program "Start_SR_Events.exe" by itself ensure, that he will be launched only once.
For stopping (killing) of program "Start_SR_Events.exe" serve program " Stop_SR_Events.exe".
Download:
http://pako.aspone.cz/download/Start_SR_Events.exe (3409 kB)
http://pako.aspone.cz/download/Stop_SR_Events.exe (2691 kB)
Re: Screamer Radio
Posted: Mon Jul 19, 2010 5:50 am
by mcdanne82
Hi
I get the folowing error when I try to start the Screamer plugin.
I use screamer 0.4.3 is that a incompatible version to the plugin?
Code: Select all
Plugin: Screamer Radio
Fel vid start av plugin: Screamer Radio
Traceback (most recent call last) (1462):
File "C:\Program\EventGhost\eg\Classes\PluginInfo.py", line 330, in Start
File "C:\Program\EventGhost\plugins\ScreamerRadio\__init__.py", line 224, in __start__
File "xml\sax\__init__.pyc", line 33, in parse
File "xml\sax\expatreader.pyc", line 107, in parse
File "xml\sax\xmlreader.pyc", line 119, in parse
File "xml\sax\expatreader.pyc", line 111, in prepareParser
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 44: ordinal not in range(128)
Someone that now what that error means?