Jeff07971 wrote: 
> Oh thats a pity I thought that it might be simple.

It's a rather easy change. But we'll have to see whether it's really
what we want. Currently the code would only show that popup when the
command was sent through IR. But in jivelite there's no "native" IR.
IMHO all integration is done using keyboard shortcuts. Therefore we
might want to note rely on IR input only, but extend this to keyboard.
So here's how you can try this yourself - if you feel like tinkering on
the command line. I understand you are running jivelite on the Joggler?
Can you ssh into it? You'd then have to find the jive/slim/Player.lua
file and edit it to apply the following change:


Code:
--------------------
    diff --git a/share/jive/jive/slim/Player.lua 
b/share/jive/jive/slim/Player.lua
  index 07cf54e..40ea35d 100644
  --- a/share/jive/jive/slim/Player.lua
  +++ b/share/jive/jive/slim/Player.lua
  @@ -1360,7 +1360,7 @@
                local transitionOff = Window.transitionFadeOut
                local duration = tonumber(display['duration'] or 3000)
  
  -             local usingIR = Framework:isMostRecentInput('ir')
  +             local usingIR = Framework:isMostRecentInput('ir') or 
Framework:isMostRecentInput('key')
  
                -- this showBriefly should be displayed unless there's a good 
reason not to
                local showMe = true
  
--------------------


Then restart jivelite. There should be more tweaks to make the overlay
pop up in the right place. But that's cosmetics.



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to