2010-11-03, 15:13
ubuntite Wrote:Also, it appears that recordings aren't being deleted and removed from the MythTV database after being moved according to SYMLINK=Disabled... This just recently started happening after upgrading to 750.
I'm at work, so I'm just making notes.
there is an extra test statement at line 2460
Code:
test test "$mythicalEpiShow" != "1" && test "$SYMLINK" = "Disabled" && chmod 775 "$MoveDir/$ShowFileName.$OriginalExt" && DeleteRelevantDatabaseFilesAndPictures
Can you get me a instance of a improperly named file in ~/.mythicalLibrarian/output.log? I will not be able to make any corrections to how mythicalLibrarian obtains data without knowing what it is obtaining. When you see a file that is named improperly, gedit ~/.mythicalLibrarian/output.log and do a search for the improperly named file, or the title. Then post that new search initiated here. This way I can see what decisions mythicalLibrarian made along the way.
Also, I would really like to see the terminal output from MythDataGrabber in mythicalLibrarian to figure out if there is a problem with it.