None of my videos are found

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
User avatar
Swiftie
Posts:11
Joined:Tue Mar 27, 2012 9:31 pm
AV Hardware:SONY BluRay
None of my videos are found

Post by Swiftie » Thu Jul 19, 2012 8:26 pm

Suddenly, Twonky 7.0.5 cannot play any of my videos; it just says "File could not be found".
I've traced the cause for this to the following entries in the log:
07/19/12 19:49:30:406 [Trace] - LOG_HTTP: HTTP_send_receive : next locate handler for the request (type 2=HEAD)
07/19/12 19:49:30:406 [Info] - LOG_HTTP: http_file_filecache_open : file C:\Documents and Settings\All Users\Documents\My Pictures\Twonky\ZA\L\S\Videos\xxxxxxxxxxxxxxxxxxx.mp4, id /O0$3$27I3735558.mp4 in database but not accessible
07/19/12 19:49:30:406 [Info] - LOG_DB: db_get_ifo_uri_for_object : searching for IFO file for object 0$3$27I3735558.mp4
07/19/12 19:49:30:406 [Info] - LOG_DB: db_get_ifo_uri_for_object : no IFO file found
07/19/12 19:49:30:406 [Info] - LOG_HTTP: HTTP_send_header : sending HTTP/1.1 404 Not Found

I've replaced the filename with a bunch of xxx's but the problem is the directory. My videos are all under I:\Videos and this was working until recently.
There is a C:\Documents and Settings\All Users\Documents\My Pictures\Twonky but it is empty. And why would it look for a video file in "My Pictures"

In fact, none of my media files are under C:\Documents and Settings\... how can I persuade Twonky to look where I told it to?

User avatar
phibertron
Posts:1566
Joined:Sun Jan 30, 2011 5:52 pm
AV Hardware:Hardware
========
WHS - HP Ex495
PS3
XBOX 360
iTouch - Gen 2 and Gen 3
PSP - 3000

Encoders
========
Handbrake
x264
ffmpeg
mencoder

Tagging
======
mp3tag

Re: None of my videos are found

Post by phibertron » Fri Jul 20, 2012 1:28 am

the web interface config section for sharing should list the appropriate shares yo uhave defined

you can check the twonkyserver.ini to verify this

Code: Select all

# CSV list of all shares, prepended by the type (A,M,P,V)
# and a '+' or '-' sign to flag enabled or disabled shares
contentdir=+M|D:\shares\Music,+P|D:\shares\Photos,+V|D:\shares\Videos
or you can run an rpc call to verify it

Code: Select all

http://localhost:9000/rpc/get_option?contentdir
it should show what is in the twonkyserver.ini
viewtopic.php?f=2&t=10627
viewtopic.php?f=2&t=9353
viewtopic.php?f=2&t=9408
viewtopic.php?f=2&t=9416
viewtopic.php?f=2&t=9424
viewtopic.php?f=2&t=9364
viewtopic.php?f=2&t=9497

User avatar
Swiftie
Posts:11
Joined:Tue Mar 27, 2012 9:31 pm
AV Hardware:SONY BluRay

Re: None of my videos are found

Post by Swiftie » Fri Jul 20, 2012 1:26 pm

Thanks for a most informative reply!

I didn't check the ini before finding the cause of the problem, but the web interface was showing my chosen directories.
I did a "Reset to Defaults" and entered my directories again.

This changed the symptoms; the TV no longer reported "File not found", but it hung without displaying the video (but it did identify "Dolby Digital" for the sound on some videos, so something was being communicated).

Then I remembered that I didn't use the Twonky Server directly from my TV, but from the attached BluRay player, which has better facilities. I tried the BluRay player, and all was well.

I can't say if I'd have avoided the problem altogether if I'd been using the BluRay player from the outset.

Locked