I’d like to use a table for my plugin. Was thinking of:
Table: Person
<br />
handle | fullname | status | capability<br />
-------------------------------------------------------<br />
jjans | Jan Jansen | online | video<br />
ttijs | Theo Tijs | dnd | video<br />
mgrolsch | Marie Grolsch | offline | none<br />
so that in the plugin directory the fullname is being displayed as title.
When e.g. "Jan Jansen" is being clicked, the plugin finds the handle "jjans" from the table and does an action with the handle and not the fullname.
I think this is possible with sqlite, but I understand that there are (still) some problems with PMS and sqlit. Is this correct?
Check this [link](http://forums.plexapp.com/index.php/topic/22686-database-module/page__p__140508__hl__database__fromsearch__1#entry140508)
Any idea how to solve it or approach my thought from another direction?