Am Mittwoch, 14. Mai 2008 21.28:19 schrieb Markus Wittenberg:
> Hi
>
> It's easy to show radio station images for webradio, because it can be
> configured within the 'webradio.fxd'.
>
> But is it also possible to have radio station images for the audio.radio
> plugin? Usually I just can configure the station name and the frequency
> within local_conf.py
>
> RADIO_STATIONS = [
>          ('Couleur 3', '106.55')
> ]
>
> Can I also configure a station image somehow?
The easiest could be to use the webradio.fxd file as well for the radio 
instead of the radio plugin. try to use:
            <url>radio://106.55</url>
but this works only if the command line
$ mplayer radio://106.55
works in your setup. if not, you could try to use the newest svn, then you can 
use 
            <player>radioplayer</player>
            <station>106.55</station>
in your fxd file. You have also to activate the radioplayer plugin (not the 
radio plugin) and also you have to configure RADIO_CMD

good luck
Andreas

>
> Thanks and regards
> Marku
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Freevo-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-users



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to