News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Files in Database only

Started by danimal, December 24, 2005, 09:20:01 PM

Previous topic - Next topic

archived

Hi.
I added some files manually to the \home\public\music folder and
did the resync.
Now it shows those files/tracks as "Files in Database only".
Any trick behind it which i missed?
I did the change in the file sudoers as mentionned in another thread.

Thanks and regards

Danny

archived

If you made the change to the sudoers, it should work. Open a console, and try:

su - www-data

and then

sudo -u root find "/home/public/data/music" -maxdepth 1 -not -name '*.id3'

The last one is the command who retrieve the files from disk, and if it ask for password, you must allow that "find" command to be run using sudo without asking for password.