⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
XBMC4Xbox
All Projects
XBMC4Xbox
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (157 Bytes)
Bug #177
» query program database.py
dandar3
, 11/09/2011 07:14 PM
import
xbmc
sql_programs
=
"
select * from version
"
xml_programs
=
xbmc
.
executehttpapi
(
"
QueryProgramDatabase(%s)
"
%
sql_programs
,
)
print
xml_programs
« Previous
1
2
Next »
(2-2/2)
Loading...