View Single Post
Old 09-16-2020, 10:48 AM   #3
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,123
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by compurandom View Post
Is there a way in calibre to search by device?

For instance, something like
  • ondevice:devincename to search for books that are on a specific device; false if that device is not currently connected, as ondevice by itself currently does
  • isconnected:devicename that is true if a specific device is connected, so I can have a branch of a saved search specific to a device
  • isconnected:any for a branch of a saved search for any connected device
ondevice is a temporary column that only exists when a device is connected.

What I do is put a tag in my #usertags column: "onKobo or onKindle"
then use an and type search:
Code:
ondevice:true and #usertags:onkobo
(if you don't test for the #usertag, ut applies to any device connected)
theducks is offline   Reply With Quote