Difference between revisions of "Videos5"
From Amahi Wiki
Line 1: | Line 1: | ||
− | 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. | + | 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: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px; text-align: left"> | <div style="border: 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 | + | mysql -uvideos5 -pvideos5 -e "update settings set value='/path/to/your/videos' where name = 'paths'" videos5<br/> |
+ | /usr/bin/php /var/hda/web-apps/videos5/html/index.php find | ||
</div> | </div> | ||
Revision as of 22:27, 12 May 2010
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:
mysql -uvideos5 -pvideos5 -e "update settings set value='/path/to/your/videos' where name = 'paths'" videos5
/usr/bin/php /var/hda/web-apps/videos5/html/index.php find