04-17-2021, 04:50 AM
|
#537
|
Wizard
Posts: 1,203
Karma: 1995558
Join Date: Aug 2015
Device: Kindle
|
Two options:
- If the zero length format has a unique extension (I imagine it must have), use the following condition (will assume unique extension is 'abc'):
Template:
Datatype: text
Comparison: !=
Condition Value: ABC
- If they have no unique extension, you have to tag these books with a unique tag (e.g zero-length), then use the following condition:
Template:
Code:
program: 'zero-length' inlist $tags
Datatype: text
Comparison: !=
Condition Value: 1
|
|
|