XBMC Community Forum
[WINDOWS] XBMC on iMON Display (LCD / VFD) for Windows - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116)
+--- Thread: [WINDOWS] XBMC on iMON Display (LCD / VFD) for Windows (/showthread.php?tid=84166)



- eskro - 2011-09-09 19:50

because i've never got iMON to work with XBMC
after trying many times,,,,

Same also with MediaPlayerClassic,,,,


- fezster - 2011-09-10 21:38

Grangey. Wrote:guys you are aware that imon supports xbmc nativly right? All you have to do is remove username and password under xbmc network settings, and ensure the "port" on xbmc matches that in imon manager-imon utililities-front view-media information

just dont understand the need for this program now is all? sorry if ive missed something

Doesnt work with the latest nightly though.

Also, I dont like the way the imon software displays the playing time - it updates like it's constantly polling the xbmc json interface, so updates almost intermittently sometimes.

The way I implemented it (for VFD) using Montellese's code was to get the playing time once, and then use a timer to update every second. I found this works extremely well, the display is much more as expected, and though it may get out of sync, even after considerable playing time it does so by a few seconds at most.


- Raptylos - 2011-09-10 23:43

Grangey. Wrote:guys you are aware that imon supports xbmc nativly right? All you have to do is remove username and password under xbmc network settings, and ensure the "port" on xbmc matches that in imon manager-imon utililities-front view-media information

just dont understand the need for this program now is all? sorry if ive missed something

Grangey, you are aware, that iMon does not support browsing information and many other improvements, that Montellese's implementation does ?


- Grangey. - 2011-09-13 11:55

See i knew I had missed something Smile

Thank you all for clarifying... so all in all its worth me giving this a go instead of whats supported nativly?


- sb206 - 2011-10-01 15:05

Is there any chance that this perfect programm works in the future with eden? please,please,pleaseBig GrinBig GrinBig Grin


- eskro - 2011-10-01 21:16

answer is here --> http://forum.xbmc.org/showpost.php?p=875028&postcount=266


- fezster - 2011-10-01 22:39

I have a binary I can post which works with pre-eden. The only thing I can say for sure about is that it works with movies and displays the current playing time on a VFD (I dont have an LCD).

Quite a lot of the existing functionality still works, just with the new JSON interface.

I'd like an OK from Montellese before I post it up though ?


- sb206 - 2011-10-01 22:49

@Fezster

That is amazing. Please post it


- fezster - 2011-10-02 12:09

Ok, give it a try:

http://www.megaupload.com/?d=FUN44NXO


- Montellese - 2011-10-02 12:13

fezster Wrote:I have a binary I can post which works with pre-eden. The only thing I can say for sure about is that it works with movies and displays the current playing time on a VFD (I dont have an LCD).

Quite a lot of the existing functionality still works, just with the new JSON interface.

I'd like an OK from Montellese before I post it up though ?

This is an open source project so you are free to develop it further and I'm grateful if you do so because I got quite a lot of work to do with XBMC itself and didn't find the time to make XBMC on iMON work with pre-eden yet.

Did you clone my svn repo and made your changes there? I was thinking about moving the code to github so anyone can easier clone the git repo, make their changes and send me pull requests.