Page 1 of 1

Metadata not fetched on sinology

PostPosted: Wed Nov 16, 2011 9:04 pm
by jc999
Hi,

I have installed the last version on serviio (601) on my 710+ sinology (I have following all steps, jam, plugging, ... ).
Everything seems to work fine so far, except the meta data...
I search the full forum without finding some solution... or explanation ...

I have put the extraction method to the online one (Online metadata sources).
However, when parsing all files, no one are found on the net, I don't see any error in the log file...
I tried to rename the file to the simplest ( like: /volume1/video/Bad lieutenant.avi or Hancock.avi).
The files are added to the database using the filename only, and "unknown" as artist, genre, ... nothing to movies and series ( but titles has all files splitter by first letter)...
Reading the movies works well, with and without transcoding, it's then not an access issue, via the "folders" menu ), or within a 'unknown' sub menu...

Any help ? Or it's the release on the sinology that doesn't work 100% ?

I tried on the PS3 and to be sure, with vlc... ( and I have found on the forum that PS3 doesn't managed the subtitles ;) )

Network connection from the has works ( wget and ping to google.com works)

Rgds,
JC

Re: Metadata not fetched on sinology

PostPosted: Wed Nov 16, 2011 10:06 pm
by patters
It actually tends to work best if you leave your files with the download name (like This.Movie.2011.x264.720p-Craxxors.mkv).
At the very least you should name movies with the name, followed by the date of release. If they still don't show up, check the online database - sometimes they have the wrong year which can mess stuff up.

Re: Metadata not fetched on sinology

PostPosted: Thu Nov 17, 2011 11:07 am
by jc999
I only changed a couple of file names...the rest are still like the sample you gave... But no one are fetched...
Is the re a way to enble logging on that area in the log4j? Which classes/package?
Does folder name is important for movies ?

Thanks for for helping,

Jc

Re: Metadata not fetched on sinology

PostPosted: Thu Nov 17, 2011 2:26 pm
by zip
Folder name is used also, but file name has priority (unless there is an exact match with the folder name).
You can enable detailed logging to see if Serviio makes calls to the online DBs.

Re: Metadata not fetched on sinology

PostPosted: Fri Nov 18, 2011 8:46 pm
by jc999
Hy, Thanks for the help, so far...

I put the log level to debug... however, I don't see any connection when rescanning video data...
I also tried to delete the db and let serviio recreating it...
Really strange... I don't really know what to try ...

JC

Re: Metadata not fetched on sinology

PostPosted: Sat Nov 19, 2011 12:14 am
by jc999
Hello, again,

Here is the log ( debug level ) of one file after a db clean ( rm -R db ) ... with the metadata extractor set to online...

Thanks for your help,

JC

2011-11-19 01:08:01,305 DEBUG [LibraryAdditionsCheckerThread] Looking for files to share in folder: /volume1/video/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED
2011-11-19 01:08:01,326 DEBUG [LibraryAdditionsCheckerThread] Found file 'Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi', checking if it's already in the Library
2011-11-19 01:08:01,327 DEBUG [MediaItemDAOImpl] Checking if DB already contains media item Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi
2011-11-19 01:08:01,328 DEBUG [MediaItemDAOImpl] Media item Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi doesn't exist in DB yet
2011-11-19 01:08:01,328 DEBUG [LibraryAdditionsCheckerThread] File not in Library, will add it
2011-11-19 01:08:01,329 DEBUG [VideoExtractionStrategy] Extracting metadata of video file: /volume1/video/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi
2011-11-19 01:08:01,329 DEBUG [FFMPEGWrapper] Invoking FFMPEG to retrieve media information for file: /volume1/video/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi
2011-11-19 01:08:01,329 DEBUG [ProcessExecutor] Starting ffmpeg -i /volume1/video/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi
2011-11-19 01:08:01,448 DEBUG [LibraryManager] Metadata found via extractor EMBEDDED: VideoMetadata [title=Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED, filePath=/volume1/video/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED/Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi, fileSize=1467591058, audioBitrate=448, audioCodec=AC3, audioStreamIndex=1, bitrate=1761, channels=6, container=AVI, contentType=UNKNOWN, coverImage=null, duration=6667, episodeNumber=null, fps=25, frequency=48000, h264Level=null, h264Profile=null, height=256, seasonNumber=null, seriesName=null, timestampType=null, videoBitrate=null, videoCodec=MPEG4, videoStreamIndex=0, width=624]
2011-11-19 01:08:01,449 DEBUG [VideoService] Adding video into database: Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED
2011-11-19 01:08:01,449 DEBUG [FolderDAOImpl] Looking for folder hierarchy Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED
2011-11-19 01:08:01,455 DEBUG [GenreDAOImpl] Reading a Genre (name = Unknown)
2011-11-19 01:08:01,456 DEBUG [GenreService] Genre Unknown found
2011-11-19 01:08:01,456 DEBUG [VideoDAOImpl] Creating a new Video (title = Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED )
2011-11-19 01:08:01,471 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 7 as DIRECTOR
2011-11-19 01:08:01,471 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-11-19 01:08:01,472 DEBUG [PersonDAOImpl] Checking if person 1 has a role DIRECTOR for media item 7
2011-11-19 01:08:01,480 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 7 as PRODUCER
2011-11-19 01:08:01,480 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-11-19 01:08:01,481 DEBUG [PersonDAOImpl] Checking if person 1 has a role PRODUCER for media item 7
2011-11-19 01:08:01,495 DEBUG [PersonDAOImpl] Adding a Person Unknown to media item 7 as ACTOR
2011-11-19 01:08:01,495 DEBUG [PersonDAOImpl] Reading a Person (name = Unknown)
2011-11-19 01:08:01,496 DEBUG [PersonDAOImpl] Checking if person 1 has a role ACTOR for media item 7
2011-11-19 01:08:01,507 DEBUG [MetadataDescriptorDAOImpl] Creating a new MetadataDescriptor (type = EMBEDDED, mediaItemId = 7)
2011-11-19 01:08:01,516 INFO [LibraryAdditionsCheckerThread] Added file 'Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED.avi' (title: Prince of Persia The Sands of Time (2010) DVDRip XviD-MAXSPEED) to Library

Re: Metadata not fetched on sinology

PostPosted: Sat Nov 19, 2011 12:37 am
by zip
Do you have the Metadata checkbox selected for the shared folder? (M icon)

Re: Metadata not fetched on sinology

PostPosted: Sat Nov 19, 2011 9:36 am
by jc999
:-/

" The main problem with computer is between the chair and the keyboard ... "

That was is.... Thank you. :)

Sorry for that noise ...

JC