Advertisement
Guest User

addon.xml

a guest
Feb 9th, 2012
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <addon
  3. id="script.artwork.downloader"
  4. name="Artwork Downloader"
  5. version="1.0.7"
  6. provider-name="paddycarey, putneyj, Martijn"
  7. >
  8. <requires>
  9. <import addon="xbmc.python" version="2.0"/>
  10. <import addon="script.module.elementtree" version="1.2.7"/>
  11. <import addon="script.module.simplejson" version="2.0.10" optional="true"/>
  12. <import addon="script.common.plugin.cache" version="0.9.1"/>
  13. </requires>
  14. <extension point="xbmc.python.script" library="default.py">
  15. <provides>executable</provides>
  16. </extension>
  17. <extension point="xbmc.service" library="service.py" start="login"/>
  18. <extension point="xbmc.addon.metadata">
  19. <summary lang="en">Downloads Artwork for TV shows, Movies and Musicvideos in your library</summary>
  20. <summary lang="nl">Download Artwork voor TV series, Films en Muziekvideos in jouw bibliotheek</summary>
  21. <summary lang="pl">Pobiera grafiki dla Seriali TV, Filmów i Teledysków z twojej biblioteki</summary>
  22. <summary lang="de">Lade Artworks für Filme, Serien und Musikvideos deiner Bibliothek herunter</summary>
  23. <summary lang="el">Κατεβάζει Εικόνες για τις Τηλεοπτικές Σειρές, τις Ταινίες και τα Μουσικά Βίντεο Κλιπ της συλλογής σας</summary>
  24. <description lang="en">
  25. Downloads all available artwork for TV shows, Movies and Musicvideos in your library. Check the options for supported artwork[CR]
  26. Artwork sources:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
  27. Remark:[CR]Check your skin to see what type of artwork is supported![CR]Each TV Show/Movie must have its own folder![CR]
  28. Skin integration:[CR]See readme file
  29. </description>
  30. <description lang="nl">
  31. Download alle beschikbare artwork voor TV series, Films en Muziekvideos in jouw bibliotheek. Bekijk de opties voor ondersteunde artwork[CR]
  32. Artwork bronnen:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
  33. Opmerking:[CR]Controleer jouw skin om te bepalen welke artwork deze ondersteund![CR]Elke TV serie/Film moet zich in zijn eigen folder bevinden![CR]
  34. Skin integratie:[CR]Kijk in de readme bestand
  35. </description>
  36. <description lang="pl">
  37. Pobiera wszystkie dostępne grafiki dla Seriali TV, Filmów i Teledysków z twojej biblioteki. Sprawdź w opcjach obsługiwane rodzaje grafik.[CR]
  38. Źródła grafik:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
  39. Uwaga:[CR]Sprawdź w dokumentacji używanej skóry, jakie grafiki obsługuje![CR]Każdy Serial TV / Film musi być w osobnym folderze![CR]
  40. Integracja ze skórami:[CR]Zobacz plik readme
  41. </description>
  42. <description lang="de">
  43. Lädt alle verfügbaren Artworks für Serien, Filme und Musikvideos deiner Bibliothek herunter. Prüfe die Optionen für verfügbare Artwork-Arten.[CR]
  44. Artwork-Quellen:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
  45. Hinweis:[CR]Prüfe die Infos deines Skins um zu sehen welche Artwork-Arten er unterstützt![CR]Jede Serie/jeder Film muss in einem eigenem Ordner liegen![CR]
  46. Skin-Integration:[CR]Siehe readme-Datei
  47. </description>
  48. <description lang="el">
  49. Κατεβάζει όλες τις διαθέσιμες εικόνες για τις Τηλεοπτικές Σειρές, τις Ταινίες και τα Μουσικά Βίντεο Κλιπ της συλλογής σας. Ελέγξτε τις επιλογές για υποστηριζόμενες εικόνες[CR]
  50. Πηγές Εικόνων:[CR]www.fanart.tv[CR]www.thetvdb.com[CR]www.themoviedb.org[CR]
  51. Σημείωση:[CR]Ελέγξτε το κέλυφός σας για να δείτε τι είδους εικόνες υποστηρίζει![CR]Κάθε Τηλεοπτική Σειρά/Ταινία πρέπει να έχει το δικό της φάκελο![CR]
  52. Ενσωμάτωση στο κέλυφος:[CR]Δείτε το αρχείο readme
  53. </description>
  54. <disclaimer lang="en">For bugs, requests or general questions visit the Artwork Downloader thread on the XBMC forum.</disclaimer>
  55. <disclaimer lang="nl">Voor fouten, verzoeken of algemene vragen kan je terecht op Artwork Downloader thread op het XBMC forum.</disclaimer>
  56. <disclaimer lang="pl">By zgłosić błąd, prośbę lub zadać pytanie odwiedź wątek poświęcony Artwork Downladerowi na forum XBMC.</disclaimer>
  57. <disclaimer lang="de">Für Fehler, Vorschläge oder alggemeine Fragen, besuche das Artwork Downloader-Thema im XBMC-Forum (englisch).</disclaimer>
  58. <disclaimer lang="el">Για προβλήματα, αιτήματα ή γενικές ερωτήσεις επισκεφθείτε το θέμα του Artwork Downloader στο forum του XBMC.</disclaimer>
  59. <platform>all</platform>
  60. </extension>
  61. </addon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement