INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: Doof on March 29, 2002, 10:16:27 am

Title: Package Installer Question
Post 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?
Title: RE:Package Installer Question
Post by: JimH on March 29, 2002, 12:14:58 pm
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
Title: RE:Package Installer Question
Post by: Doof on March 29, 2002, 12:24:23 pm
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'?
Title: RE:Package Installer Question
Post by: JimH on March 29, 2002, 12:47:02 pm
Sorry, doof, I missed that.  I'm not sure.
Title: RE:Package Installer Question
Post by: Nikolay on April 02, 2002, 02:09:35 pm
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
Title: RE:Package Installer Question
Post by: Doof on April 02, 2002, 04:57:34 pm
Thank you! Next Page