You would have a trakt.tv plugin.
Going into configure item, you would have a button that would generate a code, which you could then enter into http://trakt.tv/activate, and the plugin would then be registered with trakt.tv.
If for instance one were using MPC-HC, you would have the MPC-HC plugin ...
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 7 matches
- Wed May 17, 2017 2:46 pm
- Forum: Feature Requests
- Topic: Trakt.tv
- Replies: 3
- Views: 3555
- Fri May 12, 2017 9:08 am
- Forum: Feature Requests
- Topic: Trakt.tv
- Replies: 3
- Views: 3555
Trakt.tv
I've been looking into a way to have my trakt.tv account updated with the tv shows I'm watching in MPC-HC .
What I've found is that a "scrobbler" has been written for VLC in Python:
https://github.com/XaF/TraktForVLC
If some talented programmer could create an Eventghost Trakt.tv plugin, then ...
What I've found is that a "scrobbler" has been written for VLC in Python:
https://github.com/XaF/TraktForVLC
If some talented programmer could create an Eventghost Trakt.tv plugin, then ...
- Fri Apr 01, 2011 4:07 pm
- Forum: Plugin Support
- Topic: Soundgraph iMon 2.4G RF Remote plugin
- Replies: 9
- Views: 4365
Re: Soundgraph iMon 2.4G RF Remote plugin
HOWEVER.... I have noticed that the performance of the plugin is terrible. The design of the iMon driver requires constant polling of data, and this is requiring alot of cpu when done in python.
This plugin was the first piece of code I made in python (I am a C++ developer) so I dont know if I have ...
This plugin was the first piece of code I made in python (I am a C++ developer) so I dont know if I have ...
- Fri Mar 11, 2011 10:03 pm
- Forum: Plugin Support
- Topic: Soundgraph iMon 2.4G RF Remote plugin
- Replies: 9
- Views: 4365
Re: Soundgraph iMon 2.4G RF Remote plugin
Hi again Scope
thanks again for you efforts, as I've now got a more or less functioning ImonPad remote, without having to use the Imon Soundgraph software at all.
I'm not getting the same problem with Eventghost using up CPU. My process sits happily in the task list at 0-1%, using ca. 8000k of ...
thanks again for you efforts, as I've now got a more or less functioning ImonPad remote, without having to use the Imon Soundgraph software at all.
I'm not getting the same problem with Eventghost using up CPU. My process sits happily in the task list at 0-1%, using ca. 8000k of ...
- Wed Mar 09, 2011 11:15 am
- Forum: Plugin Support
- Topic: Soundgraph iMon 2.4G RF Remote plugin
- Replies: 9
- Views: 4365
Re: Soundgraph iMon 2.4G RF Remote plugin
Hi again Scope,
having had a play with the driver, I changed the following code to allow me to read in the longer hex codes for the imon 1038 remote I have:
self.idleKeyCounter = 0
# Replaced Line of Code
# self.newKeyCode = self.readBuf[2] << 8 | self.readBuf[3]
# New Code
self.newKeyCode ...
having had a play with the driver, I changed the following code to allow me to read in the longer hex codes for the imon 1038 remote I have:
self.idleKeyCounter = 0
# Replaced Line of Code
# self.newKeyCode = self.readBuf[2] << 8 | self.readBuf[3]
# New Code
self.newKeyCode ...
- Wed Mar 09, 2011 12:06 am
- Forum: Plugin Support
- Topic: Soundgraph iMon 2.4G RF Remote plugin
- Replies: 9
- Views: 4365
Re: Soundgraph iMon 2.4G RF Remote plugin
I have added a new version of the plugin now with better handling for iMon manager, unknow remote codes and registration of a new remote.
Each time the plugin is started you have to hold down a button on the remote a few seconds to register it (just like in iMon manager when you register a new ...
Each time the plugin is started you have to hold down a button on the remote a few seconds to register it (just like in iMon manager when you register a new ...
- Thu Feb 24, 2011 2:20 pm
- Forum: Plugin Support
- Topic: Soundgraph iMon 2.4G RF Remote plugin
- Replies: 9
- Views: 4365
Re: Soundgraph iMon 2.4G RF Remote plugin
Hi Torbj├Ârn
I'm using a usb Soundgraph Remote, non-HID.
When I add the plugin, I get the message "iMon RF: Firmware is 38".
However none of the key presses on my ImonPAD then register in the Eventghost Log.
Is there something I'm doing wrong?
Thanks
Dave
I'm using a usb Soundgraph Remote, non-HID.
When I add the plugin, I get the message "iMon RF: Firmware is 38".
However none of the key presses on my ImonPAD then register in the Eventghost Log.
Is there something I'm doing wrong?
Thanks
Dave