[Tellico-users] how to use DBUS to load table-like values

miguel at rozsas.eng.br miguel at rozsas.eng.br
Tue Nov 12 18:06:02 UTC 2013


Hi !

I am new to the DBUS world, so, sorry in advance for any silly questions.
I am writing a bash script to load data to my Tellico movie
collection, to minimize the manual data entry.

It is easy to add data to simple fields like text and numbers using
setEntryValue :

dbus org.kde.tellico /Collections org.kde.tellico.addEntry
dbus org.kde.tellico /Collections org.kde.tellico.setEntryValue 1
title "Teste 1"
qdbus org.kde.tellico /Collections org.kde.tellico.setEntryValue 1 medium "DVD"
qdbus org.kde.tellico /Collections org.kde.tellico.setEntryValue 1 year "2010"

My question is how to add data to the more complex fields, like tables
(i.e., cast which has 2 values) or images like in cover ?

any comments and suggestions are welcome,


More information about the tellico-users mailing list