|
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 |
#321
|
|||
|
|||
i'm trying to use dirmon2 to try just send me a message each time a show has started recording.
the problem i'm getting is that since the .mpg files are staying in the directory, it keeps sending me updates multiple times. is there any way i can set dirmon2 to ignore files it has already processed? |
#322
|
|||
|
|||
a work around would be to have your process create a dummy file of some odd file extension that you could use as the exception rule. This should prevent it from rerunning on the same file.
|
#323
|
|||
|
|||
thats what i actually ended up doing after i posted here. still, i wish there was a better way. thanks.
|
#324
|
|||
|
|||
I'm trying to use Dirmon to scan my recordings and queue up recordings older than x days for transcoding and cleanup tasks. Also, removing any empty "show name" directories where the episodes have all been removed but the folder remains.
Any suggestions? |
#325
|
|||
|
|||
Quote:
Here's a work-around to queue to encode recording based on how old they are. This example bash script looks for any recording (*.ts in this case) older than 7 days (ctime) and creates a blank file with the filename.dirmon extention. You'll need cygwin installed along with find,awk and crontab. I scheduled this to run once a day out of a cronjob. Code:
#!/bin/bash IFS=$'\n' for i in $(find /cygdrive/p -type d \( -name "RECYCLER" -o -name "System Volume Information" \) -prune -o -type f -name '*.ts' -ctime +7 -print | sed 's/.ts/.dirmon/g'); do touch "$i" echo "$i\n" done target = ts must exist = dirmon must no exist = avi This works perfectly. I also setup windows to create <filename>.dirmon with right-click, open-with Transcoder to allow me to easily queue recording manually prior to the 7 days I setup in the script. |
#326
|
|||
|
|||
I seeing a weird problem today - for the first time since it was installed, it's not doing anything. Not scanning for new recordings, not firing up showanalyzer, etc... very weird. Start/stop, uninstall/install, nothing seems to get it going. Is there a log file somewhere that I can look at to figure out what's going on?
thx mike
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#327
|
|||
|
|||
Quote:
__________________
Server: Sage 6.5.9 - X2 3800+, DFI NF4 MB, 1 GB, 300 GB HD (system disk), NV 7600GS, - Windows XP SP2 Client 1: Sage 6.5.9 - E7200, Abit IP35 Pro, ATI 4850 with HDMI connect to Denon 3808CI and Sony A3000 SXRD TV Client 2: HD200 connected to Denon 3808CI and A3000 SXRD TV Client 3: Media MVP to 15" Toshiba LCD Client 4: HD100 connected to Samsung 23" 720P LCD Client 5: HD100 connected to Vizio VX37L |
#328
|
|||
|
|||
LOL, Y2K8?
__________________
-Jason |
#329
|
|||
|
|||
Anyone know where I can get dirmon while dragonglobal's website is unavailable? Was trying to get a project finished up this weekend.
Thanks! |
#330
|
||||
|
||||
I have a copy of dirmon2 (v0.5.0) and dirmon (v0.2.5) saved, I'd be glad to email it to you. I don't think its the latest version, but if you want it I'd be glad to mail it to you. Send a private message, if interested.
Matt |
#331
|
|||
|
|||
Quote:
Thanks |
#332
|
||||
|
||||
Dragon's Forum site has been hacked. Hopefully he can resolve that quickly. I suspect that may be linked to his mysql errors on the download page.
|
#333
|
||||
|
||||
Appears to be up again. Grats for Jere for getting it going (although sorry you had to).
Matt |
#334
|
|||
|
|||
|
#335
|
||||
|
||||
Apparently, I am the victim of someone getting root access on a shared server. I am going to move dragonglobal to a virtual private server so this shouldn't happen again.
My main disappointment is in the customer service of Canaca. It took them over 14 hours to respond to my "Emergency" ticket. Ugh. So, yeah, it's back up. Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#336
|
||||
|
||||
Dirmon2 is not cleaning up the new .aspects files. Yes, they are added to the Global Settings tab under clean up with all the other extensions. Any ideas?
|
#337
|
||||
|
||||
Changed to UNC paths instead of mapped drives for cleanup, will see if this helps. Saw errors in the activity logs saying the path couldn't be found. Don't know why only its only the .aspects though, maybe an earlier clean up tool is still running on the server and catching the other orphaned files.
|
#338
|
||||
|
||||
yup that was it, needed unc paths for clean up too.
|
#339
|
||||
|
||||
*OFF TOPIC*
Is anyone taking advantage of the .aspects files yet? Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#340
|
||||
|
||||
I've been patiently waiting for a .aspects plug-in as well, I even downloaded the studio manual to think about trying to make a plug-in myself. But I only got to page 12 of 154 before other duties prevailed. Not sure if I'd have to go and learn Java first anyhow.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|