add a format converter, i.e. to convert from lamedb to sat.xml files
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 11 Jun 2009 10:46:49 +0000 (12:46 +0200)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Thu, 11 Jun 2009 10:46:49 +0000 (12:46 +0200)
commit510fe63aa7bf232fcca7f2a3d0fdab2c45307b78
tree1d1fabf5758a4db48982d7dafd37d9d0c51bce2d
parent30562d78ee2be5fe628a88cce45f7671ff0644bb
add a format converter, i.e. to convert from lamedb to sat.xml files
the main destination format of this converter is a sat.xml file
easily extendable with further datasources
tools/host_tools/FormatConverter/README [new file with mode: 0644]
tools/host_tools/FormatConverter/datasource.py [new file with mode: 0644]
tools/host_tools/FormatConverter/datasource.pyc [new file with mode: 0644]
tools/host_tools/FormatConverter/input.py [new file with mode: 0644]
tools/host_tools/FormatConverter/input.pyc [new file with mode: 0644]
tools/host_tools/FormatConverter/lamedb.py [new file with mode: 0644]
tools/host_tools/FormatConverter/lamedb.pyc [new file with mode: 0644]
tools/host_tools/FormatConverter/lamedb2satxml.py [new file with mode: 0755]
tools/host_tools/FormatConverter/main.py [new file with mode: 0755]
tools/host_tools/FormatConverter/satxml.py [new file with mode: 0644]
tools/host_tools/FormatConverter/satxml.pyc [new file with mode: 0644]