Quote:
Originally Posted by compurandom
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)