JamesHeinrich / getID3

http://www.getid3.org/
Other
1.15k stars 245 forks source link

Writing to FLAC #306

Closed archia closed 3 years ago

archia commented 3 years ago

I'm trying to write tags to a FLAC file. I've used the demo.simple.write.php script as a start point.

I've only changed:

$tagwriter->tagformats = array('id3v2.3');

to:

$tagwriter->tagformats = array('VorbisComment');

The script returns: Tag format "vorbiscomment" is not allowed on "flac.flac" files.

What may be the issue?

JamesHeinrich commented 3 years ago

Try "metaflac".

Allowed tag formats by file type logic can be seen here: https://github.com/JamesHeinrich/getID3/blob/master/getid3/write.php#L182-L220

archia commented 3 years ago

Thank you!

On Thu, Apr 8, 2021 at 2:30 PM James Heinrich @.***> wrote:

Try "metaflac".

Allowed tag formats by file type logic can be seen here:

https://github.com/JamesHeinrich/getID3/blob/master/getid3/write.php#L182-L220

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/JamesHeinrich/getID3/issues/306#issuecomment-816045069, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATSDF5DB3NCFXSKABMVU63THXY3DANCNFSM42TH2AIA .

-- Tom Archibold Lanternworks Web Development @.*** 732-556-7601 www.lanternworks.com