2011-02-15, 18:02
Thanks for the reply !
Your software seems very good. I'll test it as soon as possible
Your software seems very good. I'll test it as soon as possible
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
19.2.2011 12:25:36 [XBMC] JSON RPC Announcement received: {
"jsonrpc" : "2.0",
"method" : "Announcement",
"params" : {
"message" : "PlaybackStopped",
"sender" : "xbmc"
}
}
19.2.2011 12:25:36 [XBMC Handler] Playback stopped
19.2.2011 12:25:36 [XBMC Handler] Update
19.2.2011 12:25:36 [XBMC Handler] Updating icons
19.2.2011 12:25:36 [Display Handler] Setting text to "STOP"
19.2.2011 12:25:36 [Display Handler] VFD.SetText: Playback; stopped
19.2.2011 12:25:36 [iMON] IMON_Display_SetVfdText(Playback, stopped)
19.2.2011 12:25:36 [Display Handler] Showing text for 2000ms
19.2.2011 12:25:36 [XBMC Handler] Update
19.2.2011 12:25:36 [XBMC Handler] Updating icons
klisko Wrote:But I seem to have problem while things are playing: the text is not scrolling.Unfortunately that is true. There is no way to scroll text on the VFD.From soundgraph forums, it appears that iMon API does the scrolling automatically only for LCDs, not for VFDs (link)
I am hoping I am wrong and you can fix that
klisko Wrote:One more thing: VFD has two lines of display (again, unlike LCD) and currently, only first line of the display is utilised (most of the time).You are the first person reporting here using the VFD with two lines. As I don't have one myself it was impossible for me to test the output. What would be great is if you could put together a list of strings that you see on your VFD and how they would be best split up into two lines.
klisko Wrote:Since VFD does not have progress bars, I would like to see the time elapsed/total playing time of the currently playing item in the second line. I don't see that option within %% variables, would you consider adding it?Yeah I should be able to add them as options.
Montellese Wrote:Unfortunately that is true. There is no way to scroll text on the VFD.
Montellese Wrote:What would be great is if you could put together a list of strings that you see on your VFD and how they would be best split up into two lines.I don't see anything special, it's just the stuff configured to show:
Montellese Wrote:Yeah I should be able to add them as options.That would be great, thanks in advance!
klisko Wrote:Also, VFD does not display any icons (nothing changes regardless of what is selected)The VFD has icons? I didn't know that and the API from Soundgraph only allows icon control for LCDs
klisko Wrote:1. every time your program displays something, it should calculate the length and first 16 characters display in row #1, and remaining characters in row #2. Further refinement would be to split text at word boundary and not in the middle (or at the beginning) of the word.If someone volunteers to count the number of pixels every character takes up I can do that. Is the VFD english only or is it able to handle special characters from other languages (like äöü in german or some chinese characters)? If it's english only it could be "pretty straight forward" to put together a list containing the width in pixel for every printable ASCII character and then do the counting.
klisko Wrote:2. allow user to decide what will go where (personally, I prefer this option). You may include special <newline> delimiter so user can signal that (for example) title should go to first line and episode number to the second. Alternatively, you may change the interface of your program to have two lines for each of:Yeah that sounds like the non-plus-ultra for the VFD but it will also be a lot of work. I'll put your ideas on my TODO/ideas list.
Playing a movie
Playing a tv show
Playing a song
Playing a music video
In this case, I could write %title% in first line and %artist% in second to achieve the same thing.
Ideally, you may want to take approach 1 while in control mode and approach 2 in "while playing" mode (but it is a lot more work, I guess).
Montellese Wrote:The VFD has icons? I didn't know that and the API from Soundgraph only allows icon control for LCDsSorry, that was misunderstanding, there are no icons.
Montellese Wrote:If someone volunteers to count the number of pixels every character takes up I can do that. Is the VFD english only or is it able to handle special characters from other languages (like äöü in german or some chinese characters)? If it's english only it could be "pretty straight forward" to put together a list containing the width in pixel for every printable ASCII character and then do the counting.VFD is english only. When I put the letters you provided, it does not show the message containg them. In fact, it gets stuck at previous display. I tried Serbian Latin characters šđžčć as well as Serbian Cyrilic and it is the same. When I think of it, I think there was another minor glitch when my XBMC was in Serbian but cannot remember it. I'll test and let you know if I find it.
Montellese Wrote:Yeah that sounds like the non-plus-ultra for the VFD but it will also be a lot of work. I'll put your ideas on my TODO/ideas list.Thanks.
klisko Wrote:As far as counting pixels, I see no need for it on VFD (maybe it is needed for LCD?). There is always exactly 16 characters in one line. I tested with "i" and "w" and digits - always exactly 16 chars in one line.Ah that would make things much easier. But obviously if there would be more then 32 characters it could still happen that you don't get to see all of them.
PatOso Wrote:When booting from hibernation mode,
the program does not communicate with XBMC.
Only works from the total shutdown.
This happens to someone?
Greetings.
eskro Wrote:hi guys!
Now i tried XBMC-on-IMON,
but when i try to connect it says its unable to...
XBMC service port is 9090
so is XBMC-on-IMON' port...
thanks alot guys,
eskro Wrote:Now i tried XBMC-on-IMON,
but when i try to connect it says its unable to...
XBMC service port is 9090
so is XBMC-on-IMON' port...