INTERACT FORUM
More => Old Versions => Media Jukebox => Topic started by: Doof on March 29, 2002, 10:16:27 am
-
I know how to set up an mjp file so that Package Installer will install a Track Info, but does the same work for skins and vis? If so, what's the correct syntax?
-
Here's Tube.mjp from our web page:
[Package]
Name=Tube
Action=UNZIPDIR
Version=1.0.1
URL=http://www.musicex.com/mediajukebox/mj_data/trackinfos/Tube.zip
[Action]
File1=*.*
File1Action1=COPY_TRACKINFOS
-
Yeah, I know how to do it for Track Infos. What I'm asking about is if it will do the same for skins and vis'?
-
Sorry, doof, I missed that. I'm not sure.
-
Yes.
For skins:
[Package]
Name=Rusted Faith
Action=INSTALLMINISKIN
Url=http://www.musicex.com/mediajukebox/mj_data/miniskins/RustedFaith.zip
For Visualizations:
[Package]
Name=Cool Vis
Action=COPY_VISUALIZATIONS
Url=http://www.musicex.com/mediajukebox/mj_data/miniskins/Cool Vis.zip
-
Thank you!