View Single Post
Old 01-26-2014, 11:26 AM   #12
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
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.

Last edited by eschwartz; 01-26-2014 at 11:29 AM.
eschwartz is offline   Reply With Quote