Amateur's :-) question

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #21
While playing video, "I" opens DialogFullScreenInfo.xml While playing music, "I" opens Confused

My skins:

Quartz
Amber
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #22
pecinko Wrote:While playing video, "I" opens DialogFullScreenInfo.xml While playing music, "I" opens Confused

add debugging="true" to your addon.xml file

Code:
    <extension point="xbmc.gui.skin"
    defaultresolution="720p"
    defaultresolutionwide="720p"
    defaultthemename="Textures.xbt"
    effectslowdown="1"
[b]    debugging="true"[/b]/>

and all secrets shall be revealed ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #23
ronie Wrote:add debugging="true" to your addon.xml file

and all secrets shall be revealed ;-)

I have that on. It's showing me MusicVisualisation.xml and nothing happens when i hit "I". As I used empty as starting point I'm unsure if it should bring window (as with videos) or I shall put code in MusicVisualisation.xml and make it visible under some condition (although I'm unable to find anything regarding "OnKey.Pressed(I)" in the wiki ) ;-)

My skins:

Quartz
Amber
find quote
ronie Offline
Team-XBMC Member
Posts: 8,259
Joined: Jan 2009
Reputation: 108
Post: #24
pecinko Wrote:I have that on. It's showing me MusicVisualisation.xml
you found it. ;-)
pecinko Wrote:and nothing happens when i hit "I". As I used empty as starting point I'm unsure if it should bring window (as with videos) or I shall put code in MusicVisualisation.xml and make it visible under some condition (although I'm unable to find anything regarding "OnKey.Pressed(I)" in the wiki ) ;-)
correct, the code is part of MusicVisualisation.xml.
use Player.ShowInfo as visible condition.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or 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.
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #25
ronie Wrote:you found it. ;-)
correct, the code is part of MusicVisualisation.xml.

Thanks, you just saved me couple of hours.

My skins:

Quartz
Amber
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #26
OK, another stupid question (did I ever posted something smart? :-p

- looking at english strings, search for "disabled" finds 5 of them.... Which one to use? How can I tell to what window they belong to?

I know it probably doesn't matter in english (or does it?) but what if those were translated in context to some other languageConfused

My skins:

Quartz
Amber
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #27
pecinko Wrote:OK, another stupid question (did I ever posted something smart? :-p

- looking at english strings, search for "disabled" finds 5 of them.... Which one to use? How can I tell to what window they belong to?

I know it probably doesn't matter in english (or does it?) but what if those were translated in context to some other languageConfused

Whats the code? Some things are automatically in XBMC, some things use XBMC default strings and some things use custom Strings?

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #28
pecinko Wrote:OK, another stupid question (did I ever posted something smart? :-p

- looking at english strings, search for "disabled" finds 5 of them.... Which one to use? How can I tell to what window they belong to?

I know it probably doesn't matter in english (or does it?) but what if those were translated in context to some other languageConfused

When there a multiples I tend to use the first one.

[Image: sig_zps3af3b48e.jpg]
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #29
mcborzu Wrote:Whats the code? Some things are automatically in XBMC, some things use XBMC default strings and some things use custom Strings?

There is no special code. Say, I want to use label MUSIC on Home. Which string is the right one to use?

My skins:

Quartz
Amber
find quote
pecinko Offline
Member+
Posts: 3,017
Joined: Dec 2008
Reputation: 27
Location: Prague / Belgrade
Post: #30
Hitcher Wrote:When there a multiples I tend to use the first one.

Rofl That's exactly what I was doing and then, with 75% of skin made I started asking myself is that right way to do it :-) It sure made sense to me but I'm not the main cook here :-)

My skins:

Quartz
Amber
find quote