Hi gang, has anyone ever used the id3changer.dll before? I've just dowloaded it, but darn Vista won''t let me open the .hlp file ![]()
So far I've used...
id3.tag { return $shortfn($mircdir $+ Engine/dlls/ID3Changer.dll) }
And I'm using this alias to actually effect the changes to the info (though I'm only using one tag to test at the moment).
alias set.info {
dll $id3.tag ID3v1GenreID %mp3.dir $+ %id3.mp3 $+ $chr(124) $+ $did($dname,7).text
}
%id3.mp3 is the .mp3 file I wish to edit (the file path is self explanatory) and the edit box <id> is 7 (der
)
I'm not getting any errors, though it's not changing the file ![]()
If anyone is familiar with this .dll and could some insight, I'd be most appreciative .
Thanks in advance ![]()