View Single Post
Old 08-06-2025, 06:19 PM   #4
Moonbase59
Addict
Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.Moonbase59 ought to be getting tired of karma fortunes by now.
 
Moonbase59's Avatar
 
Posts: 223
Karma: 1000244
Join Date: Oct 2021
Location: Germany
Device: Tolino Vision 5, Tolino Tab 8", Pocketbook Era (16GB)
I use a folder structure under Books. The main folders are thought of "Collections", since not all readers support these the same way, and I wish to separate Fiction, Non-Fiction, News and Tests. "Ohne Sammlung" ("No Collection") is used if #collection is empty.

Under these, I use
Code:
Author sort - Title sort (Publishing year)
because I sometimes have the same book in more than one edition.

Series (for each "collection") are in a subfolder "Serien" ("Series") with the series name as folder name. Inside those, I use
Code:
Number in series - Title sort (Publishing year) - Author sort
In series, the sequence is more important, so it is upfront. Multiple authors can write in a series, so the author is also included.

I have a #collection column in Calibre, and my output template is
Code:
{#collection:ifempty(Ohne Sammlung)}/{series:|Serien/|/}{series_index:0>4s|| - }{series:'test($, '', sublist(field('author_sort'),0,1,'&'))'|| - }{title}{pubdate:| (|)}{series:'test($, sublist(field('author_sort'),0,1,'&'), '')'| - |}
Have been using this scheme for >5 years now, and it works nicely with all devices, Android, Tolino, Pocketbook, KOReader, etc. I embed the metadata in all EPUBs, so that reader software can use it.

The Tolino shown has 1268 books, my Pocketbook ~1800.
Attached Thumbnails
Click image for larger version

Name:	Auswahl_035.png
Views:	22
Size:	10.1 KB
ID:	217344   Click image for larger version

Name:	Auswahl_033.png
Views:	27
Size:	22.1 KB
ID:	217345   Click image for larger version

Name:	Auswahl_034.png
Views:	24
Size:	19.3 KB
ID:	217346   Click image for larger version

Name:	Edit metadata - Freiland - [1 of 1268]_001.png
Views:	18
Size:	34.5 KB
ID:	217347   Click image for larger version

Name:	Edit metadata - Freiland - [1 of 1268]_002.png
Views:	16
Size:	22.1 KB
ID:	217348  

Last edited by Moonbase59; 08-06-2025 at 06:28 PM.
Moonbase59 is offline   Reply With Quote