[mythtv-users] metadata lookup for TV series on initial entry in VIdeos List View

Robert McNamara robert.mcnamara at gmail.com
Thu Jan 19 01:55:25 UTC 2012


On Wed, Jan 18, 2012 at 3:09 PM, Kenneth Emerson
<kenneth.emerson at gmail.com>wrote:

> Looking for some help here before submitting a trac ticket.  Running
> git/masterI (v0.25pre-3889-g2c930a7) I have an .iso file named:
>
> Foyle's_War_s05e01.iso
>
> added into the storage groups for videos.  I then enter Videos (List Mode)
> and every time (for any TV series) the initial, automatic scan assumes the
> iso is for a movie and goes to the tmdb website to search for a match.
>  Once this happens (and fails every time), the metadata for the iso file is
> tainted and will no longer look for online data.  The frontend log below:
>
> 2012-01-17 19:19:14.437146 I [13100/13100] CoreContext dirscan.cpp:258
> (ScanVideoDirectory) - MythVideo::ScanVideoDirectory Scanning Group
> (myth://Videos@mythtv/mythtv/misc/video/DVD/)
> 2012-01-17 19:19:14.511783 I [13100/13100] CoreContext dirscan.cpp:258
> (ScanVideoDirectory) - MythVideo::ScanVideoDirectory Scanning Group
> (myth://Videos@mythtv/mythtv/misc/video/myth_work/)
> 2012-01-17 19:19:29.433604 I [13100/17906] MetadataDownload
> mythdbcon.cpp:75 (MSqlDatabase) - Database connection created: DBManager52
> 2012-01-17 19:19:29.433631 I [13100/17906] MetadataDownload
> mythdbcon.cpp:298 (popConnection) - New DB connection, total: 4
> 2012-01-17 19:19:29.434788 I [13100/17906] MetadataDownload
> mythdbcon.cpp:179 (OpenDatabase) - Connected to database 'mythconverg' at
> host: 192.168.1.12
> 2012-01-17 19:19:29.475579 I [13100/17906] MetadataDownload
> metadatadownload.cpp:222 (runGrabber) - Running Grabber:
> /mythbuild/new/share/mythtv/metadata/Movie/tmdb.py -l en -M
> Foyle's_War_s05e01
> 2012-01-17 19:19:31.404012 I [13100/17906] MetadataDownload
> mythdbcon.cpp:479 (CloseDatabases) - Closing DB connection named
> 'DBManager52'
> 2012-01-17 19:19:31.548326 I [13100/13100] CoreContext videodlg.cpp:3251
> (customEvent) - No results found for Foyle's_War_s05e01 0 0
>
>
Conspicuously missing in the above log is:

2012-01-18 17:51:47.661502 I Adding :  : Foyle's_War_s05e01.iso : NULL

Meaning the scan above didn't add the content.  It was added in some older
version of MythTV or with an external non-MythVideo tool, which didn't
perform the filename parsing MythVideo does when content is added, and thus
didn't parse the season and episode, and thus didn't choose the right
grabber.

Your example filename works perfectly when added fresh.  Whatever/whenever
this was added, it was not by MythVideo, or with a version before .22.

Remove the content, scan, return the content, scan.  Works perfectly in .24
and master.

Roebrt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.mythtv.org/pipermail/mythtv-users/attachments/20120118/4738098d/attachment.html 


More information about the mythtv-users mailing list