Page 1 of 1

Count Folders

Posted: 09 Oct 2017, 19:05
by Mendeln
hi there

is there a way to count folders? or this "/" sign?

problem is, i want to use AcoustID to identify and sort my music (id3 tags are sometimes missing or wrong) but sometimes it happend that the Album information is missing.
the information is online on musicbrainz.org

i use P:/{plex} and/or P:/Music/{artist}/{album+'/'}{pi.pad(2)} - {t}

Re: Count Folders

Posted: 09 Oct 2017, 21:27
by rednoah
Not sure why you'd count folder levels...

I think you want to have a default value for expressions that fail:
viewtopic.php?f=5&t=1895

e.g.

Code: Select all

{ any{artist}{'No Artist'} }

Re: Count Folders

Posted: 10 Oct 2017, 02:13
by Mendeln
if there is no album information, the music must be sorted out to P:/unsorted. away from plex
my amc is pretty much done except for this detail

thanks i will try it that way

Re: Count Folders

Posted: 10 Oct 2017, 09:38
by rednoah
Sure. That'll work the same way.

e.g.

Code: Select all

P:/{ any{"Music/$artist"}{"Unsorted/No Artist"} }/...