![]() |
#1 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109
Karma: 194274
Join Date: Jun 2011
Location: Montreal
Device: Kobo, Calibre
|
![]()
I'd like the plugboard to use a different formatting when the series is Star Wars or Star Trek. So I created the following, everything works except if the title contains a comma or a parenthesis.
The calibre template guide mentions you need to escape these. How can I escape a field value? Code:
{series:contains(Star Wars|Star Trek, {title}, {series}{series_index:0>2s| - | - }{title})} Bad Solution: Spoiler:
The solution is to use program mode in the plugboard mentioned bellow. Last edited by uli; 10-22-2011 at 12:52 PM. Reason: solution |
![]() |
![]() |
![]() |
#2 | |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 12,339
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
|
Quote:
What you should use is general program mode (see the manual) so you have control over what is evaluated, in what context. This mode permits embedding arbitrary templates as function values. For example, the above template would be written Code:
program: contains(field('series'), 'Star Wars|Star Trek', field('title'), template('{series}{series_index:0>2s| - | - }{title}')) |
|
![]() |
![]() |
Advert | |
|
![]() |
#3 |
Zealot
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 109
Karma: 194274
Join Date: Jun 2011
Location: Montreal
Device: Kobo, Calibre
|
Thanks, works perfectly! Now those extra long Star Wars series are readable!
Here is the final code. Shows series as initials for Star Wars and Star Trek Shows full series name for everything else. ex: 'Star Wars: The New Jedi Order...' = SWTNJO - 11 - Rebel Dream ex: Culture - 01 - Consider Phlebas Code:
program: contains(field('series'), 'Star Wars|Star Trek', template('{series:re(([^\s])[^\s]+(\s|$),\1)}{series_index:0>2s| - | - }{title}'), template('{series}{series_index:0>2s| - | - }{title}')) |
![]() |
![]() |
![]() |
Tags |
plugboard, template |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Star Wars geeks | NormHart | Deals and Resources (No Self-Promotion or Affiliate Links) | 1 | 04-08-2009 12:08 AM |
Star Trek vs. Star Wars | daffy4u | Lounge | 48 | 12-04-2008 10:06 AM |
Star Wars Episode III | Laurens | Lounge | 14 | 05-24-2005 10:44 AM |
Star Wars Episode 3 in photos | ignatz | Lounge | 9 | 02-24-2005 03:41 PM |