Posts: 2,368
Joined: Mar 2010
Reputation:
60
giftie
Skilled Python Coder
Posts: 2,368
I just tested on all the skins I have on my system and out of 27(yes 27 - these include SVN versions) only 9 have a problem(really 6 since 3 are SVN versions of the 6) It looks like the Skin developers have missed a couple of things.
I'm going to post my findings in the Skin Developing thread to see if fixes can come swiftly...
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
the slides regex is case insensitive, but, since the change to compiling the regex, the re.IGNORECASE should be up in where the regex is being compiled, not in the search, plus you should use answer_format.search() not re.search(answer_format)
Posts: 1,736
Joined: Oct 2008
Reputation:
14
If you do not use themes would you have:
<slides mpaa="PG-13" theme="N/A">
or
<slides mpaa="PG-13">
Main - Intel E6750 C2D (2.66ghz)/Geforce 240
Bedroom - Intel E3300 C2D (2.5ghz)/Geforce 210
Guest Bedroom - Acer Revo 1600/ION LE
Test Desktop - Intel Q9300 C2Q (2.5ghz)/Geforce 9600 GSO
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
<slides mpaa="PG-13" theme="">
or
<slides mpaa="PG-13">
no theme
or
<slides theme="80's">
no rating
or
<slides>
<slides mpaa="" theme="">
no rating or theme
any format will be picked up by the regex. i'll try to make it so a improperly formatted slides.xml will still be valid. which i think i have done, so if we decide on a format and giftie want's i'll supply it.
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
currently the shortcut choices are
based on: FP= feature presentation
FP title
FP genre
FP Studio
FP Writer
FP Director
FP Decade (70's, 80's...) based on FP Year
keywords:
"kids" - will probably work by limiting by mpaa also
"Adult"
"Movie Theater"
"Drive-In"
other:
any keyword you enter.
you can see a folder structure would not handle this.
Posts: 3,909
Joined: Dec 2004
Reputation:
20
Nuka1195
Skilled Python Coder
Posts: 3,909
so,
<slides rating="R" genre="Action / Adventure / Science Fiction" theme="George Lucas / Star Wars">
that sounds good to me also.
about the types of slides. it could be handled auto, just by determining if there is a question and a clue and/or answer.