12-29-2008, 09:57 PM
Through manipulation of the Winamp.m3u and Winamp.m3u8 files you can load playlists specifically.
There are ways to get a playlist to load...
If you want a playlist to load on a place you left off you would have to use
int ret=SendMessage(hwndWinamp,WM_USER, data, id);
id=120 ;;Writes out the current playlist to Winampdir\winamp.m3u, and returns the current position in the playlist.
to write to the ini file.
Some of the stuff is a bit tricky and requires some thought, but quite a bit is possible for winamp!
If you figure out anything on this subject I would love to see your posts.
Jimmy Vig
by the way...I'm not sure if you can load ini files for other programs like this, I just know how to get it to work with winamp.
Gint...Any things you know about???
There are ways to get a playlist to load...
If you want a playlist to load on a place you left off you would have to use
int ret=SendMessage(hwndWinamp,WM_USER, data, id);
id=120 ;;Writes out the current playlist to Winampdir\winamp.m3u, and returns the current position in the playlist.
to write to the ini file.
Some of the stuff is a bit tricky and requires some thought, but quite a bit is possible for winamp!
If you figure out anything on this subject I would love to see your posts.
Jimmy Vig
by the way...I'm not sure if you can load ini files for other programs like this, I just know how to get it to work with winamp.
Gint...Any things you know about???
