<?xml version="1.0" encoding="UTF-8"?>
<addon
  id="script.games.rom.collection.browser"
  version="0.9.9"
  name="Rom Collection Browser"
  provider-name="carabalb, jimyx17, malte">
  <requires>
    <import addon="xbmc.python" version="1.0"/>
    <import addon="script.module.elementtree" version="1.2.7"/>
  </requires>
  <extension point="xbmc.python.script" library="default.py"></extension>
  <extension point="xbmc.addon.metadata">
    <summary>Browse and launch games in XBMC</summary>
    <summary  lang="hu">Konzol játék ROM-ok böngészése</summary>
    <description>With this Addon you can browse and launch emulator roms and standalone games in XBMC. See the wiki page for more information: http://code.google.com/p/romcollectionbrowser/wiki/Welcome.

Import games:
  * scan your rom folders and import games to local database
  * scrape artwork and meta data from various online sources
  * import local available descriptions, artwork and videos
  * mix results from all scrapers
  * supports background scraping at XBMC startup
  * three scraping modes: accurate, guess matches, select matches
  * configurable description file parser
Browse games:
  * browse games by console, genre, year and publisher
  * mark games as favorites
  * search games by name
  * automatic video playback in video window
  * fullscreen video browser
  * game details page
  * dedicated MAME views to display cabinets and marquees
Launch games:
  * launch roms and standalone games in solo or non-solo mode
  * detect games in zip and 7z archives and ask user which game to load
  * direct launching of savestate files
</description>

    <description lang="hu">Jelenlegi funkciók:
  * játékok szűrése konzoltípus, műfaj, év és kiadó alapján
  * rom-ok indítása külső emulátorral
  * a program beállítása egy xml fájl segítségével
  * egyszerű de testreszabható leírófájl-feldolgozó
  * játékonként különböző képek és videók megjelenítése
  * játéktartalom és kiegészítő információk megjelenítése
</description>
        <license>GPL 2.0</license>
        <platform>all</platform>        
  </extension>
</addon>
