Hello
I am using MAX to convert FLACs to ALAC. A lot of my flac files have no metadata. The individual songs have files names
like "gd91-09-10d1t1", "gd91-09-10d1t2" but when I convert, the resulting tracks titles are "unknown track1", unknown track1" ect.
Is there a way to automatically have the file names become the song titles for those flacs that don't have this info already in the metadata?
Sorry to add two questions right in a row, but since they are completely different, I thought it would be better to split them into two posts.
THanks!
How to make file names -> title ?
Re: How to make file names -> title ?
Max can't do this, but Tag can guess tags based on the filename.
-
- Posts: 3
- Joined: Sat Feb 28, 2009 2:12 pm
Re: How to make file names -> title ?
Thanks, I'll give tag a look
-
- Posts: 20
- Joined: Sun Jul 30, 2006 3:56 am
Re: How to make file names -> title ?
Hmm, I'm having the same problem. Using Tag will work for incoming filetypes like FLAC that support metadata, but not for those that don't. It sounds like there's no way to tell Max to use the incoming filename as the default title/filename for the converted file, and this is a real problem. For example, when you're converting SHN to MP3, either you get confusing clusters of unknown files that need manual repair, or you have to manually type in metadata in advance. That's a lot of wasted time.
Adding this as a feature/code change would really be ideal, but if that's not likely to happen soon, is a workaround possible with Applescript? Or am I overlooking something?
Adding this as a feature/code change would really be ideal, but if that's not likely to happen soon, is a workaround possible with Applescript? Or am I overlooking something?
Re: How to make file names -> title ?
Did you try using a custom file naming format and selecting the "Source Filename" specifier? That should get you close.
-
- Posts: 20
- Joined: Sun Jul 30, 2006 3:56 am
Re: How to make file names -> title ?
D'oh! My apologies for overlooking that -- thanks for pointing it out. It certainly sounds like that should do the trick -- once you've got an MP3 with the right filename, it's easy enough to generate a title tag.