by DiddeLeeDoo » Sat Sep 09, 2006 5:01 am
Believe these can be used.
1. Use MediaMonkey.exe with options like
MediaMonkey.exe Song.mp3
MediaMonkey.exe /Next Song.mp3
MediaMonkey.exe /Add Song.mp3
There are other ways too, but I believe you then need to use SDB.NewSongData or SDB.NewSongList and add the tracks that way, and then use SDB.PlaylistAddTrack(SDB.NewSongData.Path="Song.mp3") for example
Untested guess the last one, but I know I've done that before, but can't recall exactly what I used. Is not in any of the scripts I currently have here.
Believe these can be used.
1. Use MediaMonkey.exe with options like
MediaMonkey.exe Song.mp3
MediaMonkey.exe /Next Song.mp3
MediaMonkey.exe /Add Song.mp3
There are other ways too, but I believe you then need to use SDB.NewSongData or SDB.NewSongList and add the tracks that way, and then use SDB.PlaylistAddTrack(SDB.NewSongData.Path="Song.mp3") for example
Untested guess the last one, but I know I've done that before, but can't recall exactly what I used. Is not in any of the scripts I currently have here.