<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is plugin.games.xbmame.
#
# The Initial Developer of the Original Code is Olivier LODY aka Akira76.
# Portions created by the XBMC team are Copyright (C) 2003-2010 XBMC.
# All Rights Reserved.
-->

<addon id="script.games.xbmame" name="MAME Frontend" version="2.0.3" provider-name="Akira76">
    <requires>
        <import addon="xbmc.python" version="1.0"/>
        <import addon="script.module.pysqlite" version="2.5.6"/>
    </requires>
    <extension point="xbmc.python.script" library="xbmame.py" />
    <extension point="xbmc.addon.metadata">
        <platform>all</platform>
        <summary lang="en">Allows to use XBMC as a frontend to mame</summary>
        <summary lang="fr">Permet d'utiliser XBMC comme frontend pour M.A.M.E.</summary>
        <description lang="en">XBMC MAME Frontend (XBMame) :
        - Supports listing by Year, Bios, Manufacturer, Name, etc.
        - Supports romset filtering on certain criteria.
        - Supports BIOS selection for some drivers.
        - Supports Video and Dipswitch settings from XBMC.
        - Includes a basic name search engine.

Support for OSX and Linux is work in progress.
Please send comments and requests to xbmame@otaku-realm.net
        </description>
		<description lang="fr">XBMC MAME Frontend (XBMame) :
        - Tri par Année, Bios, Fabricant, Nom, etc.
        - Filtrage des romsets selon certains critères.
        - Choix du BIOS pour certains pilotes.
        - Paramétrage de la vidéo et des commutateurs depuis XBMC.
        - Inclut un moteur de recherche basique de nom.

Support pour OSX et Linux en cours de réalisation.
Merci d'envoyer vos commentaires et demandes à xbmame@otaku-realm.net
        </description>
    </extension>
</addon>
