aboutsummaryrefslogtreecommitdiff
path: root/tools/host_tools/FormatConverter/README
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-06-11 12:46:49 +0200
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2009-06-11 12:46:49 +0200
commit510fe63aa7bf232fcca7f2a3d0fdab2c45307b78 (patch)
tree1d1fabf5758a4db48982d7dafd37d9d0c51bce2d /tools/host_tools/FormatConverter/README
parent30562d78ee2be5fe628a88cce45f7671ff0644bb (diff)
downloadenigma2-510fe63aa7bf232fcca7f2a3d0fdab2c45307b78.tar.gz
enigma2-510fe63aa7bf232fcca7f2a3d0fdab2c45307b78.zip
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
Diffstat (limited to 'tools/host_tools/FormatConverter/README')
-rw-r--r--tools/host_tools/FormatConverter/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/host_tools/FormatConverter/README b/tools/host_tools/FormatConverter/README
new file mode 100644
index 00000000..8584b594
--- /dev/null
+++ b/tools/host_tools/FormatConverter/README
@@ -0,0 +1,7 @@
+extendable format converter
+
+Can be used to convert lamedb to a satellites.xml file, including TSID/ONID entries for example to check diseqc setups with the enigma2 diseqc checker plugin.
+
+Just start lamedb2satxml for usage information.
+
+A more general usage interface is present in main.py, where you can call the different modules directly via a console user interface.