Advertisement
Guest User

Launcher

a guest
Dec 27th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <addon id="plugin.program.advanced.launcher" name="Advanced Launcher" version="2.2.0" provider-name="Angelscry">
  3. <requires>
  4. <import addon="xbmc.python" version="2.1"/>
  5. <import addon="script.module.simplejson" version="2.0.9"/>
  6. </requires>
  7. <extension point="xbmc.python.pluginsource" library="addon.py">
  8. <provides>executable</provides>
  9. </extension>
  10. <extension point="xbmc.addon.metadata">
  11. <platform>all</platform>
  12. <disclaimer>For XBMC Frodo / Eden / Dharma</disclaimer>
  13. <summary lang="de">Beliebige Anwendungen aus XBMC starten.</summary>
  14. <summary lang="en">Start any applications from XBMC.</summary>
  15. <summary lang="fr">Lancer n'importer quelle application depuis XBMC.</summary>
  16. <summary lang="fi">Käynnistää sovelluksia XBMC:stä</summary>
  17. <description lang="de">Advanced Launcher erlaubt das Starten beliebiger Linux, Windows und OS X Anwendungen (mit oder ohne Kommandozeile) direkt aus der XBMC Oberfläche. Advanced Launcher erlaubt weiterhin das Editieren, Herunterladen und Verwalten der Metadaten (Informationen und Bilder) für diese Anwendungen aus dem Internet.</description>
  18. <description lang="en">Advanced Launcher allows you to start any Linux, Windows and OS X applications (with command line support or not) directly from the XBMC GUI. Advanced Launcher also give you the possibility to edit, download (from Internet resources) and manage all the meta-data (informations and images) related to these applications.</description>
  19. <description lang="fr">Advanced Launcher permet de lancer toutes les applications Linux, Windows and OS X (avec support des lignes de commandes ou non) directement depuis l'interface d'XBMC. Advanced Launcher offre également la possibilité de modifier, télécharger (depuis les ressoures web) et de gérer toues les meta-donées (informations et images) relatives à ces applications.</description>
  20. <description lang="fi">Advanced Launcherilla voit käynnistää XBMC:n käyttöliittymästä mitä tahansa sovelluksia. Käynnistettävistä sovelluksista voi hakea tietoja ja kuvia Internet-tietokannoista.</description>
  21. </extension>
  22. </addon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement