![]() |
|
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) |
- stratoscape - 2010-03-18 04:01 Wow, This crash could not have happened at a worst time LoL, I had posted a all my data about my busted MythicalLibrarian and was asking if I should somehow update mythtv to trunk and *poof* I was like damnnnn, where is everybody ![]() anyway, I am all screwed up after taking update that addressed unspecified episodes I got greedy and updated when I was stable and now getting this on mythweb status page after MythicalLibrarian runs "Error: User job returned non-zero, check logs" Looks like paths are messed up again and I when I update I choose where I want everyting but not changing Mythtv version information (should I update?) http://pastebin.com/wWTEW4A4 Errorlogs generated by mythbackend http://pastebin.com/XV1q5RK0 logs from setup (update to 272) http://pastebin.com/5xFT9Utp MythicalLibrarian Debug http://pastebin.com/F8pW3sWg as usual any help or advice would be greatly appreciated ![]() strato - outleradam - 2010-03-18 18:48 Try updating again. The errors were being falsely reported when sucessful. The permission errors can be fixed with a chown user:group /path/to/show command. I will review the update procedure tonight. - GregoryK - 2010-03-19 00:19 I upgraded to 272 and then ran --doover. No changes to the processing of the Cycling shows which are in my /Showings directories. Here's the one that seems to have been libraried (is that a verb?) correctly: Code: ls -al /mnt/video2/store/Episodes/CyclingHere's a 'ls -al' of my .../Showings/Cycling directory: http://pastebin.com/3zN5PHSK And here is the output.log from the --doover run I just did: http://pastebin.com/gW2dA4yS Hope that helps, and thanks as always for the support. /Greg Quote:outleradam Wrote:for now all episodes which are tagged with the sports event label can be redone with --doover. I would like some feed back before I remove that --doover option from categoric handling files.. - GregoryK - 2010-03-19 00:22 When I ran --update to get svn 272, it put a 'mythicalLibrarian' in User Job #2 for MythTV, even though 'mythicalLibrarian' was already in User Job #1. Now I have two in there. Bug or feature? Does it matter which of the two I delete? /Greg - GregoryK - 2010-03-19 00:27 outleradam Wrote:for now all episodes which are tagged with the sports event label can be redone with --doover. I would like some feed back before I remove that --doover option from categoric handling files.. Running a --doover with SVN 272 didn't change the Sports Event files in my /Showings/Cycling subdirectory. Should I have done anything specific other than 'sudo mythicalLibrarian --doover' to specify those files? Output log is here: http://pastebin.com/gW2dA4yS ls -al of the files that need to be re-done is here: http://pastebin.com/3zN5PHSK Thanks for the support! /Greg - outleradam - 2010-03-19 01:17 first make sure that all files were scanned properly in the first place Code: mythicalLibrarian --scan mpg /mnt/video1/storeIf that does not work, what I would do in this case is a full reset of all possibly trackable files. Code: sudo mythicalLibrarian --undoPlease do: Code: mysql -u*YOURUSERNAME* -p*YOURPASSWORD* -e "use mythconverg; select data from settings where value like 'UserJob1';" | replace "data" "" |sed -n "2p" Also, are any of the cycling shows showing up with S2010? - GregoryK - 2010-03-19 01:34 Yes, there is one Cycling show that got filed with "S2010" in the /Episodes directory: Code: -rw-r--r-- 1 mythtv mythtv 1750162876 2010-03-15 13:00 Cycling S2010E315 (Tirreno-Adriatico Recorded 2010-03-15@12.00.00).mpg...I'll try your suggestions on the --scan and the re-do later on tonight, hopefully. Regarding the User Jobs, here's what the database says: Re User Job #1: /usr/local/bin/mythicalLibrarian %DIR%/%FILE% Re User Job #2: /usr/local/bin/mythicalLibrarian "%DIR%/%FILE%" /Greg - stratoscape - 2010-03-19 03:05 outleradam Wrote:The permission errors can be fixed with a chown user:group /path/to/show command. which folders are you saying I should run this on. sorry for asking but this is not my main OS, thanks, strato - outleradam - 2010-03-19 03:32 ^^ Actually, it looks like everything is working properly, however I did not code a showings dir into the easy setup program. I'm working on it now. It's about 98.9304852% ready. The girlfriend just made brownies, so I can't take care of it right now, but if you --update it will work. GregoryK Wrote:Yes, there is one Cycling show that got filed with "S2010" in the /Episodes directory:I'd like to make sure everything gets resolved there. I want to finalize categoric naming. Let me know if you do not get season 2010. The user job which the setup sets up requires quotes. This prevents errors with people having folders with spaces. It is better to have quotes. Delete user job #1. mythicalLibrarian will see user job #2 and ignore it from now on. - GregoryK - 2010-03-19 04:16 Starting to go a bit in circles here. I tried the --scan that you suggested in the earlier post. It sort of worked, three episodes got moved from one directory, but the other directories did not move the files out of "Showings", (this is using SVN 280) So I tried the --undo you suggested as a reset, and got the following output: Code: greg@arbormyth:~$ sudo mythicalLibrarian --undoNot sure why we have permissions errors showing up now. /Greg |