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 217.155.153.12: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fUsageInfo The comment on the change is: reverted spamvertised website ------------------------------------------------------------------------------ @@ -8,7 +8,7 @@ You can use your keyboard or a remote to controll freevo. -The most importand keys for navigating through the menus are LEFT, DOWN, UP, DOWN, SELECT, ENTER, DISPLAY and EXIT. +The most importand keys for navigating through the menus are LEFT, DOWN, UP, DOWN, SELECT, ENTER, DISPLAY and EXIT. If you use a keyboard as control device, please press "h" to get the keyboard mappings. For your remote you have to define the mapping in /etc/freevo/lircrc (see [wiki:Self:DocumentationPage#lirc Remote control software (lirc)]) @@ -16,19 +16,19 @@ UP, DOWN, LEFT and RIGHT are used to navigate in the menus. Depending on configuration and skin, some menus have a two dimensional layout and others are just a long list from top to bottom. If this is the case, UP and DOWN takes you one entry up or down, whereas LEFT and RIGHT jumps to the begining or the end of the viewable page. -If you press LEFT or RIGHT again it scrolls to the next or last page. So you can use LEFT and RIGHT to navigate faster through a very long menu. +If you press LEFT or RIGHT again it scrolls to the next or last page. So you can use LEFT and RIGHT to navigate faster through a very long menu. SELECT selects the current item, or more precisely the default action for that item. Pressing ENTER usually brings up a submenu with more possible actions. For example pressing SELECT on a DVD just starts the movie, whereas by pressing ENTER you can select DVD tracks, change play settings like audio language and subtitles. Use MENU to get to the MAIN MENU and EXIT to go one menu back. -With DISPLAY you can toggle between different menu layouts. When pressed in the main menu it brings up a submenu for changing the skin. +With DISPLAY you can toggle between different menu layouts. When pressed in the main menu it brings up a submenu for changing the skin. Here is a list of the key commands from the 1.4rc4 release, as you get it by pressing 'h'. (The number keys also enter the corresponding number). - + ||h ||HELP || ||z ||Toggle Fullscreen || ||F1 ||SLEEP || ||HOME ||MENU || ||g ||GUIDE || ||ESCAPE ||EXIT || ||UP ||UP || ||DOWN ||DOWN || ||LEFT ||LEFT || @@ -67,7 +67,7 @@ === Appearance === -Individual folders can be customized in several ways. +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). @@ -93,7 +93,7 @@ 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_ +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 @@ -118,7 +118,7 @@ == Movie images == -You can drop a JPEG or PNG image file with the same basename as the movie into the folder and this image will be used for this movie. +You can drop a JPEG or PNG image file with the same basename as the movie into the folder and this image will be used for this movie. Example: movie.png will be used for movie.avi @@ -132,7 +132,7 @@ A more complex way is the FXD support for movies. The FXD file is a special XML file that contains a link to a movie. The movie can be on your hard disk, on CD-ROM or even a DVD or (S)VCD. The FXD file contains the title, the image and a list of files. FXD files can also be used to define alternate audio tracks or to string together the pieces of a movie that spans multiple media files. You can use imdb.py in freevos helpers directory to create these FXD files. -If you store the id of the DVD/VCD/SVCD/CD in the FXD file (use --add-id as parameter for imdb.py). Freevo will display the title and the image in the MOVIE MENU menu when you insert the disc. The FXD files for this feature are searched in DIR_MOVIES and in MOVIE_DATA_DIR. +If you store the id of the DVD/VCD/SVCD/CD in the FXD file (use --add-id as parameter for imdb.py). Freevo will display the title and the image in the MOVIE MENU menu when you insert the disc. The FXD files for this feature are searched in DIR_MOVIES and in MOVIE_DATA_DIR. See DocumentationPage/FxdFiles for more detail and some examples. @@ -146,15 +146,15 @@ You can stop the song with STOP or with EXIT. Moreover there are the following commands available: PAUSE, REW, FFWD. -LEFT has the same effect as REW and RIGHT the same as FFWD, while playing music files. +LEFT has the same effect as REW and RIGHT the same as FFWD, while playing music files. ( For keymapping see [#navigation General Navigation] ) == Streaming == -You can do this manually or use the webradio plugin with predefined streaming radio stations. For both you should first manually try the URL with your media player--without Freevo--to see if it works. '''Please note:''' In general, streaming MP3 stations works fine but stations based on Real Player or Quicktime may require special audio codecs. +You can do this manually or use the webradio plugin with predefined streaming radio stations. For both you should first manually try the URL with your media player--without Freevo--to see if it works. '''Please note:''' In general, streaming MP3 stations works fine but stations based on Real Player or Quicktime may require special audio codecs. -If you want do it manually you can define a streaming music source (for instance, a net radio station) by adding a fxd file to a folder. Much like a movie file, it acts as a reference to the external media source. See DocumentationPage/FxdFiles for information about this file format. +If you want do it manually you can define a streaming music source (for instance, a net radio station) by adding a fxd file to a folder. Much like a movie file, it acts as a reference to the external media source. See DocumentationPage/FxdFiles for information about this file format. == Cover Art, Per Album == @@ -170,29 +170,29 @@ == Playlists == -Depending on your configuration in .freevo/local_conf.py, directories of songs may have two implicit playlists. +Depending on your configuration in .freevo/local_conf.py, directories of songs may have two implicit playlists. -* First, you can play all songs in order by playing the first song. When complete, Freevo will continue on to the next song. - This behavior deppends on DIRECTORY_CREATE_PLAYLIST, you can change it by adding or removing 'audio' from that list. +* First, you can play all songs in order by playing the first song. When complete, Freevo will continue on to the next song. + This behavior deppends on DIRECTORY_CREATE_PLAYLIST, you can change it by adding or removing 'audio' from that list. * Second, folders can have an entry at the top called "PL: Random Playlist" which will play all songs in this folder in random order. You can controll this with DIRECTORY_ADD_RANDOM_PLAYLIST. -Irrespective of your choice in local_conf.py you can get these playlists by pressing ENTER when you have selected [http://www.dotmoment.com/generic-neurontin Generic Neurontin] [http://www.dotmoment.com/generic-synthroid Generic Synthroid] [http://www.dotmoment.com/generic-cialis Generic Cialis] [http://www.dotmoment.com/generic-levitra Generic Levitra] a folder. +Irrespective of your choice in local_conf.py you can get these playlists by pressing ENTER when you have selected a folder. The submenu which is opened then does contain both options among others. Moreover the variable DIRECTORY_ADD_PLAYLIST_FILES determines, whether any other playlist files that freevo finds in a directory should be displayed, or not. Playlists should have the extension 'm3u'. (see PLAYLIST_SUFFIX in local_conf.py) - -There is a plugin which allows to manually create playlists with freevo. + +There is a plugin which allows to manually create playlists with freevo. Consult the documentation on [wiki:Self:DocumentationPage/PluginInfo#playlist Playlist Plugin] -While freevo is playing a playlist, you can skip to the next song with DOWN or go back to the last song with UP. +While freevo is playing a playlist, you can skip to the next song with DOWN or go back to the last song with UP. = Images = == Navigation == -If you view an image you can use UP and DOWN to view the next/prev image. LEFT and RIGHT rotates the image. You can press record button (REC) on rotated JPEG images and the image will be stored with this rotation (lossless transformation). By pressing DISPLAY you get some information about the picture. +If you view an image you can use UP and DOWN to view the next/prev image. LEFT and RIGHT rotates the image. You can press record button (REC) on rotated JPEG images and the image will be stored with this rotation (lossless transformation). By pressing DISPLAY you get some information about the picture. == Slideshows == ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Freevo-wikilog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-wikilog
