media directory on Linux being skipped

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
cacasododom
Posts:4
Joined:Fri Oct 23, 2009 11:40 pm
AV Hardware:Pioneer SC-25, MacBook Pro
media directory on Linux being skipped

Post by cacasododom » Sat Oct 31, 2009 4:32 pm

Hey guys,
I've installed TMS on a Fedora 10 x64 box. I'm currently using the 30 day trial. The service starts, but my media folder doesn't seem to be recognized:
/usr/local/twonkymedia/videos/projects/pioneer

It is a symbolic link to a directory with a bunch of different media types. The directory and the files are world readable.

Code: Select all

[cacasododom@ogre pioneer]$ ll *.m??
-rwxrwxrwx 1 cacasododom cacasododom    1741035 2009-10-25 18:54 mcacc.mp3
-rwxrwxrwx 1 cacasododom cacasododom  262014976 2009-10-25 20:03 pioneer_dvd.mpg
-rwxrwxrwx 1 cacasododom cacasododom   51112759 2009-10-25 20:06 pioneer_h264.mp4
-rwxrwxrwx 1 cacasododom cacasododom 4092521209 2009-10-25 19:46 pioneer_large.mov
-rwxrwxrwx 1 cacasododom cacasododom  369406658 2009-10-25 21:39 pioneer_l.m4a
-rwxrwxrwx 1 cacasododom cacasododom 1498494420 2009-10-25 21:05 pioneer.m2t
-rwxrwxrwx 1 cacasododom cacasododom 1053059700 2009-10-25 20:52 pioneer.m2v
-rwxrwxrwx 1 cacasododom cacasododom   16837632 2009-10-25 20:24 pioneer.mp3
-rwxrwxrwx 1 cacasododom cacasododom  272230400 2009-10-25 21:19 pioneer.mpg
-rwxrwxrwx 1 cacasododom cacasododom   51100736 2009-10-25 21:14 pioneer_s.m4a
The logs show that the directory is seen:

Code: Select all

09:56:11:192 LOG_HTTP:HTTP_send_receive friendlyname=OGRE
scantime=0
playlistnumentries=
contentdir=+A|/usr/local/twonkymedia/videos
clientautoenable=1
nicrestart=0
v=511
defaultview=advanceddefault
cdkey=
But it is being skipped:

Code: Select all

09:56:12:167 upnp_database_setup_watch_threads skipping /usr/local/twonkymedia/videos, rescantime == 0
09:56:12:167 upnp_database_scan_time_based_location skipping /usr/local/twonkymedia/videos, rescan time == 0
09:56:12:167 LOG_SCAN filescanner thread checking scan queue
09:56:12:168 LOG_SCAN filescanner thread checking plugins
09:56:12:168 LOG_SCAN filescanner thread checking playlists
Can anybody help?
sodo

cacasododom
Posts:4
Joined:Fri Oct 23, 2009 11:40 pm
AV Hardware:Pioneer SC-25, MacBook Pro

Re: media directory on Linux being skipped

Post by cacasododom » Sun Nov 01, 2009 5:41 pm

So I actually had an error in the /tmp/Twonky* log:
11:09:13:898 LOG_DB:IMPORT: error creating feed data file, ignoring import file

I deleted /var/twonkymedia directory and restarted the twonkymedia service. The database was recreated properly and now I am able to access my media.

Locked