So... trying to get it to work:
My hda files are not stored in the default location, they are located externally: /media/ELITE/movies
Solution (in a terminal):
Code: Select all
mysql -uvideos5 -pvideos5 -e "update settings set value='/media/ELITE/movies' where name = 'paths'" videos5
Code: Select all
/usr/bin/php /var/hda/web-apps/videos5/html/index.php find
The "find" process then continues to search all of the subdirectories and lists all of my videos etc...[root@amahi ~]# /usr/bin/php /var/hda/web-apps/videos5/html/index.php find
/media/ELITE/movies/1.HDStuff/.MG-29F247F7-EF52-4F60-B8E9-231283DED83F.mov
grep: ../logs/encode.log: No such file or directory
PHP Notice: Undefined offset: 0 in /var/hda/web-apps/videos5/html/index.php on line 1359
Now... when I open the app and login, NADA?!?!? No videos at all under any users, no encode options... and I KNOW some of them meet the criteria h.264 mp4 aac

Any ideas/suggestions?