BACK UP YOUR ITLP BEFORE DOING THIS MOD!!!!
i just downloaded this Nightmare iTunesLP with itlp files in it, but i noticed that there's a nighmare lyric video inside the itlp folder but when i load the LP to iTunes the lyric video was nowhere to be found.
so i modified the files inside the itlp folder and make the lyric video appear under the video menu. here it goes...
the files need to be modified were:
videos.css inside the css folder
videos.html inside the view folder
data.js inside the controllers folder and
video.js also inside the controllers folder
first open up videos.css and find /buttonVideo02.png); } then add this line right after it
#videos #video3 { left:563px; top:573px; background:url(../images/videos/buttonVideo03.png); }
close and save it
next open up videos.html and find and delete it but do not delete and
close and save it
open data.js find thumb02.png then add this line after it
" }
{ string: "Nightmare Lyric Video", XID : "", src : "USWBV1000357_APR-178-23-1280-720.m4v", duration: '6:16', poster: "thumb03.png" }
close and save it
close and save itfinally open video.js and find { selector : "#video2", action : function () { bookletController.playNonLibraryContent(appData.videos[1])} }, then add after it { selector : "#video3", action : function () { bookletController.playNonLibraryContent(appData.videos[2])} },
then add the LP to the library
note: if you already add the LP to the library, remove it then add it again. if you dont do this the changes you made wont have any effects.
and here's how to add the duration of the videos. it'll appear at the bottom right corner just below the video box.
the files need to be modified were:
videos.css and data.js
open up video.css and find #videos #duration {change the left:520px to left:861px and top:500px to top:530px
position:absolute;
width:100px;
height:25px;
left:520px;
top:500px;
text-align:right;
color:#000000;
}
close and save it
then open data.js
the goal in editing the data.js is to make the duration displays the real duration of the videos
find
{ string: "Nightmare Music Video", XID : "Warner:isrc:USWBV1000362", src : "", duration: '6:16', poster: "thumb01.png" },and change the duration to 6:08
find
{ string: "The Making Of Nightmare Music Video", XID : "", src : "USWBV1000360_APR-178-23-1280-720.m4v", duration: '8:44', poster: "thumb02.png" }change the duration to 9:38
close and save it.
remember modifying the *.css only applies when the LP is reloaded to the library.
pics are coming really soon...
2 comments:
"next open up videos.html and find and delete it but do not delete and
close and save it"
sorry but what do you exactly mean?
Post a Comment