writing out ID3 tags

fguihen

Well-known member
Joined
Nov 10, 2003
Messages
248
Location
Eire
i have a small piece of code that will read ID3 tags from a track. now i want to know, after i change the id3 tag details, how do i save them out to the file again. to read them in , im using the fileStream.readFile method to read in the data. can i juct change them and use the fileStream.writeStream() method?
 
normally it should in the same way you read it. but this sounds if you even havnt tested it yet. Just use a copy of one of your mp3 and edit it
 
thanks. your right. i was afraid of wrecking one of my mp3s. to thnk, i never thought of just making a copy of it. cheers mate
 
Back
Top