[MOD] Modifications of PM3.HD skin XML files for (EEETop) Touchscreen Displays (Mod)

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #11
lndiana Wrote:This is the reason why you have to call the "subtitle/audio" menu to change the volume.
I don't find it. Where is it?
find quote
LoloMc² Offline
Senior Member
Posts: 161
Joined: Mar 2009
Reputation: 0
Post: #12
outdated
(This post was last modified: 2011-04-16 14:32 by LoloMc².)
find quote
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #13
Ok, I'll search and test it.
I didn't see it... Smile
find quote
LoloMc² Offline
Senior Member
Posts: 161
Joined: Mar 2009
Reputation: 0
Post: #14
outdated
(This post was last modified: 2011-04-16 14:32 by LoloMc².)
find quote
LoloMc² Offline
Senior Member
Posts: 161
Joined: Mar 2009
Reputation: 0
Post: #15
outdated
(This post was last modified: 2011-04-16 14:33 by LoloMc².)
find quote
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #16
LoloMc² Wrote:So, to do that, I need to find, before, how to increase/decrease the volume of the sound. And after, I agree, this would be simplier.
You'r right : Volume control first. The rest is only confort.
Regarding your remarks, I tried to move your 'Back' button to the top left corner, but have a problem : the 0,0 position is not the same on all screens.
I have to deepen...

LoloMc² Wrote:I would not say it is really practical but I would not say it is difficult with mine. Probably du to the 16/10 screen... The vertical scrolling is easy to catch even with my big fingers
On mine the scroollbar is difficult to reach.. so I set the zoom in XBMC to -2% and decrease the touch precision on borders (with the touch drivers).
But you're right : the top right corner is not a good idea...

LoloMc² Wrote:So what did you though about this ?
No way : I didn't have any audio menu... or I'm blind... Nerd

LoloMc² Wrote:Seems that this forum has so huge informations that I did not found it before... But in this thread, where you can download an archive, I found this :
I found the same information but by a different way : when I saw the volume in web interface, I'd look at the page name, but didn't found it in the web directory of xbmc...
Probably a dynamic page build... :o(

LoloMc² Wrote:And even better here :XBMC command for Volume Up/DownConfused
I think this one is more interessting...
Look at this :

Quote:You can use <onclick>command_from_keymap.xml</onclick> to access all the usual command functions.

eg:
<onclick>VolumeUp</onclick>
<onclick>VolumeDown</onclick>

LoloMc² Wrote:We can still start it ourself... But I have a new girlfriend Wink And so many other projects to finish already No
Ok, nice news. So don't spend time on your computer! Girls don't love Geeks! Wink
find quote
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #17
It works! Smile

Try this :
Quote: <control type="button" id="1200">
<description>Bouton Volume Down</description>
<posx>0</posx>
<posy>505</posy>
<width>120</width>
<height>40</height>
<label>13423</label>
<onleft>10</onleft>
<onright>10</onright>
<onup>22</onup>
<ondown>20</ondown>
<onclick>VolumeDown</onclick>
</control>
<control type="button" id="1201">
<description>Bouton Volume Up</description>
<posx>120</posx>
<posy>505</posy>
<width>120</width>
<height>40</height>
<label>13424</label>
<onleft>10</onleft>
<onright>10</onright>
<onup>22</onup>
<ondown>20</ondown>
<onclick>VolumeUp</onclick>
</control>
find quote
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #18
Ok, I add it to your code.
My modifications :
- Add Volume buttons (without labels) to the OSD screen on top left corner : on the volume display.
- Add Volume buttons (with labels) in the 2 music screen, at the right of the back button
- decrease the size of the back button on music screen.
- switch play/pause button with the back button on the Music OSD screen (I prefer)
- Add your back button on the others screens (Videos/program, settings)

You could DL it here.
What do you think about it?

Anyway, thank you very much for starting this great idea.
Let me know if you find bugs or ameliorations.

PS : I finally found the Audio menu(s) Wink
find quote
LoloMc² Offline
Senior Member
Posts: 161
Joined: Mar 2009
Reputation: 0
Post: #19
lndiana Wrote:Ok, I add it to your code.
My modifications :
- Add Volume buttons (without labels) to the OSD screen on top left corner : on the volume display.
- Add Volume buttons (with labels) in the 2 music screen, at the right of the back button
- decrease the size of the back button on music screen.
- switch play/pause button with the back button on the Music OSD screen (I prefer)
- Add your back button on the others screens (Videos/program, settings)

You could DL it here.
What do you think about it?

Anyway, thank you very much for starting this great idea.
Let me know if you find bugs or ameliorations.

PS : I finally found the Audio menu(s) Wink


Hi Indiana

Thank you for the job. I'll try your release when I'll be back home in a few hours (Have to wait until the end of the football match to go back home!)
It's difficult to imagine with only textual explanations (at least for me Rofl)

I just have to ask you to change, in the name of the file, the release date to avoid confusion for everybody (And please use the month/day/year instead of our typical French day/month/year)


See you later Nod
(This post was last modified: 2009-06-06 02:44 by LoloMc².)
find quote
lndiana Offline
Member
Posts: 56
Joined: May 2009
Reputation: 0
Post: #20
Hi,

Ok, I'll change the release date format (I'd think it is the XMBC release...).
I prefer Year/month/day format, but no problem with the month/day/year one.
Smile
find quote
Post Reply