[WINDOWS] XBMC on iMON Display (LCD / VFD) for Windows

  Thread Rating:
  • 5 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Leander2403 Offline
Junior Member
Posts: 1
Joined: Oct 2010
Reputation: 0
Post: #11
Hi, new here...

Just thought i should join here, you are awesome for making this app!

I'm using windows 7 64 bit Ultimate. XBMC nightly r35016. And iMon LCD with iMON manager 7.91.0929.

The 64 bit versions v0.1.0.1-x64 and v0.1.0.3-x64 you posted above start correctly but crash on connecting with XBMC. Version v0.1.0.2-x64 wont start at all and crashes immediately. The x86 versions work fine.

Let me know if you need any more testing done Smile
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,829
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #12
Leander2403 Wrote:The 64 bit versions v0.1.0.1-x64 and v0.1.0.3-x64 you posted above start correctly but crash on connecting with XBMC. Version v0.1.0.2-x64 wont start at all and crashes immediately. The x86 versions work fine.

Hey thanks for your feedback. This is exactly what I observed as well in the Windows 7 x64 virtual machine I just set up. The problem is that I can't get XBMC to work in there.

I'll leave the test releases online for others to test but it looks like I won't have to release an extra x64 version. But I would appreciate further feedback on whether the x86 versions run "smoothly" on x64. If I get multiple confirms I will remove the x64 versions.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
(This post was last modified: 2010-10-29 18:30 by Montellese.)
find quote
s1mp3 Offline
Junior Member
Posts: 15
Joined: Jul 2010
Reputation: 0
Post: #13
I am using Win 7 64 bit and the only version that don't give exceptions is v0.1.0.2-x86 but I also have "Unknow error in Imon" error. Using iMon LCD with iMON manager 7.91.0929.
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,829
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #14
s1mp3 Wrote:I am using Win 7 64 bit and the only version that don't give exceptions is v0.1.0.2-x86 but I also have "Unknow error in Imon" error. Using iMon LCD with iMON manager 7.91.0929.

Thanks for your feedback. Wow I haven't been able to produce an imon error so far so I couldn't test them yet. I will try to introduce a thorough debug logging to get more details about such problems in the future.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
tomer953 Offline
Member
Posts: 85
Joined: Mar 2010
Reputation: 0
Post: #15
I have win7 dharme beta4,
when I change the volume, the volume bar stays on the lcd untill I stop\pause the movie.
another problem is the time bars, its not working only when I pause the movie. when its playing, the bar is always full.

Thanks.
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,829
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #16
tomer953 Wrote:I have win7 dharme beta4,
when I change the volume, the volume bar stays on the lcd untill I stop\pause the movie.

Unfortunately there is no volume bar yet as the API from Soundgraph does not allow to control the top and bottom bars separately. It only allows to provide a current position and a total length.
What it does then is to display the current progress at the top bar and the remaining progress at the bottom bar.

tomer953 Wrote:another problem is the time bars, its not working only when I pause the movie. when its playing, the bar is always full.

I'll have to look into that. Currently it should update the progress every 5 seconds and when you pause/resume/seek. The problem when playing movies is that there are only 32 pieces to show the progress and when a movie has a runtime of 2 hours that means the progress will only change every 4 minutes. With music songs it should change around every 5 - 10 seconds (which is why I went for a 5 second update interval).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
Montellese Online
Team-XBMC Developer
Posts: 2,829
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #17
Okay I just released the new beta version 0.1.1. This is the change log:

Changelog (v0.1.1 Beta):
  • General
    • Logging of errors added (see error.log in the application directory)
    • Option to enable detailed debug logging (see debug.log in the application directory)
  • iMON
    • Custom delay at the end of a scrolling text before the next / same text starts scrolling again
    • Interaction with the display is now handled in a seperate thread which avoids user interface freezes
    • Possibility to enable/disable displaying a sound system setup and choosing between different sound systems
  • XBMC
    • Option to enable/disable displaying a custom static text when XBMC is idle (no file is playing)
    • Interaction with XBMC is now handled in a seperate thread which avoids user interface freezes

Primarily I released this version because I have added a log feature which will allow me to hunt down errors/bugs/problems more easily. There are two types of logging:

Error logging: Error logging is on by default and writes every error that occurs into the file "error.log".
Debug logging: Debug logging can be enabled/disabled in the general settings. Don't keep it enabled all the time because it produces a lot of output. The log messages (and error messages) are written into the file "debug.log".

How to use the different logging mechanisms:
As long as everything works fine DO NOT enable debug logging. If you run into any trouble or think you found a bug, enable debug logging and restart the application (to clear the debug log). Then try to reproduce the problem in as few steps as possible and post the content of the "debug.log" on pastebin and link it here along with a description of the problem.

x86 or x64Confused
I only released an x86 version now. I had a quick play with it in my Windows 7 x64 virtual machine and did not run into any obvious problems which could be related to x64.

iMon Manager configuration
raptylos (thanks man) noticed that there may be a problem when the option to display media information from XBMC is enabled in iMon Manager. As this application is inteded to replace that functionality completely you can just disable that option in iMon Manager. If you don't trust my application yet (well it's an early beta so that's highly understandable Wink) then if you have problem running my application try to disable the option temporarily and see if it fixes the problem (you might need to restart iMon Manager to really disable it).

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
Raptylos Offline
Member
Posts: 85
Joined: Jan 2010
Reputation: 0
Location: Germany
Post: #18
Thanks for the credits Wink

I tracked down another problem on x64. When you play Shoutcast, the length and endtime of a song is unknown. That causes your program to stop working.

When playing "normal" audio files, nothing is displayed in the display exept the progress bar and the last state (defined display string "XBMC" in my case or "Pause"). I even restartet the computer before each test to avoid any problems with old buffers etc.

Hold on to your good work, you'll fix that, I am sure of that Wink
find quote
frater Offline
Fan
Posts: 306
Joined: Jan 2005
Reputation: 0
Post: #19
I haven't seen this addon work, but I would love to see it working.
I installed it this week and it gave me an error about not connecting to iMon. Today I installed the 31-10-2010 version and now it doesn't connect either...

It says it can't connect with the iMon manager which is running.
I'm running 7.89.0622

restarting iMon and then this iMon app doesn't make a diference

A minor issue: I have a 5.0 system (4 satellites & centre speaker) and it isn't in my list of choice. I don't even know yet what this App can do with it, but thought I would just mention.

I also had some problems connecting with XBMC, but it seems the App needs a restart after changing the credentials/IP:port settings.
(This post was last modified: 2010-10-31 19:01 by frater.)
find quote
Raptylos Offline
Member
Posts: 85
Joined: Jan 2010
Reputation: 0
Location: Germany
Post: #20
frater Wrote:I haven't seen this addon work, but I would love to see it working.
I installed it this week and it gave me an error about not connecting to iMon. Today I installed the 31-10-2010 version and now it doesn't connect either...

It says it can't connect with the iMon manager which is running.
I'm running 7.89.0622

restarting iMon and then this iMon app doesn't make a diference

A minor issue: I have a 5.0 system (4 satellites & centre speaker) and it isn't in my list of choice. I don't even know yet what this App can do with it, but thought I would just mention.

I also had some problems connecting with XBMC, but it seems the App needs a restart after changing the credentials/IP:port settings.

Did you disable the "Mediainformation" under Frontview for XBMC in iMON ? Otherwise you'll get no connect without error !
find quote
Post Reply