![]() |
|
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-05-22 03:51 I have not figured out a POSIX way to change permissions yet from mythicalSetup. If anyone can tell me how to go about getting the name of my group from the terminal that would be great. - outleradam - 2010-05-22 04:04 Here is the state of mythicalLibrarian as of right now: linux - I am aware of no errors. Darwin/Mac OS X- I am aware of no hard errors/show stoppers. mythicalSetup needs some work to make sure that the user only needs to run mythicalSetup. There are a few small errors relating to features which cannot be used on darwin platform such as Desktop Notifications and setting folder permissions. Instructions for Mac: Always run mythicalSetup as the user who will be running mythBackend, and make sure you verify that the user running mythicalLibrarian has permissions to the folders you've selected or choose use original DIR. SVN 476 to stable Just to let everyone know, I will be here to answer questions for a bit tomorrow morning, then I'm on vacation until Thursday. <---see that scales button down there? use it please! Gosh, I do this for free for you guys. User job duplication - Dobyken - 2010-05-22 13:41 I'm not sure how it happened but when I looked on my backend setup there were two entries for mythicalLibrarian. Once possibility is if I renamed the user job then your setup might not realize it's already there and added user job #2. - outleradam - 2010-05-22 17:20 If the user job does not match perfectly, then it will create a new user job. The user jobs are not enabled on the recordings by default. You have to specify that you want them run on each recording in the recordings manager. mythcialSetup will only input the job title, the job command and make it available to you in mythtv. Open source is about software freedom, enabling is one thing, but making it manditory is something else. I thought it would be a bit "controlling" if I were to make the job run automatically by default. So, just specify within mythtv frontend that you want mythicalLibrarian job run on each recording in the recording setup. - kvandesteeg - 2010-05-23 00:54 getting closer.. but i think something's confusing it. it's resolving everything to Glee. my wife is going to be confused when she goes to watch it.. Code: MY USER NAME:htpc-- outleradam - 2010-05-23 01:25 Log on to thetvdb and add a zap2it I'd for castle. That makes no sense though. Try running sudo su htpc mythicalLibrarian --doMaintenance mythicalLibrarian --update I cannot account for glee at all. - outleradam - 2010-05-23 01:26 Then do a --undo and a --scan on that dir. - outleradam - 2010-05-29 14:57 Is everything working properly? - kvandesteeg - 2010-05-29 20:31 I've been distracted with work. did a clean install of latest this morning, and this was the log after a myth scheduled job execution Code: @@@@@@@@@@@NEW SEARCH INITIATED AT Sat May 29 10:00:39 CDT 2010@@@@@@@@@@@@@@here's the console log Code: mythbackend[169] 2010-05-29 10:00:39.058 ProgramInfo(): Updated pathname '':'' -> '1041_20100529093000.mpg'mysql is on the path, and is accessible by user htpc (which runs mythBackend) Running from command line works Code: mini:.mythicalLibrarian htpc$ /usr/local/bin/mythicalLibrarian /Volumes/pvr/MythTV/1041_20100529093000.mpg- outleradam - 2010-05-30 16:12 ^^ I'm working on it. I had some recordings set to run last night, but unfortunately I didn't set the user job in mythtv under my OSX VM. I am recording shows right now with the proper settings. I was just reviewing my logs on my end. I set up mythicalLibrarian to do some statistical research. Here are some very interesting findings. If you do a search through your logs for the word "JIVE" you can see where Fuzzy Logic does not jive with the actual air date. When given the choice, mythicalLibrarian will ALWAYS choose original airdate over fuzzy logic Here's my results so far... Fuzzy Logic was incorrect because of duplicate subtitles: INPUT EPISODE NAME:Dora Had a Little Lamb- ABSOLOUTE EPISODE NUMBER:177- RESOLVED EPISODE NAME:Dora Had a Little Lamb- Title was not given with guide data, defaulted to airdate: RESOLVED SERIES ID:97731- RESOVED SHOW NAME:Tosh.0- INPUT EPISODE NAME:- ABSOLOUTE EPISODE NUMBER:22- RESOLVED EPISODE NAME:Web Redemption Prom Girl- RESOLVED SERIES ID:97731- RESOVED SHOW NAME:Tosh.0- INPUT EPISODE NAME:- ABSOLOUTE EPISODE NUMBER:25- RESOLVED EPISODE NAME:Web Redemption Phillies Fan's Daughter- Fuzzy Logic was correct airdate was incorrect/duplicate: RESOLVED SERIES ID:75397- RESOVED SHOW NAME:My Name Is Earl- INPUT EPISODE NAME:Monkeys Take a Bath- ABSOLOUTE EPISODE NUMBER:86- RESOLVED EPISODE NAME:The Magic Hour- RESOLVED SERIES ID:75397- RESOVED SHOW NAME:My Name Is Earl- INPUT EPISODE NAME:Stole an RV- ABSOLOUTE EPISODE NUMBER:88- RESOLVED EPISODE NAME:Joy In A Bubble- I'm considering reverting back to fuzzy logic naming as default with a backup of original airdate. |