Search found 7 matches

by sjthespian
22 Mar 2024, 22:25
Forum: Help and Support
Topic: CLI filename format with empty values
Replies: 2
Views: 238

Re: CLI filename format with empty values

Thanks! I think the "any" option is the secret - I didn't realize there was a way to essentially put an "or" statement in the format block.
by sjthespian
04 Mar 2024, 00:42
Forum: Help and Support
Topic: CLI filename format with empty values
Replies: 2
Views: 238

CLI filename format with empty values

I have been using filebot for a couple of years to rename downloaded files successfully, but there's one thing I just can't figure out. How can I build a format template that properly names things with imdb tags even if the item doesn't exist in IMDB? I'm trying to get filebot to name files the same...
by sjthespian
11 Nov 2021, 17:08
Forum: Help and Support
Topic: FLAC files and Vorbis tags
Replies: 7
Views: 9297

Re: FLAC files and Vorbis tags

That's too easy, I need some magic if statement with file types! :-) I'll give that a try. Since all of my files should have either one or the other, that should be perfect. Thanks! Well, assuming that only one of the two is defined, you could just write {media.PartPosition}{media.Part} with only on...
by sjthespian
09 Nov 2021, 15:57
Forum: Help and Support
Topic: FLAC files and Vorbis tags
Replies: 7
Views: 9297

Re: FLAC files and Vorbis tags

Please provide raw MediaInfo output for one of your FLAC files: filebot -script fn:mediainfo /path/to/files :idea: 1 sample file for testing would be helpful as well. This is weird, it's reading the file fine now w/o the ID3 tags being present. I'm thinking that brew (I'm on a Mac) did an upgrade o...
by sjthespian
09 Nov 2021, 15:32
Forum: Help and Support
Topic: FLAC files and Vorbis tags
Replies: 7
Views: 9297

Re: FLAC files and Vorbis tags

Please provide raw MediaInfo output for one of your FLAC files: filebot -script fn:mediainfo /path/to/files :idea: 1 sample file for testing would be helpful as well. Let me track down the file that was failing to rename properly and I will add that info. Oddly enough, I just tried doing a rename o...
by sjthespian
09 Nov 2021, 15:21
Forum: Help and Support
Topic: FLAC files and Vorbis tags
Replies: 7
Views: 9297

Re: FLAC files and Vorbis tags

I'm using MusicBrainz Picard to add the tags, I know they are there (and I have a couple of other tools for managing the Vorbis tags such as metallic). One of its optional features is to remove ID3 tags from flac files, as having them can cause issues with some applications. If I enable that, filebo...
by sjthespian
05 Nov 2021, 16:17
Forum: Help and Support
Topic: FLAC files and Vorbis tags
Replies: 7
Views: 9297

FLAC files and Vorbis tags

I'm in the process of retagging much of my music collection using MusicBrainz Picard. I have seen several sources recommend that I disable ID3 tagging for FLAC files and instead use the native Vorbis tags. However, it doesn't appear that FileBot has any support for renaming files based on the Vorbis...