Add Song - Auto get info
Posted: Sat Jun 25, 2005 4:58 pm
I'm doing this to add a song:
Dim songData As New SDBSongData
songData.Path = "c:\test.mp3"
songData.UpdateDB
When doing this, is there some way to tell MM to figure out the details itself? Like file save, song name, genre, etc? (I'd assume by ID3 info). I could fill out each member, but for some fields I'd have to go mucking through the ID3 info myself, which I rather not have to do.
Thanks
-Greg
Dim songData As New SDBSongData
songData.Path = "c:\test.mp3"
songData.UpdateDB
When doing this, is there some way to tell MM to figure out the details itself? Like file save, song name, genre, etc? (I'd assume by ID3 info). I could fill out each member, but for some fields I'd have to go mucking through the ID3 info myself, which I rather not have to do.
Thanks
-Greg