Music renaming: create album folder?

Any questions? Need some help?
Post Reply
springs
Posts: 4
Joined: 17 Aug 2016, 17:34

Music renaming: create album folder?

Post by springs »

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
kim
Power User
Posts: 1251
Joined: 15 May 2014, 16:17

Re: Music renaming: create album folder?

Post by kim »

it's

Code: Select all

{album}
not

Code: Select all

{ablum}
are you using AcoustID or ID3 Tags ?

if "album" info is blank
Binding "album": undefined
output will skip it


--db [TheTVDB, AniDB] or [TheMovieDB] : Database
or [AcoustID, ID3] or [xattr]
springs
Posts: 4
Joined: 17 Aug 2016, 17:34

Re: Music renaming: create album folder?

Post by springs »

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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music renaming: create album folder?

Post by rednoah »

Unfortunately not, but you could so something like this to catch songs without album information:

Code: Select all

{artist}/{any{album}{'No Album'}}/{t}
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.
:idea: Please read the FAQ and How to Request Help.
mi3x2
Posts: 4
Joined: 26 Sep 2016, 02:26

Re: Music renaming: create album folder?

Post by mi3x2 »

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?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Music renaming: create album folder?

Post by rednoah »

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/
:idea: Please read the FAQ and How to Request Help.
Post Reply