aboutsummaryrefslogtreecommitdiff
path: root/addons/screensaver.xbmc.builtin.slideshow/addon.xml
blob: c040284ada753f06d5046659a3698d803daa4075 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="screensaver.xbmc.builtin.slideshow"
       name="Slideshow"
       version="1.0.0"
       provider-name="Team XBMC">
  <extension point="xbmc.ui.screensaver" library=""/>
  <extension point="xbmc.addon.metadata">
    <summary>Screensaver that displays a image slideshow</summary>
    <summary lang="hu">Képernyővédő ami diavetítést csinál</summary>
    <summary lang="zh">幻灯片屏幕保护程序</summary>
    <description>The Slideshow screensaver will show you a slide show of images using various transition effects. It can be configured to show your libraries music or video fanart, or a custom folder of images</description>
    <description lang="hu">A Slideshow képernyővédő diavetítés-szerűen képeket mutat egymás után különböző váltási effektussal. Beállítható úgy hogy a médiatárból mutasson zenei, vagy film fanart képeket, vagy egy egyedi mappából mutassa azokat.</description>
    <description lang="zh">幻灯片屏保将使用各种过渡效果以幻灯片形式显示您的图片。你可以设置它显示音乐或视频资料库同人画,或某个文件夹中的图片。</description>
    <platform>all</platform>
  </extension>
</addon>