View Single Post
Old 04-17-2021, 04:50 AM   #537
capink
Wizard
capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.capink ought to be getting tired of karma fortunes by now.
 
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:
    Code:
    {formats}
    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

capink is offline   Reply With Quote