Scripting with Version 3.0x

How to use MP3 Album Maker

New switch in v3.03 up

Postby makeitone » Mon Jan 02, 2006 9:00 am

New switch added in version 3.03

from a command prompt navigate to
C:\Program Files\MakeitOne\MP3AlbumMaker or wherever you installed MP3AlbumMaker.exe

Sample packing script:
MP3AlbumMaker.exe -script -list="C:\my music\mylist.txt" -style=pack -output="C:\new music" -artist

instead of packing all albums into C:\new music they will now pack dynamically into C:\new music\ArtistName
makeitone
 
Posts: 133
Joined: Wed Aug 04, 2004 3:32 am

Example of Packing List

Postby makeitone » Sun Sep 14, 2008 9:32 am

Example of a packing list (mylist.txt):-
d:\My Music\My Fav Album1
d:\My Music\My Fav Album2
d:\My Music\My Fav Album3

to generate this from the commandline:-
dir /ad /b /s "d:\My Music" > mylist.txt

/s is needed to provide the full path
Last edited by makeitone on Sun Sep 14, 2008 9:38 am, edited 1 time in total.
makeitone
 
Posts: 133
Joined: Wed Aug 04, 2004 3:32 am

Example of UnPacking List

Postby makeitone » Sun Sep 14, 2008 9:36 am

Example of a unpacking list (mylist.txt):-
d:\My Music\(audio) My Fav Band1 - My Fav Album1_MakeitOne.mp3
d:\My Music\(audio) My Fav Band2 - My Fav Album2_MakeitOne.mp3
d:\My Music\(audio) My Fav Band3 - My Fav Album3_MakeitOne.mp3

to generate this from the commandline:-
dir /b /s "d:\My Music\(audio)*.mp3" > mylist.txt

you may wish to leave off the /s to not recurse all subfolders
makeitone
 
Posts: 133
Joined: Wed Aug 04, 2004 3:32 am


Return to User Guide

Who is online

Users browsing this forum: No registered users and 3 guests

cron