View unanswered posts | View active topics It is currently Sat May 25, 2013 5:29 pm



Reply to topic  [ 1 post ] 
 movie sheet view play correct movie file "solved" 
Author Message

Joined: Mon Jan 31, 2011 11:17 am
Posts: 1
Post movie sheet view play correct movie file "solved"
Not sure if this is issue on A.C Ryan but on PBO using TViXiE2Playon!HD to build jukebox all fine. When try play movie from "MovieSheetView" the wrong file will play, either the movie to the right or left of movie selected will play but not the one selected. To fix this change the following lines in the "Other_All_3".rss file in jukebox after build.
Change from:
<item_template>
<onClick>
<script>
showIdle();
movie = getStringArrayAt(Movie_File_Array , -1);
playItemURL(movie, 0, "");
</script>
</onClick>
</item_template>

To:
<item_template>
<onClick>
<script>
showIdle();
Current_Movie_File=getStringArrayAt(Movie_File_Arr ay , Current_Item_index);
writeStringToFile(Jukebox_Temp+"Current_Movie_File ", Current_Movie_File);
playItemURL(Current_Movie_File, 0, "");
</script>
</onClick>
</item_template>

Seems to work fine, not sure why original script would not play correct file as all other views use same script and play correct file fine? Mabye something to do with coverflow?


Sat Feb 05, 2011 4:23 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 1 post ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by: phpBB | Innitial forum Design by: STSoftware | Modified by: AC Ryan.