View Single Post
Old 03-21-2025, 03:36 AM   #1
Saber
Junior Member
Saber began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Mar 2025
Device: Boox Page
Post I need help with Calibre device templates

I'm basically trying to have two folder structures based on whether or not a series is defined. For example:

If Series exists, I want to use this structure

Series/{series}/{series_index} - {title}

otherwise I want to use this one

Books/{author_sort}/{title}

Any idea how I can achieve this?



I almost solved the problem but this isn't quite the same structure:
{series:'ifempty($, 'Books')'}/{author_sort}/{series_index} {title}
Saber is offline   Reply With Quote