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 4 matches

by nunos
Thu Mar 07, 2013 4:34 pm
Forum: General Support
Topic: How to match a dynamic event?
Replies: 5
Views: 1838

Re: How to match a dynamic event?

There should definitely be one for the project! Well, I'll buy you a beer as they say.
by nunos
Thu Mar 07, 2013 4:23 pm
Forum: General Support
Topic: How to match a dynamic event?
Replies: 5
Views: 1838

Re: How to match a dynamic event?

Perfect! You didn't even had to go such a long way to provide the python parse code, that I could have done easily, but anyways, thanks! It works now.

EventGhost is the perfect auomtation tool, really. Where's the donate button? ;)
by nunos
Thu Mar 07, 2013 12:18 pm
Forum: General Support
Topic: How to match a dynamic event?
Replies: 5
Views: 1838

Re: How to match a dynamic event?

In other words, I am playing a playlist in VLC and want to match events of when a music changes, so basically, events like this:
VLC.status change: ( new input: file:///C:/Users/Admin/Music/mp3_1.mp3 )
VLC.status change: ( new input: file:///C:/Users/Admin/Music/mp3_2.mp3 )
VLC.status change: ( new ...
by nunos
Wed Mar 06, 2013 6:23 pm
Forum: General Support
Topic: How to match a dynamic event?
Replies: 5
Views: 1838

How to match a dynamic event?

Hi. Just found out about EvenGhost and I am loving it, great stuff! However, can't seem to be able to figure this out on my own.

My goal is to get to the MP3 filename (please see below).

I have a script like this:
eg.plugins.VLC.NextPlaylistItem()
and I am getting this on the log:
Python ...