Can I modify the music db
#1
Hi All.

please help me with the following situation - i need to modify the myMusicDb directly, can i do it? if yes than how can i?

i'm trying to import sqlite3 package within xbmc but i get next error message:

Quote:03:22:32 T:4312 M:1104510976 NOTICE: ImportError
03:22:32 T:4312 M:1104510976 NOTICE: :
03:22:32 T:4312 M:1104510976 NOTICE: No module named _sqlite3

as i can see in the http://wiki.xbmc.org/?title=The_XBMC_Database it's impossible at the present and i can do only select statements into sqlite3db? am i right?

I hope that xbmc has this ability?

ps: can i know what are the python modules hosted within xbmc python?

thx
Reply
#2
Currently you can only exec() on the videodb. A patch is welcome.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
XBMC uses Python 2.4, which doesn't come with any sqlite modules.
See apple movie trailers for a version of pysqlite that will easily work crossplatform (including xbox). http://xbmc-scripting.googlecode.com/svn...0Trailers/
Always read the XBMC online-manual, FAQ and search and search the forum before posting.
For troubleshooting and bug reporting please read how to submit a proper bug report.

If you're interested in writing addons for xbmc, read docs and how-to for plugins and scripts ||| http://code.google.com/p/xbmc-addons/
Reply
#4
thx
it's a great solution
Reply

Logout Mark Read Team Forum Stats Members Help
Can I modify the music db0