|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#941
|
|||
|
|||
Yeah, it's usually a file with nothing in it. Not sure why that is, almost like it's just messed up or something.
I've been running it for a while now, and my process for doing any kind of installing, upgrading, or settings in SA, require stopping DM2, and uninstalling it first (the service, not the software). I'm not sure why, but having DM2 running seems to have caused me grief more than once. Since I've been doing it that way, I haven't had any problems...
__________________
-Jason |
#942
|
||||
|
||||
Quote:
Are these files that get deleted before SA gets to them? Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#943
|
||||
|
||||
Yeah, I restarted DM2 as an app (not service) so it would start SA interactively, and setup SA to show the log window when it starts.
All I get in that is the info that SA pulls from the webserver, then nothing else. And no the files aren't deleted (not this time ), because if I kill the SA process DM will kick it off again (with the now complete file) and SA will scan it just fine. |
#944
|
||||
|
||||
I've seen this a couple of times as well..
I never saw this when i had SA generating txt files only. Since i set it up to write edl files, SA has done this twice in about a month (might be coincidence...might not be). Last time i saw this, an SA instance had been running for 16 hours. I killed the SA process from task manager and everything was fine (i guess!). |
#945
|
||||
|
||||
Quote:
There is some code to pause for your live delay if the file is 0 bytes long but I haven't tested to see how it interacts with the live hold off and am a little suspicious of it in the first place. Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#946
|
||||
|
||||
I'll see if I can catch it.
|
#947
|
||||
|
||||
ignoring channels
Hopefully a quick one, I've got SA and dirmon2 setup now, set it to use the web interface, and to ignore some movie channels.
I was wondering though, when SA checks the mpg file and decides its to be ignored, does it create a log file or something, so that it knows not to process it again? Its just started processing my 50 or so saved programs..... it could be a long night. thanks. Dave |
#948
|
|||
|
|||
Quote:
__________________
-Jason |
#949
|
||||
|
||||
Quote:
I've just watched it process 2 file continuously for an hour while I tried to see the error in my settings. As usual is was SO OBVIOUS when I found it. I think I need new glasses... cheers. |
#950
|
||||
|
||||
Quote:
Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#951
|
|||
|
|||
late night desparation Q. Can someone tell me how to stop DirMon2 from having SA process mpg files that already have txt files? In other words, i am moving to edl files, but all of my files now have txt files, and i do not want it to process them all over again (unless i have to). Under triggers in Dirmon2, under must not exist, i have "edl OR txt", but it still triggers and creates new edl files.
Thanks |
#952
|
||||
|
||||
Quote:
Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#953
|
|||
|
|||
Thanks Jere,
I have tried that too. Nonetheless, I think it should be OR, since I only want it to trigger if an edl does not exist OR a txt does not exist. If a txt does exist (which is the case with most of the previous recorded files now), then I do not want it to trigger. (An aside, i have told it not to process shows from this channel and I have webserver working, but it still is processing them.) This brings up another point - is the comskip plugin in the default STV able to process txt or edl files. In other words some of the mpg's would have txt and others edl. Or do i have to specify one or the other. I have been told edl files tend to be more accurate, thus want to use them on future recordings. |
#954
|
|||
|
|||
Quote:
Quote:
If you eventually want to only have EDL files (when all your recordings with TXT files get deleted/watched), then you have a problem. For instance, say you have the following recordings, with respective comskip files: old_show_1.mpg old_show_1.txt old_show_2.mpg old_show_2.txt new_show_1.mpg no comskip file yet Now, if you use OR, you will end up getting .edl files for your old_show_*.mpg files, and just .edl files for your new_show_1.mpg file. If you use AND, you will end up having no change on your old_show_*.mpg files (meaning, the .txt file will exist, but you won't get a .edl file), but you'll end up with both a .txt file and .edl file on your new_show_1.mpg file, which is probably not what you want. OR old_show_1.mpg old_show_1.txt old_show_1.edl old_show_2.mpg old_show_2.txt old_show_2.edl new_show_1.mpg new_show_1.edl AND old_show_1.mpg old_show_1.txt old_show_2.mpg old_show_2.txt new_show_1.mpg new_show_1.txt new_show_1.edl Not only that, but you'd have to have both EDL and TXT file generation enabled in SA when using the AND option, otherwise, you'd get stuck in a loop. I would just do this option, generating both files (no idea if EDL has priority over TXT in the STV, but hopefully it's EDL, for your case), then just trigger on "No TXT" only. When your collection of video's gets to where every file has an EDL file with it (because you have deleted those videos), you can then turn off TXT file generation in SA, and change the trigger to trigger on "No EDL" only, and delete all your TXT files. Another option, is that you could have a second instance of a SA profile in DM2, and have the blackout period set to when you will not be viewing material, and have it setup to where it will also generate both files, but have it trigger on "No EDL." This will start converting your files that only have TXT files, to also have an EDL file, but only at night. No idea if the two profiles will fight with each other, if perhaps, you have a recording that is not in the blackout period... I'll leave that one to Jere. Depending on how much material you have, and your CPU, it shouldn't take more than a few nights to convert it all anyway. I think I did 500GB worth one time, and it only took 2-3 days, with an AMD 3000+ processor.
__________________
-Jason |
#955
|
|||
|
|||
Thanks for that Jason. I think I did read somewhere since my last post that comskip will choose EDL over TXT if both are present. so that should work.
Thus, I think the best option is to have SA output both TXT and EDL at this time. I assume the answer is no, but does that mean it will have to scan the mpg 2x? or does one scan do it for both files? It is not fully clear why my logic is incorrect on the OR under 'must not exist', but they way you described i understand. |
#956
|
||||
|
||||
Quote:
Quote:
Perhaps try changing that to AND, so that dirmon will only run SA if the TXT and EDL are missing. I think it's one of those cases where the idea expressed in English: "Do x if not a or b" is translated to the following logic: if not a and not b Instead of if not a or not b. |
#957
|
|||
|
|||
FYI: If you want to translate your TXT comskip files to EDL files you can import my Video Edit plugin and load with TXT as the "cut file preference" in the configure open file options and save with EDL as the preference in the close file/stop options. You do have to load and save each file there is no automation for this. But if you have any cut points that are a little off you can correct them before you save with this plugin.
BobP. |
#958
|
|||
|
|||
Thanks for the help guys. I am checking for NO txt file and producing txt and edl files. I have confirmed that comskip on the default STV will work on either file if present, and if both are there, it will use the edl file.
I am unable to get SA to not process if set to a certain channel, but get around that by ignoring in Dirmon2 certain files of kids shows - such as dora*, or sesame*. Does pretty much the same thing for these shows. edit - thanks Bobp. i cant wait to use that plugin. edit 2 - in a couple shows recorded since using an updated SA and D2, the first comm break always starts early, maybe 30-40 seconds. Will look to see if this pattern continues. the other breaks seem to be ok Last edited by sabre; 01-05-2007 at 08:56 AM. |
#959
|
|||
|
|||
I have a simple question. I am curious to update my version of SA (v6) and Dirmon (v1) to the newest version but I just don't know if it will be worth it. Presently, I have a good to high rate of success with commercial detection but it is not perfect.
What would be the advantages of going to SA (v7 or v8) and Dirmon2. I know that SA (v7) does edl versus txt. But I don't see or understand the real benefit. Your expertise is greatly appreciated. Thanks in advance... |
#960
|
|||
|
|||
Quote:
But if the imperfection doesn't bother you, I'd say don't mess with it... |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|