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_2fUsageInfo The comment on the change is: Everything moved to the new wiki, please lock this page ------------------------------------------------------------------------------ @@ -1,147 +1 @@ -'''Index'''[[TableOfContents]] - -PleaseUpdate: This info is a little outdated. Anyone is welcome to double check it and update it to how Freevo works today! - -= General = -[[Anchor(navigation)]] -== Navigation == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/Usage -=== Volume control === - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/Usage - - -=== Custom Keymaps === - -If you have a USB remote like the one that comes with the TwinHan DVB card, you can adjust the keymap to work a bit better with it. In your local_conf.py you add: - -{{{ - -KEYMAP[key.K_PAGEUP] = 'UP' -KEYMAP[key.K_PAGEDOWN] = 'DOWN' -KEYMAP[key.K_UP] = 'RIGHT' -KEYMAP[key.K_DOWN] = 'LEFT' - -}}} - -The full list of keys is here http://www.pygame.org/docs/ref/pygame_constants.html#keyboard - - - -== Images == - -You can specify images for all menu items. For movies, music and images please read the according section in this documentation. For folders you can put a file called cover.jpg or cover.png inside the folder and this image will be used in the parent menu for this folder. See below for details. - -== Folders == - -=== Appearance === - -Individual folders can be customized in several ways. - -First, you can specify an image to display in a folder's parent menu by adding an image to the folder called cover.jpg or cover.png. The size of the image depends on the current type of the menu. For movies you have something like DVD covers or movie poster, for audio a cd cover. So the image will be resized to 280x200 for movies, 200x200 for audio and 200x160 for images. This sizes will also be used for the directory images. You can change the sizes by changing the XML file (see DocumentationPage/SkinInfo for more details). - -Second, you can add a "folder.fxd" file to a folder. - -PleaseUpdate (needs research): skin.fxd, image.fxd - -=== Protection === - -Individual folders can be password protected by adding a text file named ".password" (note the leading dot). This file should contain the access password, in plain text, not encryped in any way. Obviously, this is a fairly weak access mechanism if a user has local access to the machine, but it works fairly well in informal home environments. - -PleaseUpdate (needs research): Can remote control input be used to type in the password? If so, a strictly numeric password is suggested. - -= TV = - -== General == - -PleaseUpdate - -== XMLTV == - -Freevo can use the XMLTV format for TV listings. Please read the DocumentationPage/XmlTv page for detailed information. - -German users don't need XMLTV, just start - {{{ -wget http://yasd.cc/xmltv/tv_`date +%Y%m%d`.xml.gz --output-document=- | gzip -d > /tmp/TV.xml_ -cat /tmp/TV.xml_ | sed 's/ und uuml;/ue/g' > /tmp/TV.xml -cat /tmp/TV.xml | sed 's/ und ouml;/oe/g' > /tmp/TV.xml_ -cat /tmp/TV.xml_ | sed 's/ und auml;/ae/g' > /tmp/TV.xml -cat /tmp/TV.xml | sed 's/ und Ouml;/Oe/g' > /tmp/TV.xml_ -cat /tmp/TV.xml_ | sed 's/ und Auml;/Ae/g' > /tmp/TV.xml -cat /tmp/TV.xml | sed 's/ und Uuml;/Ue/g' > /tmp/TV.xml_ -cat /tmp/TV.xml_ | sed 's/ und szlig;/ss/g' > /tmp/TV.xml -cat /tmp/TV.xml | sed 's/ und middot;/:/g' > /tmp/TV.xml_ -cat /tmp/TV.xml_ | sed 's/ und quot;/"/g' > /tmp/TV.xml -}}} - -to get the listing for today and set TV_CHANNELS in local_conf.py to the station you have. - -With Umlaut-conversion (if you would like to program that more efficiently - feel free to do so and post it here plz) - -= Movies = - -Page moved to the new WiKi: http://freevo.sourceforge.net/cgi-bin/doc/MovieUsage - -= Music = - -== Navigation == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/AudioUsage - -== Streaming == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/AudioUsage - -== Cover Art, Per Album == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/AudioConfig - -== Cover Art, Per File == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/AudioConfig - -== BINS Compatibility == - -If you use [http://bins.sautret.org/ BINS] to store album artwork, Freevo will look for and automatically pick up a BINS-compatible album.xml file in each music folder. - -== Playlists == - -moved to new wiki: http://freevo.sourceforge.net/cgi-bin/doc/AudioUsage - -= Images = - -== Navigation == - -Moved to the new wike : http://freevo.sourceforge.net/cgi-bin/doc/ImageConfig - -== Slideshows == - -Moved to the new wike : http://freevo.sourceforge.net/cgi-bin/doc/ImageConfig - - - - - - - - - - - - - - - - - - - - - - - - - - - +Everything for this page is moved to the new wiki : http://freevo.sourceforge.net/cgi-bin/doc/Usage ------------------------------------------------------- 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
