Author Topic: EventGhost (remote control and event listener)  (Read 63842 times)

derausgewanderte

  • Jr. Member
  • **
  • Posts: 29
I did some research and I found something that might be worth a try.
Please try this modification:
Code
<img style="width: 128px; height: 128px; float: left; display: inline" id = "playbutton" alt=""></td>

Thanks, Pako
thanks for checking into this. I get the identical behavior, with or without the "display: inline".
When in the "play" state it shows a black box, when in the "pause" state it shows an overlay of the playbutton with the cover thumbnail underneath.
I read in some comments about the float issues that it is something in the css code.
What is really strange is that it works for Pause state, in which case the playbutton sits on top of the cover thumbnail (from my limited understanding). But it does not work for the Play state when the cover thumbnail should show. There should really be no difference, right?
almost sounds like a hiccup in the sequence of these two that IE gets messed up.

edit: I also noticed that the "repeat" button and the "shuffle" button never change icon states. The buttons however do work and change the state in MB, although I cannot invoke the repeat one (it's either all or none). This is possibly related to the playbutton, thumbnail issue.


cheers!
Last Edit: November 10, 2013, 05:41:29 PM by derausgewanderte

Pako

  • Full Member
  • ***
  • Posts: 132
What is really strange is that it works for Pause state, in which case the playbutton sits on top of the cover thumbnail (from my limited understanding). But it does not work for the Play state when the cover thumbnail should show. There should really be no difference, right?
We can try something.
Please download the following file:
https://dl.dropboxusercontent.com/u/4167851/www-musicbee.zip
Unzip it and files script.js and index.html place to the appropriate place.
edit: I also noticed that the "repeat" button and the "shuffle" button never change icon states. The buttons however do work and change the state in MB,
Here I do not know what to do. Too bad, that for Lumia 920 there is no functional browser.
although I cannot invoke the repeat one (it's either all or none). This is possibly related to the playbutton, thumbnail issue.
No, this is not a bug of plugin or a bug of browser. Unfortunately this is not possible.
This is a known bug of MusicBee program, but the author does not want to do a fix for backward compatibility.
You can find something about it here in the forum.

Pako

derausgewanderte

  • Jr. Member
  • **
  • Posts: 29
We can try something.
Please download the following file:
Bingo!, that works. I see you changed something in the script file related to naming of the stored data:image field. What is the difference exactly?

Here I do not know what to do. Too bad, that for Lumia 920 there is no functional browser.
totally agree with you here. My only hope is that there may be at least a browser alternative available on my RT at some point. I am not very hopeful for WP8.

No, this is not a bug of plugin or a bug of browser. Unfortunately this is not possible.
got it.

thank you for spending your time for a single user request (and blindfolded too). Very much appreciated!
Last Edit: November 11, 2013, 10:43:53 PM by derausgewanderte

Pako

  • Full Member
  • ***
  • Posts: 132
I see you changed something in the script file related to naming of the stored data:image field. What is the difference exactly?
I realized that it seems, that MS IE has a problem with the blank image.
I previously used the smallest possible (see, for example What's the valid way to include an image with no src?).
Now I've done (for sure) the appropriate blank images (png) for all the necessary dimensions.

Pako


derausgewanderte

  • Jr. Member
  • **
  • Posts: 29
made a few new icons to match my WP8 look.

Paused:


and with an icon on the phone

thank you again.
Last Edit: November 15, 2013, 04:22:00 AM by derausgewanderte

Pako

  • Full Member
  • ***
  • Posts: 132
Nice!
I naturally assumed, that the appearance (some) users will to adapt.
And because between the MusicBee and smartphone is also EventGhost,
you can customize not only the look. You can even to add (or remove) also functions and change behavior.

Pako

derausgewanderte

  • Jr. Member
  • **
  • Posts: 29
silly question. I was able to find every color setting except for the blue slider. Where is that set? I am going blind from trying to find it ;)

Pako

  • Full Member
  • ***
  • Posts: 132
I was able to find every color setting except for the blue slider. Where is that set?
I am somewhat confused.
I've never used the blue color.

Pako

derausgewanderte

  • Jr. Member
  • **
  • Posts: 29
I was able to find every color setting except for the blue slider. Where is that set?
I am somewhat confused.
I've never used the blue color.

Pako

ok, when looking at your post on the previous page I realized that it's just picking the background color then. On my phone (even though it cannot be seen that way in the image above) the color of the slide ruler is a tint lighter than the background color and hence I thought there is a another color defined for the slide ruler towards the left of the slider icon. IE apparently does not pick the MB or Win icons for the slider as you can see from my image (just a small black rectangle). Thought I missed something.

thank you!
Last Edit: November 16, 2013, 12:05:05 AM by derausgewanderte

Bush

  • Guest
Hi is it possible send an event to eventghost when a device has fully synced with this plugin? Thanks.

Pako

  • Full Member
  • ***
  • Posts: 132
Hi is it possible send an event to eventghost when a device has fully synced with this plugin? Thanks.
Thank you for your interest. It seemed that no one needs this plugin.
Unfortunately, I do not use the sync function (I do not have the appropriate device).
If you do not have any events disabled (in the plugin settings), then all events are passed to EventGhost.
But I am afraid that there is no such event as you need.
You can submit a "feature request". In my observation, Steven willingly responds to meaningful requirements.
Pako


Pako

  • Full Member
  • ***
  • Posts: 132
i have added this event notification to the next v2.4 update
SynchCompleted = 32
It seems that very soon will make your wishes fulfilled.
Once this event is available, you will receive a "generic event 32".
I will add it to the EventGhost plugin ASAP. Then you will receive an event "SynchCompleted".

Pako

Bush

  • Guest

Pako

  • Full Member
  • ***
  • Posts: 132
Beta version 2.4.5275 provides already an event SynchCompleted (currently in default form):
Pako