I do have that section with the exception of having an extra line:

XM_CMD='mplayer'

under the activation of the plugin. Below is the excerpt:

plugin.activate('audio.xmradio')
XM_CMD='mplayer'
XM_USER='[EMAIL PROTECTED]'
XM_PASS='my password'
XM_RATE='high'
XM_STATIONS = [ ('XMU', '43'),
                ('Lucy', '54'),
                ('Fred', '44'),
                ('Ethel', '47'),
                ('Cafe', '45')]

Quoting Justin Wetherell <[EMAIL PROTECTED]>:

> Do you have the channels defined in your "local_conf.py" file? Here is my
> relative entry in the "local_conf.py" file.
>
> plugin.activate('audio.xmradio')
> XM_USER='[EMAIL PROTECTED]'
> XM_PASS='MyPassword'
> XM_RATE='high'
> XM_STATIONS = [ ('The 60s', '6'),
>                 ('The 70s', '7'),
>                 ('The 80s', '8'),
>                 ('The 90s', '9'),
>                 ('X Country', '12'),
>                 ('Bluegrass Junction', '14'),
>                 ('Flight 26', '26'),
>                 ('Deep Tracks', '40'),
>                 ('XM Cafe', '45'),
>                 ('Music Lab', '51'),
>                 ('The Rhyme', '65'),
>                 ('Bluesville', '74'),
>                 ('The Virus', '202'),
>                 ('Home Ice', '204') ]
>
> On 8/7/07, Joe Harris <[EMAIL PROTECTED]> wrote:
> >
> > I am trying to get this plugin working and am getting an error:
> >
> >   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 290, in
> > eventhandler
> >     app.eventhandler(event)
> >   File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 673, in
> > eventhandler
> >     action( arg=arg, menuw=self )
> >   File "/usr/lib/python2.4/site-packages/freevo/audio/plugins/xmradio.py",
> > line
> > 133, in create_channels_menu
> >
> > Any suggestions?
> >
> > Thanks in advance
> >
> > Joe
> >
> >
> > ----------------------------------------------------------------
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Splunk Inc.
> > Still grepping through log files to find problems?  Stop.
> > Now Search log events and configuration files using AJAX and a browser.
> > Download your FREE copy of Splunk now >>  http://get.splunk.com/
> > _______________________________________________
> > Freevo-users mailing list
> > Freevo-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
>



----------------------------------------------------------------


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to