XBMC Community Forum
mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings (/showthread.php?tid=65644)



- outleradam - 2010-08-26 03:50

That is normal. You are using the use original dir option. The dir is created by the location of which mythicalLibrarian is called. In diagnostic mode it calls a fake file in the current dir.


- outleradam - 2010-08-26 05:07

GregoryK Wrote:Here you go, from the last recording:
Code:
@@@@@@@@@@@@@OPERATION COMPLETE Mon Aug 23 10:22:01 PDT 2010 @@@@@@@@@@@@@@@@
@@@@@@@@@@@NEW SEARCH INITIATED AT Mon Aug 23 19:23:09 PDT 2010@@@@@@@@@@@@@@
Revision 506 Mon Aug 16 22:00:36 PDT 2010
PERFORMING MAINTENANCE ROUTINE
SEARCHING: www.TheTvDb.com SHOW NAME: Top Gear EPISODE:
FILE NAME: /var/lib/mythtv/recordings/1162_20100823180000.mpg
SEARCH FOUND:Top Gear ID#: 74608
LOCAL DATABASE UPDATED:/home/mythtv/.mythicalLibrarian/Top Gear
MATCH!!!! Zap2itID:Top Gear ID.74608
SEARCH FOUND:Top Gear classic ID#: 142961
LOCAL DATABASE UPDATED:/home/mythtv/.mythicalLibrarian/Top Gear classic
SEARCH FOUND:Top Gear Russia ID#: 87701
LOCAL DATABASE UPDATED:/home/mythtv/.mythicalLibrarian/Top Gear Russia
SEARCH FOUND:Top Gear Australia ID#: 83234
LOCAL DATABASE UPDATED:/home/mythtv/.mythicalLibrarian/Top Gear Australia
SEARCH FOUND:Top Gear Xtra ID#: 83407
LOCAL DATABASE UPDATED:/home/mythtv/.mythicalLibrarian/Top Gear Xtra
DEFINED ABSOLOUTE EPISODE NUMBER:
WARNING:SHOW WAS CONSIDERED AN EPISODE BUT INFORMAITON WAS NOT OBTAINABLE
%%%%%%%%%%%%Please consider helping out and adding to thetvdb%%%%%%%%%%%%
HANDLING EPISODE AS GENERAL SHOWING AND DUMPING INTO --doover USER JOB
GENERIC GUIDE DATA WAS SUPPLIED TYPE: Series With Episode Data- Top Gear,
WARNING:%%%%%%%%%%PROGRAM GUIDE DATA IS NOT COMPLETE%%%%%%%%%%%%%%%%%%%%
MOVING FILE: '/var/lib/mythtv/recordings/1162_20100823180000.mpg' to '/var/lib/mythtv/recordings/Showings/Top Gear/Top Gear S0E0 ( Recorded 2010-08-23@18.00.00 on 1162).mpg'
@@@@@@@@@@@@@OPERATION COMPLETE Mon Aug 23 19:23:20 PDT 2010 @@@@@@@@@@@@@@@@
Thanks!

/Greg

Ok, I increased the logging level and took care of a few help messages as well. Please run mythicalLibrarian --update, then mythicalLibrarian --doover and post up a debug log. That should give the information required. From what I'm seeing here it is saying that there is not enough information to work with. I'd really like to see the debug log to find out why it would say that.


- GregoryK - 2010-08-26 05:43

Adam:

Here's the debug from output.log after the --doover run just now.

http://pastebin.com/FcSBBwGt

Hope it helps!

/Greg


- outleradam - 2010-08-26 14:41

mythicalLibrarian found a match based on the Zap2it ID provided by your guide data and associated it with series 74608. The title match is proper but it is not able to obtain an episode match.

When I get some time I will check that TheTvDb has an episode under that series id on 2010-08-23. It is likely that the shows have not yet been entered into theTvDb and therefore it is impossible for the season and episode to be matched. mythicalLibrarian defaults it into S0E0 (the universal "put me in the library without any other information given" key).

I was able to check theTvDb on my phone and they do not have that episode in it yet. The logs were correct in reporting not sufficient data. Please consider helping out and adding to theTvDb. Season/Episode matches are not possible without data to match.


- tom_a_sparks - 2010-08-27 10:36

outleradam Wrote:That is normal. You are using the use original dir option. The dir is created by the location of which mythicalLibrarian is called.

that option has been turned off see http://forum.xbmc.org/showpost.php?p=591445&postcount=486


- outleradam - 2010-08-27 19:39

Oh. Ok! I see what you are talking about. It is a problem with mythicalSetup making extra dirs which go unused. I'll take care of that tonight.


- outleradam - 2010-08-29 06:19

SVN is having technical difficulties right now. It will be Online, but I would advise against building on SVN for now. Please use the stable option in mythicalSetup until I get it all ironed out. It will be up soon. Just be patient and revert to stable until further notice.

I'm working on: permissions, recognition and folder tracking. It could get ugly if you grab a SVN at the wrong time. Changes are coming fast and tested nearly immediately then revised.

This may go on most of tomorrow and into the week.


- tom_a_sparks - 2010-08-31 03:10

I watch a show called All Saints
the subtitle for the episode is "End game"
mythicalLibraian gave it season 02 Episode 25
yet the last episode recorded was from season 10

looking at the list there are 2 episode with "End game"
http://thetvdb.com/?tab=seasonall&id=71815&lid=7

Is there any way to guesstimate the season that Episode is in based on the pasts Episodes?


- outleradam - 2010-09-01 00:31

This should have been fixed in last night's SVN revision session. The problem was mythicalLibrarian was matching based on original airdate, then verifying it's fuzzy logic capabilities (just to throw a "fuzzy does not jive with airdate" message in the logs), but it was not resetting the match to the airdate. The problem is fixed and mythicalLibrarian should correctly identify that episode now. Fuzzy should only be used for a backup when original airdate cannot be matched.


- outleradam - 2010-09-01 00:33

I just checked and the original airdate is not present for that episode. The original airdate needs to be updated.

The SVN is back up and running. I will commit SVN to stable as soon as I am confident that everything is operating properly.