![]() |
|
[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) |
- htpc guy - 2010-12-28 21:55 http://www.amazon.com/gp/product/B001B8Y09C/ref=oss_productI am migrating my system from a crappy case to a nice Silverstone case with this display. I'm currently using an MCE remote. Will I have to uninstall Lirc before following this tutorial? If so, how do I go about doing that? - robertvg - 2010-12-28 22:44 Montellese Wrote:The main problem is that there is no way to know whether a text will scroll on the screen or not. I already tried things like counting the number of characters displayed but it does not work because every character uses a different amount of pixels of the display and knowing the amount of pixels for every possible UTF-8 character is not an option. What if you would simply add 15 spaces to the displayed text? Of course then also short texts would start to scroll.... - jinzane - 2011-01-01 09:22 this programs works perfectly with my silverstone mfp51. is there a way that it will automatically uninitialize when i exit xbmc? thank you so much for this program. :-) - cartman1337 - 2011-01-02 13:00 I love this tool, it's so much better than what iMon offers out of the box. But I have a question.I don't like scrolling text on the display, so I don't want to have the file name/title running around during playback. Most of the other variables available in the field are also quite useless to me. Would it be possible to add a variable to show the current system time in there instead? On my system the option to select system time instead of the text "XBMC" in library mode is also grayed out. I'd love to have that option there as well. - Montellese - 2011-01-02 13:41 htpc guy Wrote:http://www.amazon.com/gp/product/B001B8Y09C/ref=oss_productI am migrating my system from a crappy case to a nice Silverstone case with this display.I'm not sure if that display is an iMon display because the screenshots look different than what the iMon displays offer. Furthermore I have never used Lirc so I can't help you in that matter, sorry. robertvg Wrote:What if you would simply add 15 spaces to the displayed text?Exactly ![]() jinzane Wrote:is there a way that it will automatically uninitialize when i exit xbmc?Unfortunately this is currently not possible although I'd love it myself as well. I have already requested that the possibility to do this should be added to the next version of Soundgraph's iMon Display API... cartman1337 Wrote:I don't like scrolling text on the display, so I don't want to have the file name/title running around during playback. Most of the other variables available in the field are also quite useless to me. Would it be possible to add a variable to show the current system time in there instead?I'll see what I can do. cartman1337 Wrote:On my system the option to select system time instead of the text "XBMC" in library mode is also grayed out. I'd love to have that option there as well.This option is greyed out on all systems because I haven't implemented it yet
- andyking30 - 2011-01-03 12:25 andyking30 Wrote:HI Montellese Hi I looked into this and xbmc is reporting correctly the series and episodes names so the problem lies somewhere with xbmc on imon. I have noticed from time to time that the display loses where it was and is a step or two behind. - Montellese - 2011-01-03 12:38 andyking30 Wrote:I looked into this and xbmc is reporting correctly the series and episodes names so the problem lies somewhere with xbmc on imon. I have noticed from time to time that the display loses where it was and is a step or two behind. What exactly do you mean by "xbmc is reporting correctly the series and episodes name"? Do you mean in the XBMC GUI (e.g. in the video player's OSD)? The delay with control mode comes from the delay of the periodic request that has to be sent to XBMC. First there is a fixed period in which xbmc on imon asks XBMC for the actual position. Then there is a delay until XBMC provides an answer. And then there is a delay until xbmc on imon has processed the response and displays it on the display. So if you browse through your collection very quickly it might well happen that all those delays end up in being a step or two behind. If XBMC would send a message everytime the user changes the focused element in the GUI this could probably be highly reduces. - jinzane - 2011-01-03 15:59 how about disconnecting xbmc on imon automatically when i exit xbmc ? is there an option? cause when i right click the window tray icon of xbmc on imon, there's an option there xbmc:disconnect and imon:uninitialize. it would be nice if there will be an option that it will uninitialize and disconnect as soon as i exit xbmc automatically. - Montellese - 2011-01-03 16:28 jinzane Wrote:how about disconnecting xbmc on imon automatically when i exit xbmc ? is there an option?"Uninitializing" imon in this context means that xbmc on imon frees the "plugin mode" of imon manager. You can have multiple programs similar to "XBMC on iMON" running simultaneously but only one of them can actually access and control the display. Therefore as soon as XBMC closes xbmc on imon uninitializes the imon plugin mode and allows other applications to control the display. jinzane Wrote:it would be nice if there will be an option that it will uninitialize and disconnect as soon as i exit xbmc automatically.This is the default behaviour but it does not uninitialize the display itself (because as I stated many times this is currently not possible) but the display's plugin mode. - andyking30 - 2011-01-03 19:15 Montellese Wrote:What exactly do you mean by "xbmc is reporting correctly the series and episodes name"? Do you mean in the XBMC GUI (e.g. in the video player's OSD)? When i go to "http://127.0.0.1:8080/xbmcCmds/xbmcHttp?command=GetCurrentlyPlaying" on my local machine after selecting a tv episode from the 4 recent episodes list, the lcd only shows the episode name but the the above link reports it correctly. The display bug i mentioned secondly seems to happen more often after selecting from the 4 recent episodes list. |