Linux Newbie question - list media libraries
#1
Hi everyone

I've been searching similar toppics about my question but i haven't finde anything yet...

I'm trying to write a script that list the Video (and audio) libraries and after that, the script display a sellectable list.

My question is...¿How can i list media libraries and work with them?

Thanks.
Reply
#2
just go into your librairy, and you will have the list...
Reply
#3
(2013-06-28, 16:22)ppic Wrote: just go into your librairy, and you will have the list...

How i can do that in python?
Reply
#4
JSON can do it, http://wiki.xbmc.org/index.php?title=JSO....GetMovies

or import the sqlite3 module and query the database.
Reply
#5
(2013-06-29, 08:23)Karnagious Wrote: JSON can do it, http://wiki.xbmc.org/index.php?title=JSO....GetMovies

or import the sqlite3 module and query the database.

Thank you!!
Reply

Logout Mark Read Team Forum Stats Members Help
Newbie question - list media libraries0