Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification.
The following page has been changed by 24.128.246.209: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage ------------------------------------------------------------------------------ @@ -769,6 +769,19 @@ plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', ) ) }}} +Example: New York City Weather in Fahrenheit + +{{{ +plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', 'F',) ) +}}} + +Example: New York City Weather in Kelvin + +{{{ +plugin.activate( 'idlebar.weather', level=30, args=( 'KOKX', 'K',) ) +}}} + + === Clock === This one put a clock at the right side of the idle bar. It displays in this format: @@ -917,6 +930,24 @@ I have an implicit -F <playlist> at the end of ICES_OPTIONS and we have an implicit -d ICECAST_CONF_DIR at the end of the icecast invocation. These may not work with icecast2 but i haven't tried them yet. + +== WebRadio == + +To activate webradio you need to add the following to your local_conf.py: +{{{ +plugin.activate('audio.webradio') +}}} + +if you have your own gxine mediamarks file you can use it via: +{{{ +plugin.activate('audio.webradio', args=('/usr/local/freevo_data/gxine-mediamarks',)) +}}} + +The webradio shows up as an option after your own Music Dirs and before your cdroms in the audio menu. + +Many of the stations in the current file are very busy and thus you may not get anything. To be sure +it works try a bunch of stations. At the time of writing this info I was only able to get 15 of the stations. +I had the best luck with 'Heavy Metal Radio' in the 'rock' category. = Extra File Information in XML metafiles = ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
