diff options
| author | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 06:53:54 +0100 |
|---|---|---|
| committer | acid-burn <acid-burn@opendreambox.org> | 2009-12-23 06:53:54 +0100 |
| commit | ca13d7906607bb7be40e7695e36054b8b86c8529 (patch) | |
| tree | e41c188398ff1c0fe84ffa573b44238776f6a289 /lib/python/Plugins/SystemPlugins | |
| parent | 2b366799c5f6115a2d9a4e4f5b7d3a3e1305fb4e (diff) | |
| parent | bc6d7d587ad101a8449537238b9703f3a5fbbacb (diff) | |
| download | enigma2-ca13d7906607bb7be40e7695e36054b8b86c8529.tar.gz enigma2-ca13d7906607bb7be40e7695e36054b8b86c8529.zip | |
Merge branch 'bug_178_update_meta_files'
Diffstat (limited to 'lib/python/Plugins/SystemPlugins')
58 files changed, 83 insertions, 36 deletions
diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am index 94be4747..d9d96bcf 100755 --- a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/Makefile.am @@ -1,3 +1,5 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_cleanupwizard.xml + +EXTRA_DIST = cleanupwizard_de.jpg cleanupwizard_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_de.jpg b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_de.jpg Binary files differnew file mode 100755 index 00000000..2f086fb8 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_en.jpg b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_en.jpg Binary files differnew file mode 100755 index 00000000..d014cb5d --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/cleanupwizard_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml index 10ccc73c..99add3d3 100755 --- a/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml +++ b/lib/python/Plugins/SystemPlugins/CleanupWizard/meta/plugin_cleanupwizard.xml @@ -10,6 +10,7 @@ <description>The CleanupWizard informs you when your internal free memory of your dreambox has droppen under 2MB. You can use this wizard to remove some extensions. </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_cleanupwizard_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -19,6 +20,7 @@ <description>Der CleanupWizard informiert Sie, wenn der interne freie Speicher Ihrer Dreambox unter 2MB fällt. Sie können dann einige Erweiterungen deinstallieren um wieder Platz zu schaffen. </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_cleanupwizard_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-cleanupwizard" /> diff --git a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/ciassignment.jpg b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/ciassignment.jpg Binary files differindex 120ac827..75771f98 100644..100755 --- a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/ciassignment.jpg +++ b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/ciassignment.jpg diff --git a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/plugin_commoninterfaceassignment.xml b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/plugin_commoninterfaceassignment.xml index bb2bf590..9abc5986 100644..100755 --- a/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/plugin_commoninterfaceassignment.xml +++ b/lib/python/Plugins/SystemPlugins/CommonInterfaceAssignment/meta/plugin_commoninterfaceassignment.xml @@ -13,7 +13,7 @@ in your Dreambox and assign to each of them dedicated providers/services or caids.\n So it is then possible to watch a scrambled service while recording another one. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/ciassignment.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_ciassignment.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -24,7 +24,7 @@ So ist es möglich mit einem CI einen Sender aufzunehmen\n und mit einem anderen einen Sender zu schauen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/ciassignment.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_ciassignment.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-commoninterfaceassignment" /> diff --git a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/Makefile.am index b619c8c6..aed728db 100755 --- a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/Makefile.am @@ -1,3 +1,5 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_crashlogautosubmit.xml + +EXTRA_DIST = crashlogautosubmit_de.jpg crashlogautosubmit_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_de.jpg b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_de.jpg Binary files differnew file mode 100755 index 00000000..04894160 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_en.jpg b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_en.jpg Binary files differnew file mode 100755 index 00000000..5e5c728b --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/crashlogautosubmit_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/plugin_crashlogautosubmit.xml b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/plugin_crashlogautosubmit.xml index 261eb497..a118ed7f 100644..100755 --- a/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/plugin_crashlogautosubmit.xml +++ b/lib/python/Plugins/SystemPlugins/CrashlogAutoSubmit/meta/plugin_crashlogautosubmit.xml @@ -10,6 +10,7 @@ <description>With the CrashlogAutoSubmit extension it is possible to automatically send crashlogs found on your Harddrive to Dream Multimedia </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_crashlogautosubmit_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -17,8 +18,9 @@ <packagename>enigma2-plugin-systemplugins-crashlogautosubmit</packagename> <shortdescription>Automatisches versenden von Crashlogs an Dream Multimedia</shortdescription> <description>Mit dem CrashlogAutoSubmit Plugin ist es möglich auf Ihrer Festplatte - gefundene Crashlogs automatisch an Dream Multimedia zu versenden. + gefundene Crashlogs automatisch an Dream Multimedia zu versenden. </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_crashlogautosubmit_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-crashlogautosubmit" /> diff --git a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/defaultservicescanner.jpg b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/defaultservicescanner.jpg Binary files differindex a0fd3b1c..f4d0a1e2 100644..100755 --- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/defaultservicescanner.jpg +++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/defaultservicescanner.jpg diff --git a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/plugin_defaultservicesscanner.xml b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/plugin_defaultservicesscanner.xml index bf0ce253..41d41ed6 100644..100755 --- a/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/plugin_defaultservicesscanner.xml +++ b/lib/python/Plugins/SystemPlugins/DefaultServicesScanner/meta/plugin_defaultservicesscanner.xml @@ -10,7 +10,7 @@ <shortdescription>Scans default lamedbs sorted by satellite with a connected dish positioner.</shortdescription> <description>With the DefaultServicesScanner extension you can scan default lamedbs sorted by satellite with a connected dish positioner. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/defaultservicescanner.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_defaultservicescanner.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -19,7 +19,7 @@ <shortdescription>Standard Sendersuche nach Satellit mit einem Rotor.</shortdescription> <description>Mit der DefaultServicesScanner Erweiterung können Sie eine standard Sendersuche nach Satellit mit einem angeschlossenen Rotor durchführen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/defaultservicescanner.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_defaultservicescanner.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-defaultservicesscanner" /> diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/Makefile.am index 8405ed7a..9b0a2ede 100755 --- a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_diseqctester.xml -EXTRA_DIST = diseqctester.jpg +EXTRA_DIST = diseqctester_de.jpg diseqctester_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester.jpg b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester.jpg Binary files differdeleted file mode 100644 index c872334c..00000000 --- a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_de.jpg b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_de.jpg Binary files differnew file mode 100755 index 00000000..5a6e1532 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_en.jpg b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_en.jpg Binary files differnew file mode 100755 index 00000000..43dad76c --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/diseqctester_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/plugin_diseqctester.xml b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/plugin_diseqctester.xml index 5415db08..33808b3e 100644..100755 --- a/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/plugin_diseqctester.xml +++ b/lib/python/Plugins/SystemPlugins/DiseqcTester/meta/plugin_diseqctester.xml @@ -10,7 +10,7 @@ <shortdescription>Test your Diseqc equipment.</shortdescription> <description>With the DiseqcTester extension you can test your satellite equipment for Diseqc compatibility and errors. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/diseqctester.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_diseqctester_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -19,7 +19,7 @@ <shortdescription>Testet Ihr Diseqc Equipment.</shortdescription> <description>Mit der DiseqcTester Erweiterung können Sie Ihr Satelliten-Equipment nach Diseqc-Kompatibilität und Fehlern überprüfen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/diseqctester.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_diseqctester_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-diseqctester" /> diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/Makefile.am index 686bded0..0633e7cf 100755 --- a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_nfiflash.xml -EXTRA_DIST = nfiflash.jpg +EXTRA_DIST = nfiflash_de.jpg nfiflash_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash.jpg b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash.jpg Binary files differdeleted file mode 100644 index 0a5fa469..00000000 --- a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_de.jpg b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_de.jpg Binary files differnew file mode 100755 index 00000000..fec93f4b --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_en.jpg b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_en.jpg Binary files differnew file mode 100755 index 00000000..32a9967b --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/nfiflash_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/plugin_nfiflash.xml b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/plugin_nfiflash.xml index 2de88f08..c81f4ca5 100644..100755 --- a/lib/python/Plugins/SystemPlugins/NFIFlash/meta/plugin_nfiflash.xml +++ b/lib/python/Plugins/SystemPlugins/NFIFlash/meta/plugin_nfiflash.xml @@ -12,7 +12,7 @@ <description>With the NFIFlash extension it is possible to prepare a USB stick with an Dreambox image.\n It is then possible to flash your Dreambox with the image on that stick. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/nfiflash.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_nfiflash_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -22,7 +22,7 @@ <description>Mit der NFIFlash Erweiterung können Sie ein Dreambox Image auf einen USB-Stick laden.\ Mit diesem USB-Stick ist es dann möglich Ihre Dreambox zu flashen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/nfiflash.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_nfiflash_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-nfiflash" /> diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile.am index 98dbe80b..e8f738c6 100755 --- a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/Makefile.am @@ -1,3 +1,5 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_networkwizard.xml + +EXTRA_DIST = networkwizard_en.jpg networkwizard_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_de.jpg b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_de.jpg Binary files differnew file mode 100755 index 00000000..3999a413 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_en.jpg b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_en.jpg Binary files differnew file mode 100755 index 00000000..0a0434a0 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/networkwizard_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml index 660bbcd2..4d3adcbd 100755 --- a/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml +++ b/lib/python/Plugins/SystemPlugins/NetworkWizard/meta/plugin_networkwizard.xml @@ -9,6 +9,7 @@ <shortdescription>Step by step network configuration</shortdescription> <description>With the NetworkWizard you can easy configure your network step by step. </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_networkwizard_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -18,6 +19,7 @@ <description>Mit dem NetzwerkWizard können Sie Ihr Netzwerk konfigurieren. Sie werden Schritt für Schritt durch die Konfiguration geleitet. </description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_networkwizard_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-networkwizard" /> diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/plugin_positionersetup.xml b/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/plugin_positionersetup.xml index d20b2e68..2cb47c07 100644..100755 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/plugin_positionersetup.xml +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/plugin_positionersetup.xml @@ -10,7 +10,7 @@ <shortdescription>PositionerSetup helps you installing a motorized dish.</shortdescription> <description>With the PositionerSetup extension it is easy to install and configure a motorized dish. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/positionersetup.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_positionersetup.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -20,7 +20,7 @@ <description>Die PositionerSetup Erweiterung unterstützt Sie beim einrichten und konfigurieren einer motorgesteuerten Satellitenantenne. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/positionersetup.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_positionersetup.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-positionersetup" /> diff --git a/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/positionersetup.jpg b/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/positionersetup.jpg Binary files differindex 63072137..7f8d8d22 100644..100755 --- a/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/positionersetup.jpg +++ b/lib/python/Plugins/SystemPlugins/PositionerSetup/meta/positionersetup.jpg diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/plugin_satelliteequipmentcontrol.xml b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/plugin_satelliteequipmentcontrol.xml index 8fa36e54..4c0c7af7 100644..100755 --- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/plugin_satelliteequipmentcontrol.xml +++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/plugin_satelliteequipmentcontrol.xml @@ -11,7 +11,7 @@ <shortdescription>SatelliteEquipmentControl allows you to fine-tune DiSEqC-settings.</shortdescription> <description>With the SatelliteEquipmentControl extension it is possible to fine-tune DiSEqC-settings. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/satcontrol.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_satcontrol.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -20,7 +20,7 @@ <shortdescription>Fein-Einstellungen für DiSEqC</shortdescription> <description>Die SatelliteEquipmentControl-Erweiterung unterstützt Sie beim Feintuning der DiSEqC Einstellungen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/satcontrol.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_satcontrol.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-satelliteequipmentcontrol" /> diff --git a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/satcontrol.jpg b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/satcontrol.jpg Binary files differindex b9596a69..703650e2 100644..100755 --- a/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/satcontrol.jpg +++ b/lib/python/Plugins/SystemPlugins/SatelliteEquipmentControl/meta/satcontrol.jpg diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/meta/plugin_satfinder.xml b/lib/python/Plugins/SystemPlugins/Satfinder/meta/plugin_satfinder.xml index aaab7e42..e9453deb 100644..100755 --- a/lib/python/Plugins/SystemPlugins/Satfinder/meta/plugin_satfinder.xml +++ b/lib/python/Plugins/SystemPlugins/Satfinder/meta/plugin_satfinder.xml @@ -8,10 +8,10 @@ <name>Satfinder</name> <packagename>enigma2-plugin-systemplugins-satfinder</packagename> <shortdescription>Satfinder helps you to align your dish.</shortdescription> - <description>The Satfinder extension helps you to align your dish.\ + <description>The Satfinder extension helps you to align your dish.\n It shows you informations about signal rate and errors. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/satfinder.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_satfinder.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -21,7 +21,7 @@ <description>Die Satfinder-Erweiterung unterstützt Sie beim Ausrichten ihrer Satellitenanlage.\n Es zeigt Ihnen Daten wie Signalstärke und Fehlerrate an. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/satfinder.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_satfinder.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-satfinder" /> diff --git a/lib/python/Plugins/SystemPlugins/Satfinder/meta/satfinder.jpg b/lib/python/Plugins/SystemPlugins/Satfinder/meta/satfinder.jpg Binary files differindex c0bba0c8..44f09811 100644..100755 --- a/lib/python/Plugins/SystemPlugins/Satfinder/meta/satfinder.jpg +++ b/lib/python/Plugins/SystemPlugins/Satfinder/meta/satfinder.jpg diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/Makefile.am index 689d97ef..d29fb002 100755 --- a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_skinselector.xml -EXTRA_DIST = skinselector.jpg +EXTRA_DIST = skinselector_de.jpg skinselector_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/plugin_skinselector.xml b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/plugin_skinselector.xml index 4ce7f1b0..717f732b 100644..100755 --- a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/plugin_skinselector.xml +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/plugin_skinselector.xml @@ -11,7 +11,7 @@ <description>The SkinSelector shows a menu with selectable skins.\n It's now easy to change the look and feel of your Dreambox. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/skinselector.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_skinselector_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -21,7 +21,7 @@ <description>Die SkinSelector Erweiterung zeigt Ihnen ein Menu mit auswählbaren Skins.\n Sie können nun einfach das Aussehen der grafischen Oberfläche Ihrer Dreambox verändern. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/skinselector.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_skinselector_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-skinselector" /> diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector.jpg b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector.jpg Binary files differdeleted file mode 100644 index 74395eaa..00000000 --- a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_de.jpg b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_de.jpg Binary files differnew file mode 100755 index 00000000..3b40708a --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_en.jpg b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_en.jpg Binary files differnew file mode 100755 index 00000000..b9f0bd3e --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SkinSelector/meta/skinselector_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am index 341938c5..05a87d5a 100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_softwaremanager.xml -EXTRA_DIST = softmanager.jpg +EXTRA_DIST = softwaremanager_en.jpg softwaremanager_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/plugin_softwaremanager.xml b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/plugin_softwaremanager.xml index fa84670e..cd425c33 100644..100755 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/plugin_softwaremanager.xml +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/plugin_softwaremanager.xml @@ -11,7 +11,7 @@ <description>The SoftwareManager manages your Dreambox software.\n It's easy to update your receiver's software, install or remove extensions or even backup and restore your system settings. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/softmanager.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_softwaremanager_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -22,7 +22,7 @@ Sie können nun einfach Ihre Dreambox-Software aktualisieren, neue Erweiterungen installieren oder entfernen, oder ihre Einstellungen sichern und wiederherstellen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/softmanager.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_softwaremanager_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> <file type="package" name="enigma2-plugin-systemplugins-softwaremanager" /> diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softmanager.jpg b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softmanager.jpg Binary files differdeleted file mode 100644 index a9d5a629..00000000 --- a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softmanager.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_de.jpg b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_de.jpg Binary files differnew file mode 100755 index 00000000..54e64196 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_en.jpg b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_en.jpg Binary files differnew file mode 100755 index 00000000..0832f0ac --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/SoftwareManager/meta/softwaremanager_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/Makefile.am index 9e248084..2e80f306 100755 --- a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_videoenhancement.xml -EXTRA_DIST = videoenhancement.jpg +EXTRA_DIST = videoenhancement_en.jpg videoenhancement_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/plugin_videoenhancement.xml b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/plugin_videoenhancement.xml index 33b222ef..208c7e0c 100755 --- a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/plugin_videoenhancement.xml +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/plugin_videoenhancement.xml @@ -1,5 +1,8 @@ <default> <prerequisites> + <hardware type="dm8000" /> + <hardware type="dm800" /> + <hardware type="dm500hd" /> <tag type="Display" /> <tag type="System" /> </prerequisites> @@ -9,15 +12,15 @@ <packagename>enigma2-plugin-systemplugins-videoenhancement</packagename> <shortdescription>VideoEnhancement provides advanced video enhancement settings.</shortdescription> <description>The VideoEnhancement extension provides advanced video enhancement settings.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videoenhancement.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videoenhancement_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> - <name>VideoEnhancement</name> + <name>Erweiterte A/V Einstellungen</name> <packagename>enigma2-plugin-systemplugins-videoenhancement</packagename> - <shortdescription>Videomode bietet erweiterte Video Konfigurationsoptionen.</shortdescription> - <description>Die Videomode-Erweiterung bietet erweiterte Video Konfigurationsoptionen.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videoenhancement.jpg" /> + <shortdescription>Erweiterte A/V Einstellungen für Ihre Dreambox.</shortdescription> + <description>Erweiterte A/V Einstellungen für Ihre Dreambox.</description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videoenhancement_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement.jpg b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement.jpg Binary files differdeleted file mode 100755 index 0e0ef6fc..00000000 --- a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_de.jpg b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_de.jpg Binary files differnew file mode 100755 index 00000000..ecf0161d --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_en.jpg b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_en.jpg Binary files differnew file mode 100755 index 00000000..a97a7a34 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/VideoEnhancement/meta/videoenhancement_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml index 75abb90e..c4609433 100644..100755 --- a/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml +++ b/lib/python/Plugins/SystemPlugins/VideoTune/meta/plugin_videotune.xml @@ -9,7 +9,7 @@ <packagename>enigma2-plugin-systemplugins-videotune</packagename> <shortdescription>VideoTune helps fine-tuning your tv display.</shortdescription> <description>The VideoTune helps fine-tuning your tv display.\nYou can control brightness and contrast of your tv.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videotune.jpg" /> </info> <info language="de"> <author>Dream Multimedia - DE</author> @@ -18,7 +18,7 @@ <shortdescription>VideoTune hilft beim fein-einstellen des Fernsehers.</shortdescription> <description>VideoTune hilf beim fein-einstellen des Fernsehers.\nSie können Kontrast und Helligkeit fein-einstellen. </description> - <screenshot src="http://www.dreamboxupdate.com/preview/videotune.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videotune.jpg" /> </info> <files type="package"> <!-- ohne versionsnummer, ohne .ipkg --> <file type="package" name="enigma2-plugin-systemplugins-videotune" /> diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am index 6c012e84..ef474435 100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/Makefile.am @@ -2,4 +2,4 @@ installdir = $(datadir)/meta/ dist_install_DATA = plugin_videomode.xml -EXTRA_DIST = videomode.jpg +EXTRA_DIST = videomode_en.jpg videomode_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml b/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml index 3891e0b1..fbb6e3f4 100644..100755 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/plugin_videomode.xml @@ -9,7 +9,7 @@ <packagename>enigma2-plugin-systemplugins-videomode</packagename> <shortdescription>Videomode provides advanced video modes.</shortdescription> <description>The Videomode extension provides advanced video modes.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videomode.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videomode_en.jpg" /> </info> <info language="de"> <author>Dream Multimedia</author> @@ -17,7 +17,7 @@ <packagename>enigma2-plugin-systemplugins-videomode</packagename> <shortdescription>Videomode bietet erweiterte Video Einstellungen.</shortdescription> <description>Die Videomode-Erweiterung bietet erweiterte Video-Einstellungen.</description> - <screenshot src="http://www.dreamboxupdate.com/preview/videomode.jpg" /> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_videomode_de.jpg" /> </info> <files type="package"> <!-- without version, without .ipk --> diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg Binary files differdeleted file mode 100644 index adb5646b..00000000 --- a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode.jpg +++ /dev/null diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg Binary files differnew file mode 100755 index 00000000..00b7ac70 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg Binary files differnew file mode 100755 index 00000000..1f4288b9 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/Videomode/meta/videomode_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am b/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am index 365372c2..2f362379 100755 --- a/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/Makefile.am @@ -1,6 +1,6 @@ installdir = $(pkglibdir)/python/Plugins/SystemPlugins/WirelessLan -#SUBDIRS = meta +SUBDIRS = meta install_PYTHON = \ __init__.py \ diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/Makefile.am new file mode 100755 index 00000000..6bc4aab0 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/Makefile.am @@ -0,0 +1,5 @@ +installdir = $(datadir)/meta/ + +dist_install_DATA = plugin_wirelesslan.xml + +EXTRA_DIST = wirelesslan_de.jpg wirelesslan_en.jpg diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml new file mode 100755 index 00000000..1f882b32 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/plugin_wirelesslan.xml @@ -0,0 +1,27 @@ +<default> + <prerequisites> + <tag type="Network" /> + <tag type="System" /> + </prerequisites> + <info language="en"> + <author>Dream Multimedia</author> + <name>WirelessLan</name> + <packagename>enigma2-plugin-systemplugins-wirelesslan</packagename> + <shortdescription>Configure your WLAN network interface</shortdescription> + <description>The WirelessLan extensions helps you configuring your WLAN network interface.</description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_wirelesslan_en.jpg" /> + </info> + <info language="de"> + <author>Dream Multimedia</author> + <name>WirelessLan</name> + <packagename>enigma2-plugin-systemplugins-wirelesslan</packagename> + <shortdescription>Konfigurieren Sie Ihr WLAN Netzwerk.</shortdescription> + <description>Die WirelessLan Erweiterung hilft Ihnen beim konfigurieren Ihres WLAN Netzwerkes..</description> + <screenshot src="http://www.dreamboxupdate.com/preview/plugin_wirelesslan_de.jpg" /> + </info> + + <files type="package"> <!-- without version, without .ipk --> + <file type="package" name="enigma2-plugin-systemplugins-wirelesslan" /> + </files> + +</default> diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_de.jpg b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_de.jpg Binary files differnew file mode 100755 index 00000000..38695418 --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_de.jpg diff --git a/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_en.jpg b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_en.jpg Binary files differnew file mode 100755 index 00000000..fe4fa97d --- /dev/null +++ b/lib/python/Plugins/SystemPlugins/WirelessLan/meta/wirelesslan_en.jpg |
