Archive:Databases/ADSP: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Updated for v18)
Line 5: Line 5:




'''{{highlight|{{resize|1.5em|{{red|Note: The ADSP#.db is NOT in use}}}}}}'''


= ADSP#.db =
'''Further information on the status of ADSP can be found here... https://forum.kodi.tv/showthread.php?tid=252871'''


'''{{resize|1.5em|{{red|Note to public: The ADSP#.db is NOT in use}}}}'''
'''Further information on the status of ADSP can be found here... https://forum.kodi.tv/showthread.php?tid=252871'''




= ADSP#.db =
<strike>The ADSP#.db database file contains the information for Audio Digital Signal Processing add-ons.
<strike>The ADSP#.db database file contains the information for Audio Digital Signal Processing add-ons.
The current stable release of {{kodi}} is using the following version of the database:
The current stable release of {{kodi}} is using the following version of the database:
Line 125: Line 124:




{{updated|17}}
{{updated|18}}
[[Category:Index]]
[[Category:Index]]
[[Category:Manual]]
[[Category:Manual]]

Revision as of 22:59, 18 April 2019

Kodi Databases

See also:

Home icon grey.png   ▶ Development
▶ Userdata
▶ Databases ▶ ADSP



Note: The ADSP#.db is NOT in use

Further information on the status of ADSP can be found here... https://forum.kodi.tv/showthread.php?tid=252871


ADSP#.db

The ADSP#.db database file contains the information for Audio Digital Signal Processing add-ons. The current stable release of Kodi is using the following version of the database:

Kodi v17 - ADSP0.db


Warning: The databases are critical components of Kodi. We strongly urge that you do not interfere with them, unless you have knowledge and experience with database designs.


addons

Details relating to the sound processing add-on

Column Name Data Type Description
idAddon integer Primary Key
sName varchar(64)
sUid varchar(32)


modes

Column Name Data Type Description
idMode integer Primary Key
iType integer
iPosition integer
iStreamTypeFlags integer
iBaseType integer
blsEnabled bool
sOwnIconPath varchar(255)
sOverrideIconPath varchar(255)
iModeName integer
iModeSetupName integer
iModeHelp integer
iModeDescription integer
sAddonMOdeName varchar(64)
iAddonId integer
IAddonModeNumber integer
bHasSettings bool


settings

Column Name Data Type Description
id integer Primary Key
strPath varchar(255)
strFileName varchar(255)
MasterStreamTypeSel integer
MasterStreamType integer
MasterBaseType integer
MasterModeId integer


version

Database details

Column Name Data Type Description
idVersion integer Database version
iCompressCount integer

Return to top