Hi, I'm trying to write tags to .dsf, which, with some small adjustments works fine, excepts it also overwrite the audio and fileformat tags, is this intentional? It contains valuable information for our audiophile customers, so I would like to preserve them. =)
Cheers,
Sjoerd
DSF - Write Tags
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: DSF - Write Tags
Since getID3 can't write DSD/DSF tags I'm curious what you're writing and how?
-
- User
- Posts:6
- Joined:Mon Jan 11, 2016 9:11 am
- Are you a spambot?:no
Re: DSF - Write Tags
Well, I just added 'dsf' in write.php at line 106 and it worked with just some code out of the simple.write.php demo. The ID3v2 tag is put into the .dsf, put the [audio] and [fileformat] data is overwritten..
-
- getID3() v1 developer
- Posts:1477
- Joined:Fri May 04, 2001 4:00 pm
- Are you a spambot?:no
- Location:Northern Ontario, Canada
- Contact:
Re: DSF - Write Tags
You can't add ID3v2 to DSF. Or ID3v1 or APE or anything else. That just breaks the file.
DSF has its own tagging format, which getID3 can read but not write.
DSF has its own tagging format, which getID3 can read but not write.