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}
Count Folders
Re: Count Folders
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.
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
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
my amc is pretty much done except for this detail
thanks i will try it that way
Re: Count Folders
Sure. That'll work the same way.
e.g.
e.g.
Code: Select all
P:/{ any{"Music/$artist"}{"Unsorted/No Artist"} }/...