I actually just filed an issue on your googlecode site before I saw the link to here. Seems you can't post a reply there anyway...
I found that df will split its output into multiple lines if your filesystem path is too long for its formatting ( lvm tends to cause this), and this caused the freespace variables to bomb on me:
MoveDirFreeSpace=`df $MoveDir|sed -n 2p|awk '{print $4}'`
was giving me back spaces
But I found a real nice fix for this: "df -P" forces df to print results 1 per line. I added that to the four lines and now everything's running smoothly.
mythicalLibrarian - a tool to build Movie and TV Show library from MythTV recordings
adecker89
Junior Member Posts: 1 Joined: Jan 2010 Reputation: 0 |
2010-01-27 08:08
Post: #41
|
| find quote |
Bueller
Junior Member Posts: 8 Joined: Jan 2010 Reputation: 0 |
2010-01-27 10:33
Post: #42
I just found another issue. The maintenance routine was not deleting the comskip files, but was removing the entries from comskiplog.tracking. The fix was easy, the rm command didn't have quotes around it.
I changed rm $FileToCheck to rm "$FileToCheck" which fixed it right up. |
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2010-01-27 15:23
Post: #43
adecker89: Thanks. great detective work!
Bueller: Thanks. Change was added. I really appreciate the help guys! I can't possibly check every configuration on my own. I really appreciate it. New version here: https://sourceforge.net/projects/mythica...h/download Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url] |
| find quote |
okiekyle
Junior Member Posts: 14 Joined: Jan 2010 Reputation: 0 |
2010-01-28 06:33
Post: #44
Thanks so much for all the work you've done on this. This is exactly what I've been looking for. However, I have yet to get it to work successfully for me.
I have the version from yesterday (01/25) Here is the log from a few recent attempts: Code: @@@@@@@@@@@NEW SEARCH INITIATED AT Mon Jan 25 23:12:00 CST 2010@@@@@@@@@@@@@On the 1st one (Everybody Loves Raymond - Young Girl) I can't figure out why it didn't find the info. It's there in TheTVDB.com (Season 5, Episode 8). Maybe I'm missing something. On the 2nd one (According to Jim - ABC's & 123's) I notice that the line where it shows "Searching..." it lists "ABCs 123s" but later when it says "TheTvDB.com is incomplete..." it lists "ABC's & 123's". Note the apostrophes and ampersand are missing in the "Searching..." line. Maybe there's a problem with those characters? On TheTVDB, the episode is listed as "ABC's and 123's" so maybe the difference between "&" and "and" is the problem. On the 3rd one (The View), the guide didn't have an episode name to it's pretty obvious what the problem was. I was wondering if, when you can't figure out what episode it is (missing or no match), could you go ahead and rename, copy, etc. using something like "ShowName-EpisodeName (from the guide, if any)-AirDateTime". Something like that so I could still find the show in XBMC and there would be as much information as possible in the file name so manual clean-up would be easier. Maybe it should be a configuration option to do this when you can't figure it out from the data you have. Any other ideas? Thanks |
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2010-01-28 06:50
Post: #45
Did you download the SourceForge or the Google Code link? To be able to tell, check at the top of the mythicalLibrarian.sh file. Yesterday, I started labeling creation dates on line 2 of the code.
This is always the most up-to-date version: https://sourceforge.net/projects/mythica...h/download Google code is what I consider to be the "stable" version, basically a distribution for ease of use where I set everything at defaults and make it "clean". The SourceForge one is my working copy. It's running very well and has not had any problems. I should update the google code version. I noticed that it seems to be making folders every time for you. You should check your permissions. You can do the "quick install" from this post which should work well http://forum.xbmc.org/showpost.php?p=489...stcount=36 I really need debug logs to do anything. You should set the loging to debug mode. I set it to disabled in the "stable version" because it recognized everything I could throw at it, but there have been a few problems since then and really, to nip all problems from this script I need help from others. Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url] |
| find quote |
watson540
Member Posts: 82 Joined: Jan 2010 Reputation: -40 |
2010-01-28 07:23
Post: #46
I need to get debug info on the process of communicating with the xbmc library..
I mean..does this add to xbmc library, so i dont have to go into file view to get to my mythbackend recorded episodes? everything else works, but no sign of anything on the xbox..and nothing in the debug log EDIT:I downloaded the latest version from yourl ink above because I noticed it was no longer naming correctly even As I was setting it all up..I noticed on about half of the pathnames in the config half quotations around them and the other half dont..so which is it?? I added the quotes..though it didnt seem to make a difference either way here is a log to show you whats up Code: ###################DEBUG MODE ENABLED####################
(This post was last modified: 2010-01-28 07:46 by watson540.)
|
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2010-01-28 07:43
Post: #47
You will need to edit mythicalLibrarian.sh and change your password to whatever mythtv has as a password. Mythtv states the "default" password is "MythTV" however you have other options:
mythtv uses this file for accessing the database /etc/mythtv/mysql.txt and MythTV's password for database access should be there. you can reset the mythtv password to whatever you would like by using the method outlined here: https://help.ubuntu.com/community/MythTV...leshooting you set up a root username and password when you set up mythtv You edited your post, I thought you were talking about the mythtv database. lemme review that log. Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
(This post was last modified: 2010-01-28 07:49 by outleradam.)
|
| find quote |
watson540
Member Posts: 82 Joined: Jan 2010 Reputation: -40 |
2010-01-28 07:51
Post: #48
no..im not referring to myths mysql database..my last post i tried to posta log but hit a limit when it said my post was 10,000 characters too long..i will try to post a more complete one here..
but im talking about the xbmc "library" ..does this script add these episodes to that or not? and why no debug info on it if so? Code: ###################DEBUG MODE ENABLED#################### |
| find quote |
watson540
Member Posts: 82 Joined: Jan 2010 Reputation: -40 |
2010-01-28 07:54
Post: #49
sure would help if I could get a WHOLE log on here..cant even find where to attach one
alsao meant to say..thought i did.. but notice the ending show names ..they're not right at all..something like "Family Guy (SE)"
(This post was last modified: 2010-01-28 07:56 by watson540.)
|
| find quote |
outleradam
Donor Joined: Sep 2009 Reputation: 20 Location: Louisiana |
2010-01-28 07:59
Post: #50
NO!.. I just need a single log. Not the entire thing.
Upgrade your copy again. I take it you updated about 2 hours after I posted the link on the 24th. That problem was in the 2nd change after the "rebuild" of lost data. If this is occouring on every single episode, then you downloaded that file within a 10 minute window of me putting up a bunk version, then checking the logs and putting up another version. Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library. Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian Technical Support:http://forum.xbmc.org/showthread.php?tid=65644 ![]() [url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url] |
| find quote |

![[Image: newsig-1.png]](http://i236.photobucket.com/albums/ff111/DrivingTibNaked/newsig-1.png)
Search
Help