Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Search found 11 matches

by hellow
Thu Oct 06, 2011 11:35 am
Forum: General Support
Topic: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + XBMC
Replies: 9
Views: 4547

Re: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + X

I understand. Well the path for directorywatcher paths looks wierd. And the tigger on the second one should be DirectoryWatcher2.Updated. You just say that the stuff dosnt start, the stuff will NOT start unless its tiggered first. Does anything get triggered at all? On mysetup it sometimes freezes ...
by hellow
Wed Oct 05, 2011 9:09 pm
Forum: General Support
Topic: Write logfile to a txt
Replies: 2
Views: 1530

Re: Write logfile to a txt

Awesome, that was what is was looking for! :)
by hellow
Wed Oct 05, 2011 9:01 pm
Forum: General Support
Topic: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + XBMC
Replies: 9
Views: 4547

Re: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + X

Alright i see. Well, what happens when the event trigger? Does it trigger at all?


regarding to see if you have access to the file. Check out the code from pako: http://eventghost.net/forum/viewtopic.p ... her#p18126
by hellow
Wed Oct 05, 2011 8:47 pm
Forum: General Support
Topic: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + XBMC
Replies: 9
Views: 4547

Re: Automated Media Center: Sabnzbd + TheRenamer + EMM-r + X

Hi Jason.

I have tried to do this so many times now, the problem i have seems to be that the plugin directorywatcher just crashed after some time. Without any warning. If i where you i would check out couchpotato and sick beard.
by hellow
Sun Oct 02, 2011 8:25 pm
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13553

Re: Wait until file transfer is complete?

Thanks alot for this one! :) Gj


I apologize and thank you for a very illustrative description problem.
I have tested poorly, you are absolutely right.
However, the correction is very simple: if not "myTimerFlag" in eg.globals.__dict__:
eg.globals.myTimerFlag = False
def clearMyTimerFlag():
eg ...
by hellow
Sun Oct 02, 2011 8:23 pm
Forum: General Support
Topic: Write logfile to a txt
Replies: 2
Views: 1530

Write logfile to a txt

I need the logfile in eg written to a txt so i can debugg something, just need it to copy anything in the log. I have found logmonitor v3. But i just get errors when i try to open it. Does any have tip on how to get this done?
by hellow
Sat Oct 01, 2011 2:55 pm
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13553

Re: Wait until file transfer is complete?

Very nice, that sorteted it. But seems that the macro started the program twice. Is this script to designed to tigger the same event every 20 sec. I dont get it :P
Pako wrote:I'm sorry, there has to be correctly

Code: Select all

eg.scheduler.AddTask(20.0, clearMyTimerFlag)
Pako
by hellow
Sat Oct 01, 2011 1:31 pm
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13553

Re: Wait until file transfer is complete?

I get the same error message when i try to check if the macro can work for me. Does the script only act if the event is tiggered again after 20 sec? Or does it que it so it will trigger again when if its like 10 sec since it tiggered? test.jpg

if i add the ()) the error stops, but i get new.

16 ...
by hellow
Fri Sep 30, 2011 10:48 pm
Forum: General Support
Topic: Wait until file transfer is complete?
Replies: 31
Views: 13553

Re: Wait until file transfer is complete?

I have to agree with perry on this one.This is exacly what im after. Seems like there are loads of questions on the forum from xbmc users about the same thing over and over. We all want to stop the loops and have "timer" in the events so it doesnt get fired off every DirWatch.Update.

What we all ...
by hellow
Thu Sep 29, 2011 5:56 pm
Forum: General Support
Topic: Help! Need script for conditions. directorywatcher [Solved]
Replies: 0
Views: 940

Help! Need script for conditions. directorywatcher [Solved]

Hello

Does any a script that check for conditions?


I have program called theRenamer. It works this way: Event "A" Action start the program that does everything in its "joblist" (so in only need to start once, dont one for every event)

I need something like:

If event "x" has been run "y" times ...
by hellow
Tue Sep 27, 2011 5:03 pm
Forum: Plugin Support
Topic: Need help with DirectoryWatcher (solved)
Replies: 0
Views: 1333

Need help with DirectoryWatcher (solved)

Im trying to automate my htpc and i need to get some stuff to work.

This is what i want:

1: When something in Z:\TvTorrents.com gets created. A program C:\Users\PC\Desktop\cleartorrent\cleartorrent.exe should start. This has to be hidden. This will remove the torrent from the utorrent.

2: When ...