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 194.7.114.2:
http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo

The comment on the change is:
Moved some info to the new wiki

------------------------------------------------------------------------------
@@ -87,60 +87,11 @@
 
 == Bluetooth Remote Control plugin (blue) ==
 
-This is a plugin that let's you control Freevo with your cellphone. It should 
work with ALL cellphones that have event reporting and bluetooth.
-
-Reported to work with Ericsson T68, SonyEricsson T610 and Siemens S55. The 
Nokia N-Gage does _not_ work (event reporting not supported).
-
-*** The new version is available under Add-Ons->Plugins, grab your copy today 
:) ***
-
-New version for Freevo 1.5-pre1 released. Check it out. Bugfixes and some 
other new stuff.
-
-Please read the README file included, it contains all the information you need 
(almost) to get it working right away.
-
-New features:
-
-   * Button exploring ("freevo bluebutton" Press a button on the phone and see 
what it's called. Used for buttonconfiguration.)
-   * Keylock feature (Makes it send commands only if the keypad lock is on. 
See the instructions for more info)
-   * Sleeping (Don't chew all CPU power, check the config)
-   * Keep alive (Might fix the disconnection problem by sending "ATI")
-
-Requirements:
-   * A Bluetooth phone, a Bluetooth dongle. The phone should be able to 
receive AT (Hayes) commands, and it must have a certain command that sends all 
keypad events to the computer. (It's "AT+CMER=3,2,0,0,0", if you send it to 
your phone with minicom it should say "OK" back.)
-   * The Bluetooth Subsystem (kernel)
-
-If you need any help you can find my email adress in the plugin source. Please 
read the README file first.
-
-Keysettings for T68 and T610 is default, with the report of Siemens S55, this 
was submitted:
-BLUE_CMDS = {
-     'V'           : 'DISPLAY',
-     'S'           : 'VOL-',
-     'E'          : 'VOL+',
-     '1'           : 'PLAY',
-     '2'           : 'UP',
-     '3'           : 'STOP',
-     '4'           : 'LEFT',
-     '5'          : 'SELECT',
-     '6'          : 'RIGHT',
-     '7'          : 'REW',
-     '8'           : 'DOWN',
-     '9'           : 'FFWD',
-     '0'           : 'EXIT',
-     }
-Note that this does NOT use the keylock feature.
-
-Please send me an email if you got it working with any other phone then the 
ones stated at the top.
+Moved to the new wiki : 
http://freevo.sourceforge.net/cgi-bin/doc/GeneralPlugins#head-0141a7c4b359e1f0efbd2d7883df74adde52ec83
 
 == Media Menu ==
 
-The Media Menu plugin provides the "Movie", "Images", "Games" and "Audio" 
entries on the main menu.
-
-Each menu opens a directory browser with specific filters (based on extension) 
and viewing mode (layout).
-
-This plugin is activated by default.
-
-{{{
-plugin.activate("mediamenu")
-}}}
+Moved to the new wiki : 
http://freevo.sourceforge.net/cgi-bin/doc/Plugins#head-149e4892255df5e5722eda9c90e62caf1934d473
 
 == Mixer ==
 
@@ -175,56 +126,11 @@
 
 == FM Radio ==
 
-This is a plugin for the FM radio that is built into numerous TV capture 
cards. The plugin works by calling the 'radio' application that is bundled with 
xawtv.
-
-To activate the plugin add the following to your local_conf.py:
-
-{{{
-plugin.activate('audio.radioplayer')
-plugin.activate('audio.radio')
-RADIO_CMD='/usr/bin/radio'
-}}}
-
-Set radio stations in local_conf.py using the RADIO_STATIONS setting eg:
-
-{{{
-RADIO_STATIONS = [ ('Mai FM', '88.6'),
-                   ('1ZB', '89.4'),
-                   ('91', '91'),
-                   ('Channel Z', '94.2'),
-                   ('BFM', '95'),
-                   ('Hauraki', '99'),
-                   ('Life FM', '99.8') ]
-}}}
-
-You should then have a radio icon under your Audio section.
-
-Note: the use of btaudio for tuner audio (or any other alternative dsp device) 
is not supported at the moment.
-
-However, it is possible to get btaudio to work by making minor modifications 
to radioplayer.py.
-In the play command add an extra os.system call after the radio call, this is 
an external call to sox which will copy the audio from /dev/dsp2 to /dev/dsp at 
the specified rate:
-
-{{{
-os.system('/usr/bin/sox -r 32000 -w -t ossdsp /dev/dsp2 -t ossdsp %s &')
-}}}
-
-In the stop command add an extra os.system call after the radio call:
-
-{{{
-os.system('killall -9 sox')
-}}}
-
-Obviously the above is a hack and could be made cleaner, but ideally a sox 
call would not be required.
+Moved to the new wiki : 
http://freevo.sourceforge.net/cgi-bin/doc/AudioPlugins#head-a159c1c774e57bbc008acbbf9d301b82c1f9dd10
 
 == Images ==
 
-To deactivate the image plugin, put the following in your '''local_conf.py'''.
-
-{{{
-plugin.remove(plugin_image)
-}}}
-
-This will remove the image module from the main menu.
+Moved to the new wiki : http://freevo.sourceforge.net/cgi-bin/doc/ImagePlugins
 
 
 


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Freevo-wikilog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-wikilog

Reply via email to