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.
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
- 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
- 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?
- 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.
- 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 ...
- 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!!!
{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!!!
- 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?
- Tue May 17, 2016 9:41 pm
- Forum: General Support
- Topic: Exctracting payload
- Replies: 27
- Views: 7632
Re: Exctracting payload
Well since you asked,
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
next thing I'll tackle is the mi light, still waiting on the hardware
- 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
- 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 ...
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 ...
- 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!
- 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!!!
thank you!!!
- 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
- 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 ...
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 ...
- 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.
thanks for helping.
- Sat May 14, 2016 7:27 pm
- Forum: General Support
- Topic: Exctracting payload
- Replies: 27
- Views: 7632
Re: Exctracting payload
heres the error