Community Forums Archive

Go Back

Subject:Write tag header info to exported FLAC files
Posted by: ctbarker32
Date:6/30/2010 1:50:35 PM

Hi,

I haven't checked in a while.

I have a script that I have modified that automatically writes out flac files from regions in an audio file in sound forge and formats the file name appropriately. This works very well and is a real time saver.

One thing I was never able to figure out is how to fully populate the FLAC tag/header info during this process. I instead have to fire up MP3tag and fill out the missing fields. I'd love to be able to eliminate this extra step.

Has anyone come up with a way to fill things like Artist, Song Title, Track Number, Album Title, etc. automatically using the scripting process?

Thanks.

-CB

Subject:RE: Write tag header info to exported FLAC files
Reply by: ExSonyTJ
Date:7/1/2010 2:36:52 PM

The ISfFileHost object contains a collection called Summary that has this tag info. You can find code that reads and sets this tag data in the sample scripts called called DumpSumy.cs or SetMissingMetaFromPathAndFile.cs from the Forge9 Script SDK.

Message last edited on7/1/2010 2:37:54 PM byExSonyTJ.

Go Back