Originally Posted by ownedbycats
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.
|