Changes

From Amahi Wiki
Jump to: navigation, search
2,027 bytes removed ,  12:30, 30 July 2010
no edit summary
==Custom thumbnails==
If your Movies share contain folder.jpg and filename.tbn files (image files used by XBMC for thumbnails), those will be used to display thumbnails for folders and video files.
More details about thumbnails can be found on the [http://wiki.xbmc.org/index.php?title=Thumbnails XBMC wiki].
If you already use XBMC, and [http://wiki.xbmc.org/index.php?title=Video_Library indexed all the videos Details on your Movies share] in it, you can export your library using Settings > Video > Library > Export video library. Then indicate you want to export 'separate' files, instead of a 'single file' export, and that you want how to export display custom thumbnails and fanart. This will generate filename.tbn files for all your movies, and folder.jpg for all your TV Shows folders. If you don't use XBMC, you can manually create filename.tbn files (in JPG or PNG format) for your movies, videos and place folder.jpg files (in JPG or PNG format) in your folders. You can also use applications that can catalog your videos, and export thumbnails be found in the proper format.[http://wwwcode.billyad2000google.co.ukcom/ Media Companion] and [http:p/videos5/www.24hourloop.comwiki/projects/mediareader Media ReaderCustomThumbnails CustomThumbnails page on Videos5 wiki] are such applications.
==Custom Videos Paths==
If you store your videos somewhere else than the default /var/hda/files/movies, you'll need to change that path in the Videos5 settings. Execute those two commands, from a terminal:
<div style="border[http: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">mysql -uvideos5 -pvideos5 -e "update settings set value='/path/to/your/videos' where name = 'paths'" videos5</div><div style="border: 1px solid #A3B1BF; padding: code.google.5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">/usr/bin/php /var/hdacom/web-appsp/videos5/html/index.php find<wiki/div>CustomVideosPaths CustomVideosPaths page on Videos5 wiki]
If you want to scan multiple directories, separate each by \n in the above mysql command:==Custom Videos Encoding Options==
<div style="border: 1px solid #A3B1BF; paddingYou can change the default options used to encode videos in the same way you can change paths: by changing a MySQL entry.5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left"<br/>mysql -uvideos5 -pvideos5 -e "update settings set value='[http:/path/tocode.google.com/yourp/videos\nvideos5/other_pathwiki/to/your/other_videos' where name = 'paths'" videos5</div>CustomEncodingOptions CustomEncodingOptions page on Videos5 wiki]
==Custom Videos Encoding OptionsRefresh Rate==
You can change the default options used daily 4am scan of your videos folder(s) to encode videos in the same way you can change paths: by changing a MySQL entry.<br/>See '''/usr/bin/HandBrakeCLI --help''', be more (or [http://trac.handbrake.fr/wiki/CLIGuide HandBrake CLIGuide] for available optionsless) frequent.
<div style="borderDetails can be found on the [http: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left">mysql -uvideos5 -pvideos5 -e "update settings set value='/bin/nice code.google.com/usrp/binvideos5/HandBrakeCLI -L -i \$input -o \$output -e x264 -q 20.0 -a 1 -E faac -B 160 -6 dpl2 -R 48 -D 0.0 -f mp4 -X 720 -Y 480 --loose-anamorphic -m -x cabac=0:ref=2:me=umh:bframes=0:8x8dct=0:trellis=0:subme=6' where name = 'encode_command'" videos5<wiki/div>CustomRefresh CustomRefresh page on Videos5 wiki]