What is the name of each library, and which folder should it be moved to? I will set up a rule to transform each. You will use something like this instead (click on the button "template Editor", next to the box in screenshot #2, above, and paste this whole code box in):
Code:
program:
strcat(
switch(
current_library_name(),
'Library1',
'Teaching',
'Library2',
'Books',
'else'
),
template("/{author_sort}/{title} - {authors}")
)
But of course it depends what the name of your libraries are, as I doubt they are "Library1" and "Library2", so we will need to change them.