blob: dc86d8a2b74961e27263cd19dc394e0651ec9e8e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?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>
<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>
<platform>all</platform>
</extension>
</addon>
|