View Single Post
Old 10-29-2022, 05:22 AM   #5
Dirk-71
Groupie
Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.Dirk-71 turned on, tuned in, and dropped out.
 
Posts: 160
Karma: 35462
Join Date: Dec 2016
Location: Germany
Device: Kobo: Clara BW, Libra 2, Aura One
Quote:
Originally Posted by ownedbycats View Post
template search - this probably isn't the most optimal but it works:

template:"""program: if connected_device_name('main') then 'yes' fi#@#:t:yes""" AND #collection:true

If you want a specific device you'll want something like (assuming you're using your Libra 2 and I guessed the device name right)

template:"""program: if connected_device_name('main') == 'Kobo Libra 2' then 'yes' fi#@#:t:yes""" AND #collection:true

to check the specific device name, just pop open the template tester (you may need to add it to a menu) and put program: connected_device_name('main') in while it's connected.
YES! This is it!
Dirk-71 is offline   Reply With Quote