by Mascis » Tue Nov 22, 2016 2:56 am
Lowlander wrote:You have $RemovePrefix(<Album>), however I see no way to use it with @.
$RemovePrefix(<Album>) is also very useful, but if i want to build a directory structure like C:\C\The Crow i have to use something like $if(<Album:4>=The ,$mid(<Album>,5,1),
and then if i want to use C:\D\A Different Story, i will have to create another mask, and so on for every prefix.
I tried <$RemovePrefix(<Album>)@1> it does not work.
It would be much more easy if <'Field'@n> ignored prefixes in all fields.
[quote="Lowlander"]You have $RemovePrefix(<Album>), however I see no way to use it with @.[/quote]
$RemovePrefix(<Album>) is also very useful, but if i want to build a directory structure like C:\C\The Crow i have to use something like $if(<Album:4>=The ,$mid(<Album>,5,1),
and then if i want to use C:\D\A Different Story, i will have to create another mask, and so on for every prefix.
I tried <$RemovePrefix(<Album>)@1> it does not work.
It would be much more easy if <'Field'@n> ignored prefixes in all fields.