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

by fuqit2
Thu Aug 01, 2019 3:15 pm
Forum: Plugin Support
Topic: Media Player Classic
Replies: 160
Views: 104806

Re: Media Player Classic

this one says 2.13
by fuqit2
Sun Jul 28, 2019 7:11 pm
Forum: Plugin Support
Topic: Media Player Classic
Replies: 160
Views: 104806

Re: Media Player Classic

is that the latest version?
by fuqit2
Sun Jul 28, 2019 5:15 pm
Forum: Plugin Support
Topic: Media Player Classic
Replies: 160
Views: 104806

Re: Media Player Classic

I'm not sure which version this one is.
by fuqit2
Wed May 18, 2016 2:15 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

the one when show plays, I found that from the xbmc2 thread. That thread is really hard to follow as it jumps all over the place. Your script picks up on the channel change. All are working and although it probably won't be the most efficient way of doing it, I can use both of these to get what I'm ...
by fuqit2
Tue May 17, 2016 10:00 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

here's what I get when I print eg.result
{u'item': {u'title': u'The Five', u'type': u'channel', u'id': 20, u'label': u'FNCHD/820'}}

separate events and I can tweak from that. THanks!!!
by fuqit2
Tue May 17, 2016 9:44 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

just noticed this the original script was eg.result = eg.plugins.XBMC2.JSONRPC(u'Player.GetItem', u"["+str(PlayerID)+",['title']]", False) this gives me the show title and channel. your script [item][title] doesn't give show title. what's the difference between the two?
by fuqit2
Tue May 17, 2016 9:41 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

Well since you asked, :D any idea if show names can be used with this. ie "ncis" "O reilly factor" etc. and if the show name can take priority that would be the frosting on the cake!

next thing I'll tackle is the mi light, still waiting on the hardware
by fuqit2
Tue May 17, 2016 8:32 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

Thanks soon as I read your reply, I realized what I did wrong. thx
by fuqit2
Mon May 16, 2016 9:12 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

Just tried this and it's triggered some questions, hope you don't mind...

In the python statement, I've added FBNHD/821 so it looks like this eg.result = ['FNCHD/820'], ['FBNHD/821'] #add the channel names here, Now it jumps to stop processing. With FBN added it doesn't generate an event for FNC ...
by fuqit2
Mon May 16, 2016 3:49 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

man that is fantastic! I can't thank you enough for the advice and help!
by fuqit2
Sun May 15, 2016 10:41 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

GOT IT!! works perfect!!
thank you!!!
by fuqit2
Sun May 15, 2016 9:06 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

script is running but not triggering the event. I have to be missing something I can print the payload but the script isn't picking up on the title or channel
by fuqit2
Sun May 15, 2016 5:59 pm
Forum: Plugin Support
Topic: Support for XBMC2 plugin (formerly XBMCRepeat)
Replies: 1402
Views: 616191

Re: Support for XBMC2 plugin (formerly XBMCRepeat)

hey
After days of reading, searching, trial and error my head is going to explode. I'm not a python expert but have successfully created several scripts that do what I need but this one has go me by the nads.

What I'm trying to do is take the payload from any given live tv channel number and then ...
by fuqit2
Sat May 14, 2016 8:05 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

Having serious issues with the forum. Anyway Heres some shots of the errors

thanks for helping.
by fuqit2
Sat May 14, 2016 7:27 pm
Forum: General Support
Topic: Exctracting payload
Replies: 27
Views: 7632

Re: Exctracting payload

heres the error