2010-12-21, 21:40
more trivia, will repost in theater pack thread as well, all screenies will be in that thread from now on!
http://www.megaupload.com/?d=0VKIBPKR
http://www.megaupload.com/?d=0VKIBPKR
<slides>
<slide>
<slide rating="R">
<question format=".([0-9]{1,3})+a.jpg" />
<clue format="" />
<answer format=".([0-9]{1,3})+b.jpg" />
</slide>
</slides>
<slides>
<slide>
<slide rating="R">
<question format=".+_a.jpg" />
<clue format="" />
<answer format=".+_b.jpg" />
</slide>
</slides>
SlaveUnit Wrote:Speaking of...
Any word on the music playlists? Im just curious as to if you have had any looks at it and its difficult or it hasn't been closely looked at yet. No pressure, just curious.
giftie Wrote:Could you post your xbmc.log(complete) for when it does not play any of the stills, that would help a lot.
clue_format = re.findall( "<clue format=\"([^\"]*)\" />", xml_data )[ 0 ]
elif ( clue_format and re.search( clue_format, os.path.basename( entry ), re.IGNORECASE ) ):
<slides rating="PG" theme="Star Wars">
<slide>
<question format="[0-9]+Q.jpg"/>
<clue format=""/>
<answer format="[0-9]+A.jpg"/>
</slide>
</slides>
<slides>
<slide rating="PG" theme="Star Wars">
<question format="[0-9]+Q.jpg"/>
<clue format=""/>
<answer format="[0-9]+A.jpg"/>
</slide>
</slides>
# fetch data
xml = open( os.path.join( path[ "path" ], "slides.xml" ) ).read()
# parse info
mpaa, theme, question_format, clue_format, answer_format = re.search( "<slides?(?:.+?rating=\"([^\"]*)\")?(?:.+?theme=\"([^\"]*)\")?.*?>.+?<question.+?format=\"([^\"]*)\".*?/>.+?<clue.+?format=\"([^\"]*)\".*?/>.+?<answer.+?format=\"([^\"]*)\".*?/>", xml, re.DOTALL | re.IGNORECASE ).groups()
# compile regex's for performance
if ( question_format ):
question_format = re.compile( question_format )
if ( clue_format ):
clue_format = re.compile( clue_format )
if ( answer_format ):
answer_format = re.compile( answer_format )
if ( question_format and question_format.search( os.path.basename( entry ), re.IGNORECASE ) ):
GJones Wrote:Can someone post the naming convention required for the proper use of the sound videos (DTS, etc.)?
commoman81 Wrote:Does anyone have the same issue as i do when i have videos set to play before the film and also slide shows the audio sound goes down way low for the videos i can adjust this and try to keep as default but always goes back to the low db.