LinuxMCE Forums

Archive => Archive => Pluto Main General Issues => Topic started by: archived on December 24, 2005, 09:20:01 pm

Title: Files in Database only
Post by: archived on December 24, 2005, 09:20:01 pm
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
Title: Files in Database only
Post by: archived on January 06, 2006, 11:34:42 am
If you made the change to the sudoers, it should work. Open a console, and try:
Code: [Select]

su - www-data

and then
Code: [Select]

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.