Proposed changes for skin v2.0

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Livin Offline
Posting Freak
Posts: 3,433
Joined: May 2004
Reputation: 17
Location: above ground
Post: #461
jm,
v2.0 suggestion...

multi-column listcontrol

would be very nice to have the possibility to view lists on a single screen.

I'm not an expert but I play one at work.
find quote
Nuka1195 Offline
Skilled Python Coder
Posts: 3,917
Joined: Dec 2004
Reputation: 17
Post: #462
harsh, are you talking about using those as overlays for zip and rar files?

if so, have you tried this?
Quote: <filetypeicons>
<zip>defaultzip.png</zip>
<rar>defaultzip.png</rar>
<xbe>defaultprogram.png</xbe>
</filetypeicons>

currently, this only works in filemanager. it use to work in the other areas.

For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
find quote
HarshReality Offline
Posting Freak
Posts: 1,557
Joined: Jan 2005
Reputation: 0
Post: #463
think thats where i saw em... was a changelog reference

[Image: x3.jpg]
find quote
ceomr Offline
Member
Posts: 75
Joined: Mar 2004
Reputation: 0
Post: #464
a skinner related suggestion...

after finishing our skins we should start a thread where every
skinner adds one replay with his 2.0 skin

so we have all available skins neatly arranged
and after an edit also always the newest could be available...

perhaps one of the forum_admins could start it...
with exactly rules for a post..
like -> post should consist of:

skin name
skin picture
skin version
skinner

Quote:[xbmc skin]

[image]

[version: (2.0 - 07.03.06)]
[by (skinner)]

cheers ceomr
find quote
C-Quel Offline
Retired Team-XBMC Member
Posts: 1,378
Joined: Aug 2004
Reputation: 0
Post: #465
how difficult would it be to add videoplayer.plot & videoplayer.cast for use in a fancy video info fullscreen display?

maybe with an auto scroll for plot bit like the fadelabel but vertically (with alpha would be nice so it looks like it fades out from the bottom). and for cast just seperated with a comma as a text string (maybe use with fadelabel)?

if its to much b4 v2 release then that fine i understand Smile

thanks anyway guys.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]

If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svnroot...m/scrapers

System Specs:

A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc :)

iNerd Store

iNerd Forum
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #466
as you are all aware, we are now in the 2.0 feature freeze.

i'm going to be freezing version 2.0 of the skin very shortly - i am just going through the code to see things that need to be removed etc. so that i make sure i haven't missed anything.

changes from v1.99 are:

1. no more support for <execute> (replaced with <onclick>)

2. no more support for <hyperlink> (replaced with <onclick>activatewindow())

3. no more support for the <script> tag.

4. 2 new buttons (will be disabled until the code support is in) on dialogvideoinfo.xml - position them how you like. one is for "resume" and one is for "get thumb". id's are and 9 and 10 respectively. labels are 13404 and 13405 respectively.

5. 1 new button (disabled until we have code support) on dialogalbuminfo.xml - position how you like. it's for "get thumb". id is 10. label is 13405.

support for the above will be in cvs shortly.

in 2 weeks (ie on the 22nd of march), the backwards compatibility code for pre version 2.0 skins will be removed to give us some time after that to fix any issues that crop up because of that.

so, you have till 22nd of march to make the changes above (as well as any others you haven't already done).

i'll talk to some forum admins about a sticky thread that we can use to allow you guys to post your skins when they are compatible.

cheers,
jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
hardc0r3 Offline
Junior Member
Posts: 21
Joined: Nov 2005
Reputation: 0
Post: #467
got another small problem think its the last one tho Smile

controls that get their content dl and parsed from internet like the "myweather" and the listcontrol for music top500 usually takes a few sec to open and in the meantime any windowopen animation will run without them would be nice if the animation could wait for them to load before running instead.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #468
please make a list of the windows where you experience this and i'll fix em.

cheers,
jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]
find quote
hardc0r3 Offline
Junior Member
Posts: 21
Joined: Nov 2005
Reputation: 0
Post: #469
think its only those 2 windows doublechecked the others that gets inetinfo but they seems to be ok.

so only these 2 :
myweather.xml id2600
mymusicsongs.xml id501 (musictop 500)

thanks for checking it out Smile
find quote
C-Quel Offline
Retired Team-XBMC Member
Posts: 1,378
Joined: Aug 2004
Reputation: 0
Post: #470
the folders update great realtime when you come out of a lookup for imdb. but the files do not? is there a specific place in videofiles.cpp that i need to update the screen when leaving dialoginfo?

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not 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.


[Image: badge.gif]

If scraper related please always grab the latest XML relevant to the content you are trying to grab info for from this link https://xbmc.svn.sourceforge.net/svnroot...m/scrapers

System Specs:

A Computer with loads of shiny things that make a noise and bring life to my tv, and xbmc ofc :)

iNerd Store

iNerd Forum
find quote
Post Reply