Count Folders

Any questions? Need some help?
Post Reply
Mendeln
Donor
Posts: 7
Joined: 04 Nov 2016, 02:56

Count Folders

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

Re: Count Folders

Post 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'} }
:idea: Please read the FAQ and How to Request Help.
Mendeln
Donor
Posts: 7
Joined: 04 Nov 2016, 02:56

Re: Count Folders

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

Re: Count Folders

Post by rednoah »

Sure. That'll work the same way.

e.g.

Code: Select all

P:/{ any{"Music/$artist"}{"Unsorted/No Artist"} }/...
:idea: Please read the FAQ and How to Request Help.
Post Reply