is there a up to date formatting guide for music?
I'm specifically trying to rename music with the following format: --format {artist}/{ablum}/{t}
when i test it, it just comes out with {artist}/{t}
Thanks
Music renaming: create album folder?
Re: Music renaming: create album folder?
it's
not
are you using AcoustID or ID3 Tags ?
if "album" info is blank
Code: Select all
{album}
Code: Select all
{ablum}
if "album" info is blank
output will skip itBinding "album": undefined
--db [TheTVDB, AniDB] or [TheMovieDB] : Database
or [AcoustID, ID3] or [xattr]
Re: Music renaming: create album folder?
that was a spelling mistake when i wrote the post.. oops.
i was using AcoustID and it wasn't saying that the album info was blank.
I've just tried ID3 and it responded correctly with the album info.
Is there anyway to make filebot to stop processing if for instance it can't get the album info?
i was using AcoustID and it wasn't saying that the album info was blank.
I've just tried ID3 and it responded correctly with the album info.
Is there anyway to make filebot to stop processing if for instance it can't get the album info?
Re: Music renaming: create album folder?
Unfortunately not, but you could so something like this to catch songs without album information:
If you're using the Presets feature, then you could write an Includes rule to only select files that have album information in their ID3 tags. Depending on your exact use case, this may or may not be a feasible solution.
Code: Select all
{artist}/{any{album}{'No Album'}}/{t}
Re: Music renaming: create album folder?
Sorry to bump up this oldish thread, I'm having issues with album. No matter what naming scheme I try (album,albumArtist), it always outputs blank.
I'm using AcoustID since my music does not have embedded ID3. I came with this to do it semi-manually, but it's a pain:
{n}/xxxxx - [{y}]/{media.TrackPosition.pad(2)} - {t}
And I paste the album name in xxxxx
Any suggestions?
I'm using AcoustID since my music does not have embedded ID3. I came with this to do it semi-manually, but it's a pain:
{n}/xxxxx - [{y}]/{media.TrackPosition.pad(2)} - {t}
And I paste the album name in xxxxx
Any suggestions?
Re: Music renaming: create album folder?
album and albumArtist information may not always be available. AcoustID is tricky since it won't necessarily give you the information you want (many identical audio tracks belong to many different albums, releases, etc).
I highly recommend processing files with Music Brainz Picard first to make sure that all the files are nicely ID3 tagged the way you want (that has many many many benefits in the long term) and if necessary use FileBot to organize files afterwards based on that.
https://picard.musicbrainz.org/
I highly recommend processing files with Music Brainz Picard first to make sure that all the files are nicely ID3 tagged the way you want (that has many many many benefits in the long term) and if necessary use FileBot to organize files afterwards based on that.
https://picard.musicbrainz.org/