Videos5: Customize movie directory
Posted: Wed Mar 23, 2011 8:09 pm
I have my movies arranged as follows:
"/var/hda/files/movies/movies"
"/var/hda/files/movies/kiddy corner"
etc.
I have no movies in /var/hda/files/movies by themselves. I also happen to have spaces in the name of some directory.
I used the suggestion from the videos5 wiki:
But I don't think it worked because when I checked there were no movies listed. I also wonder if the first scan happens immediately or overnight.
"/var/hda/files/movies/movies"
"/var/hda/files/movies/kiddy corner"
etc.
I have no movies in /var/hda/files/movies by themselves. I also happen to have spaces in the name of some directory.
I used the suggestion from the videos5 wiki:
Code: Select all
mysql -uvideos5 -pvideos5 -e "update settings set value='/var/hda/files/movies/movies\n//var/hda/files/movies/kiddy corner' where name = 'paths'" videos5