JP1 Remotes Forum Index JP1 Remotes


FAQFAQ SearchSearch 7 days of topics7 Days MemberlistMemberlist UsergroupsUsergroups RegisterRegister
ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in

Use a SlingPlayer skin to create custom keys on SlingRemote

 
Post new topic   Reply to topic    JP1 Remotes Forum Index -> Slingbox
View previous topic :: View next topic  
Author Message
kiwin



Joined: 24 Dec 2006
Posts: 15

                    
PostPosted: Sun Apr 08, 2007 12:55 pm    Post subject: Use a SlingPlayer skin to create custom keys on SlingRemote Reply with quote

This skin adds Buttons on the SlingPlayer Remote that map to the Custom entries that JP1 creates when the “circle” buttons are used. Without this skin, the “custom” functions only appeared in the remote menu under “Custom”.

http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4412



Unzip file to create a new directory "kiwin" in C:\Program Files\Sling Media\SlingPlayer\Skin\

See README in kiwin directory.
See notes marked “-kiwin” inside of “Skin.xml” to customize the SlingRemote button text or location.

The skin relies on mappings in Slingplayer skin.xml that are detailed in an extension of the "Keycode Table" file that includes a column with the control ids used. I added some id entries (e.g. custom.xx) by trial and error, but several are still missing... hopefully folks can add.

http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4429
Back to top
View user's profile Send private message
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Sun Feb 17, 2008 2:39 am    Post subject: Re: Use a SlingPlayer skin to create custom keys on SlingRem Reply with quote

Hello Kiwin,

kiwin wrote:
This skin adds Buttons on the SlingPlayer Remote that map to the Custom entries that JP1 creates when the “circle” buttons are used. Without this skin, the “custom” functions only appeared in the remote menu under “Custom”.


Thanks for your skin.
I have managed to apply it to my Slingbox Pro(with PL chip) with SkyLife STB(a Korean product).

One qustion is how to make RM display color buttons(red, yellow, green and blue) so that I may map them to custom01 to custom04 buttons of your skin.

Yesok
Back to top
View user's profile Send private message Send e-mail
kiwin



Joined: 24 Dec 2006
Posts: 15

                    
PostPosted: Sun Feb 17, 2008 11:46 am    Post subject: Reply with quote

RM itself does not need to "show" the colored buttons. The buttons will still show yellow within RM even though they will have a color in the skin.

In RM, I mapped:
Blue (kiwin skin)--> custom01 (kiwin buttons )--> PIP (RM button)
Red (kiwin skin)--> custom02 (kiwin buttons )--> PIP-Format (RM button)
Green (kiwin skin)--> custom03 (kiwin buttons )--> PIP Freeze (RM button)
Yellow (kiwin skin)--> custom04 (kiwin buttons )--> PIP Swap (RM button)

That RM mapping info is here:
http://www.hifi-remote.com/forums/dload.php?action=file&file_id=4429

I just happened to make only 4 colors in the skin, but one could make many more (they are just GIF files). In Skin.xml, look for:
<Control id="id.remote.custom.01" type="button" backgroundID="img.btn.keypad" foregroundID="img.remote.pad.blu" x="020" y="178" cx="56" cy="30"/>
<Control id="id.remote.custom.02" type="button" backgroundID="img.btn.keypad" foregroundID="img.remote.pad.red" x="060" y="178" cx="56" cy="30"/>
<Control id="id.remote.custom.03" type="button" backgroundID="img.btn.keypad" foregroundID="img.remote.pad.grn" x="100" y="178" cx="56" cy="30"/>
<Control id="id.remote.custom.04" type="button" backgroundID="img.btn.keypad" foregroundID="img.remote.pad.yel" x="140" y="178" cx="56" cy="30"/>

Which map the four color buttons to custom.01 through custom.04

To create the Green button, I did:
<ImageList id="img.remote.pad.grn" type="image" count="2">
<Image keyColor="#ffF100FF">remote-grn.gif</Image>
<ImageStateRef>state.enabled.disabled</ImageStateRef>
<StretchType type="StretchEven"/>
</ImageList>

with the GIF: remote-grn.gif
Back to top
View user's profile Send private message
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Mon Feb 18, 2008 12:55 am    Post subject: Menu button not activated + skin for a remote Reply with quote

Hello Kiwin,

Thanks for your reply.

kiwin wrote:
In RM, I mapped:
Blue (kiwin skin)--> custom01 (kiwin buttons )--> PIP (RM button)
Red (kiwin skin)--> custom02 (kiwin buttons )--> PIP-Format (RM button)
Green (kiwin skin)--> custom03 (kiwin buttons )--> PIP Freeze (RM button)
Yellow (kiwin skin)--> custom04 (kiwin buttons )--> PIP Swap (RM button)


Now all the color buttons are working right.
The only exception is the menu button on SlingPlayer remote is not activated yet.

What would you recommend to look for?

Could you also tell me how to make SlingPlayer display a new remote?

Yesok
Back to top
View user's profile Send private message Send e-mail
kiwin



Joined: 24 Dec 2006
Posts: 15

                    
PostPosted: Mon Feb 18, 2008 1:47 am    Post subject: Reply with quote

Some people have reported it is mapped to "Setup".

MENU (jp1 kiwin)---> Setup (RemoteMaster buttons tab)

I think it depends on box that the sling is controlling.

I am not sure what you mean by "new remote". I used the skin to "make" a remote... it would be better if sling posted how to make just a remote file instead of the more complex skin file.
Back to top
View user's profile Send private message
yesok



Joined: 25 Aug 2006
Posts: 136

                    
PostPosted: Mon Feb 18, 2008 2:34 am    Post subject: Menu button is working now Reply with quote

Hello Kiwin,

Thanks for your reply.

kiwin wrote:
Some people have reported it is mapped to "Setup".

MENU (jp1 kiwin)---> Setup (RemoteMaster buttons tab)


With Menu button mapped to Setup in RM, Menu button on SlingBox remote is working fine.

kiwin wrote:
it would be better if sling posted how to make just a remote file instead of the more complex skin file.


I agree with you.

Yesok
Back to top
View user's profile Send private message Send e-mail
frankstallone



Joined: 23 May 2008
Posts: 40

                    
PostPosted: Tue Jun 10, 2008 6:11 pm    Post subject: Reply with quote

Hey guys, I can load and select the hacked skin, but it is not showing the custom buttons section at the bottom. Am I missing something here?


Thanks for the help
Back to top
View user's profile Send private message
kiwin



Joined: 24 Dec 2006
Posts: 15

                    
PostPosted: Thu Jul 10, 2008 7:59 am    Post subject: FP01 through Inp09 Reply with quote

They are just below the channel numbers and labeled FP01 through Inp09.
In SlingPlayer you see the remote on the right hand side of the picture. The left hand picture is in RemoteMaster (RM). -kiwin
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic       JP1 Remotes Forum Index -> Slingbox All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 

Powered by phpBB © 2001, 2005 phpBB Group
Top 7 Advantages of Playing Online Slots The Evolution of Remote Control