|
|
(67 dazwischenliegende Versionen von 26 Benutzern werden nicht angezeigt) |
Zeile 2: |
Zeile 2: |
| '''Autor:''' Sascha Volkenandt | | '''Autor:''' Sascha Volkenandt |
| | | |
− | Dieses Plugin wurde erstellt, um das Aussehen des On-Screen-Display von VDR mittels XML-Skin-Dateien zu verändern, welche über ''Einstellungen -> OSD'' zur Verfügung stehen. | + | Dieses Plugin lädt xml-basierte Text-Skins zur Anpassung des On-Screen-Display (OSD) des VDR. |
− | Es ist möglich, mehrere Skins zu laden und bei laufendem VDR auszuwählen. Alle Skins können themeable erstellt werden (die Farbvarianten können geändert werden) und können Sprachübersetzungen enthalten.
| + | Die Skins können zur Laufzeit des VDR per Menü ausgewählt werden. Alle Skins können mit Farbvarianten (Theme) erstellt werden. |
| + | |
| + | ===Status=== |
| + | Letztes Update 11/2011 |
| | | |
| ==Bilder== | | ==Bilder== |
− | Ab der Entwicklerversion VDR 1.3.7 unterstützt VDR auch Skins, die eine Gestaltung des OSD erlauben. Es gibt zur Zeit zwei Arten von Skins, die vom verfügbaren Speicher des OSDs abhängig sind. DVB-full-featured-Karten können Skins mit einer max. Größe von 90 kB darstellen. [[SpeicherMod|Auf 4 MB erweiterte DVB-FF-Karten]], Budget-Karten mit Softdevice und die PVR350 können dagegen auch 1-MB-Skins darstellen.
| + | Je nach Ausgabe-Plugin und -device werden unterschiedliche Speichergrößen bei den Skins benutzt werden: |
| + | * DVB Full-Featured SD Karten können Skins mit einer max. Größe von 90 kB darstellen |
| + | * DVB Full-Featured SD Karten mit [[FF-Karten Speichererweiterung|4 MB OSD RAM]], normale Ausgabe-Plugins und die PVR350 können dagegen auch 1-MB-Skins darstellen. |
| | | |
− | 90-kB-Skins sind aufwärtskompatibel, das soll heißen sie funktionieren auch mit auf [[SpeicherMod|4 MB erweiterten DVB-FF-Karten]].
| + | Einige Skins (256) sind auch für DVB Full-Featured SD Karten nutzbar. |
| | | |
− | Einige Skins (256) sind wiederum abwärtskompatibel, die README des Skins weiß meistens mehr!
| + | ;Hochauflösend |
| + | <gallery> |
| + | PearlHD_Screenshot.png|[[PearlHD]] |
| + | </gallery> |
| | | |
− | ===Für Skin-Entwickler===
| + | ;256 / 1 MB |
− | Für alle die sich berufen fühlen einen neuen Skin zu entwickeln, oder einen bestehenden an eigene Vorstellungen anzupassen, gibt es eine Dokumentation im text2skin-Paket und hier | + | <gallery> |
| + | skin-256-lightblue-0.jpg|lightblue256 |
| + | skin-256-enigma-1.jpg|enigma |
| + | </gallery> |
| + | |
| + | ;16 / 90 kB |
| + | <gallery> |
| + | skin-16-deepblue-0.jpg|deepblue |
| + | skin-16-lightblue-0.jpg|lightblue16 |
| + | skin-16-enelchi-0.jpg|enelchi |
| + | skin-256-enigma-1.jpg|enigma (mit reduzierter OSD-Größe, max. ca. 460 Pixel Höhe) |
| + | skin-16-motz.jpg|Motz |
| + | Skin-16-silvergreen.jpg|SilverGreen |
| + | </gallery> |
| + | |
| + | ==Für Skin-Entwickler== |
| + | Für Entwickler von Text2Skin Skins gibt es eine Dokumentation im text2skin-Paket und weiterhin |
| * [[Text2skin-Skin erstellen]] | | * [[Text2skin-Skin erstellen]] |
| * [[Text2skin-Skin Referenz]] | | * [[Text2skin-Skin Referenz]] |
− |
| |
− | Nach getaner Arbeit sollte man über eine Veröffentlichung auf [http://www.vdrskins.org/vdrskins www.vdrskins.org] nachdenken.
| |
− |
| |
− | ===256 / 1 MB===
| |
− | {|
| |
− | |[[Bild:skin-256-lightblue-0.jpg|thumb|none|''lightblue256'']]
| |
− | |[[Bild:skin-256-enigma-0.jpg|thumb|none|''enigma'']]
| |
− | |}
| |
− |
| |
− | ===16 / 90 kB===
| |
− | {|
| |
− | |[[Bild:skin-16-deepblue-0.jpg|thumb|none|''deepblue'']]
| |
− | |[[Bild:skin-16-lightblue-0.jpg|thumb|none|''lightblue16'']]
| |
− | |[[Bild:skin-16-enelchi-0.jpg|thumb|none|''enelchi'']]
| |
− | |}
| |
− |
| |
− | ==Hardware-Anforderungen==
| |
− | Das Plugin selbst hat keine besonderen Hardware-Anforderungen, jedoch gibt es zwei Arten von Skins:
| |
− |
| |
− | * "90kb" Standard-OSD
| |
− | * "1mb" OSD für gemoddete full-featured-Karten (siehe [[SpeicherMod]])
| |
− |
| |
− | Wenn ein Skin mit zu vielen Farben auf einer nicht umgebauten
| |
− | DVB-Karte verwendet wird, kann das Skin entweder gar nicht
| |
− | oder nur mit massiven Fehlern dargestellt werden –
| |
− | bei kleinem Skin auf großem OSD natürlich problemlos.
| |
| | | |
| ==Software-Anforderungen== | | ==Software-Anforderungen== |
− | * ImageMagick >= libpng >= pkgconfig | + | * ImageMagick |
− | * imlib2 | + | * libpng |
− | Letzteres kann im Makefile des Plugins auskommentiert werden, laut README macht es keinen Sinn beide Bibliotheken gleichzeitig zu nutzen.
| + | * pkgconfig |
| + | * imlib2 (optional) |
| * freetype | | * freetype |
− |
| |
− | ==Installation==
| |
− | ===Source===
| |
− | <pre>
| |
− | cd $SOURCEDIR
| |
− | tar jxvf libpng-<VERSION>.tar.bz2
| |
− | cd libpng-<VERSION>
| |
− | make prefix=/usr/local -f scripts/makefile.linux
| |
− | make install -f scripts/makefile.linux
| |
− | ldconfig
| |
− | cd -
| |
− |
| |
− | tar jxvf ImageMagick-<VERSION>.tar.bz2
| |
− | cd ImageMagick-<VERSION>
| |
− | ./configure --prefix=/usr/local \
| |
− | --without-dps \
| |
− | --without-fpx \
| |
− | --without-gslib \
| |
− | --without-jbig \
| |
− | --without-jp2 \
| |
− | --without-lcms \
| |
− | --without-tiff \
| |
− | --without-xml \
| |
− | --without-x
| |
− | make
| |
− | make install
| |
− | ldconfig
| |
− |
| |
− | cd -
| |
− | tar zxvf freetype-<VERSION>.tar.gz
| |
− | cd freetype-<VERSION>
| |
− | ./configure --prefix=/usr/local
| |
− | make
| |
− | make install
| |
− | ldconfig
| |
− |
| |
− | cd -
| |
− | tar xvzf expat-<VERSION>.tar.gz
| |
− | cd expat-<VERSION>
| |
− | ./configure --prefix=/usr/local
| |
− | make
| |
− | make install
| |
− | ldconfig
| |
− | </pre>
| |
− |
| |
− | Falls eine mit 4 MByte ausgerüstete full-featured-DVB-Karte mit VDR <= 1.3.16 zum Einsatz kommt, muss VDR noch gepatcht und neu kompiliert werden:
| |
− | in '''$SOURCEDIR/VDR/dvbosd.c''' ändern:
| |
− |
| |
− | <pre>
| |
− | #define MAXOSDMEMORY 1000000
| |
− | </pre>
| |
− |
| |
− | anschließend im VDR Source-Verzeichnis
| |
− |
| |
− | <pre>
| |
− | make clean
| |
− | make
| |
− | </pre>
| |
− |
| |
− | Ab VDR-1.3.17 ist das nicht mehr nötig.
| |
− |
| |
− | ===[[Arch-Linux]]===
| |
− | pacman -S imagemagick
| |
− |
| |
− | ===[[Crux]]===
| |
− | prt-get depinst imagemagick
| |
− |
| |
− | ===[[Debian]]===
| |
− | apt-get install libmagick++9-dev
| |
− |
| |
− | ===[[Gentoo]]===
| |
− | emerge imagemagick
| |
− |
| |
− | ===[[SuSE]]===
| |
− | yast -i ImageMagick-devel ImageMagick-Magick++
| |
− |
| |
− | ==Optionen==
| |
− | {| border=1 cellpadding=2 cellspacing=0
| |
− | |-
| |
− | | bgcolor=#efefef | HAVE_IMAGEMAGICK=1
| |
− | |
| |
− | |-
| |
− | | bgcolor=#efefef | HAVE_IMLIB2=1
| |
− | |
| |
− | |-
| |
− | | bgcolor=#efefef | HAVE_FREETYPE=1
| |
− | | comment this out if you don't want to use FreeType font rendering
| |
− | |}
| |
− |
| |
− | <!-- ==Patches== -->
| |
| | | |
| ==Konfiguration== | | ==Konfiguration== |
− | Die Skins sind einfach in das Konfigurationsverzeichnis der Plugins zu entpacken. | + | Die Skins sind einfach in das Konfigurationsverzeichnis der Plugins zu entpacken. Bei einigen DIstributionen liegen diese Skins auch in /usr/share/vdr/text2skin. |
| | | |
| mkdir -p [[Struktur|$VDRCONFIG]]/plugins/text2skin | | mkdir -p [[Struktur|$VDRCONFIG]]/plugins/text2skin |
| tar xvzf /wo/auch/immer/demo.tgz -C [[Struktur|$VDRCONFIG]]/plugins/text2skin | | tar xvzf /wo/auch/immer/demo.tgz -C [[Struktur|$VDRCONFIG]]/plugins/text2skin |
| | | |
− | Hinweis: Die Version des Skins muss zur Version von Text2skin passen, ab Version 1.0.x werden nur noch Skins im 1.0-Format unterstützt.
| + | ==Probleme und Wünsche== |
| + | # {{bug tracker mantisbt}} |
| + | # [http://projects.vdr-developer.org/projects/plg-text2skin/issues/new Ticket-System] |
| | | |
− | <!-- ==Einstellungen== -->
| + | ===Snapshot=== |
− | <!-- ==Parameter== -->
| + | git clone git://projects.vdr-developer.org/vdr-plugin-text2skin.git |
− | <!-- ==Bedienung== -->
| + | |
− | <!-- ==[[SVDRP]] Befehle== -->
| + | |
| | | |
− | ==Probleme== | + | ==Aktuelle Version== |
− | * Nutzung von Imlib2 kann zu Abstürzen führen, wenn gleichzeitig das [[graphtft-plugin]] zum Einsatz kommt.
| + | [http://projects.vdr-developer.org/attachments/download/783/vdr-text2skin-1.3.2.tgz Version 1.3.2] |
− | * vdr <= 1.3.17: bitte Version 0.0.8.1 verwenden (bugfix), ab vdr-1.3.18: cvs oder Version 1.0.x
| + | |
− | * OSD merklich langsamer
| + | |
| | | |
− | ==Tipps==
| + | [http://www.vdr-portal.de/board17-developer/board97-vdr-core/p1284571-produktive-problem-und-pluginl%C3%B6sungen-f%C3%BCr-vdr-2-3-2-und-h%C3%B6her/#post1284571 Patch für VDR 2.3.2] |
− | ===fehlende Schnittmarken 1.3.38+===
| + | |
− | 1.3.38+ Wenn die Schnittmarken beim Enigmaskin fehlen, diese Version verwenden
| + | |
| | | |
− | http://brougs78.vdr-developer.org/tmp/vdr-text2skin-1.1-cvs_ext-0.8.tgz
| + | ==Anpassung an 2.1.x== |
| | | |
− | <!-- ==Wunschliste== --> | + | <pre> |
| + | vdr3 text2skin-140929 # diff -u render.c.org render.c |
| + | --- render.c.org 2014-09-29 21:02:50.000000000 +0200 |
| + | +++ render.c 2015-02-07 11:53:41.702665891 +0100 |
| + | @@ -837,7 +837,7 @@ |
| + | switch (Token.Type) { |
| + | case tFreeDiskSpace: { |
| + | int FreeMB; |
| + | - VideoDiskSpace(&FreeMB); |
| + | + cVideoDirectory::VideoDiskSpace(&FreeMB); |
| + | Dprintf("FreeMB: %d, attrib type is %d\n", FreeMB,Token.Attrib.Type); |
| + | return Token.Attrib.Type == aString && Token.Attrib.Text.length() > 0 |
| + | ? (cxType)DurationType(FreeMB * 60 / MB_PER_MINUTE, |
| + | @@ -847,13 +847,13 @@ |
| | | |
− | ==Snapshot==
| + | case tUsedDiskSpace: { |
− | cvs -d:pserver:anoncvs@text2skin.vdr-developer.org:/var/cvsroot login
| + | int FreeMB, UsedMB; |
− | cvs -d:pserver:anoncvs@text2skin.vdr-developer.org:/var/cvsroot co text2skin
| + | - VideoDiskSpace(&FreeMB, &UsedMB); |
| + | + cVideoDirectory::VideoDiskSpace(&FreeMB, &UsedMB); |
| + | return (cxType)UsedMB; |
| + | } |
| + | |
| + | case tTotalDiskSpace: { |
| + | int FreeMB, UsedMB; |
| + | - VideoDiskSpace(&FreeMB, &UsedMB); |
| + | + cVideoDirectory::VideoDiskSpace(&FreeMB, &UsedMB); |
| + | return (cxType)FreeMB+UsedMB; |
| + | } |
| + | </pre> |
| | | |
| ==Links== | | ==Links== |
− | # [http://www.imagemagick.org ImageMagick] | + | # [http://projects.vdr-developer.org/projects/show/plg-text2skin Homepage] |
− | # [http://enlightenment.org Imlib2]
| + | # [[Skins]] |
− | # [http://www.freetype.org Freetype]
| + | |
− | # [http://expat.sourceforge.net Expat] | + | |
− | # [http://www.libpng.org/pub/png/libpng.html Libpng]
| + | |
− | # [http://www.magoa.net/linux Homepage des Plugins]
| + | |
− | # [http://www.vdrskins.org/vdrskins Skin-Galerie mit Upload-Möglichkeit]
| + | |
| # [http://vdr.bluox.org/download/Logos Hqlogos (FR)] | | # [http://vdr.bluox.org/download/Logos Hqlogos (FR)] |
− | # [http://www.vdr-portal.de/board/thread.php?threadid=41815 Tool mit dem die Logos bequem verlinkt werden können]
| |
− |
| |
− | ===Skins >= 1.0===
| |
− | Bitte nur noch ''aktuelle'' Skins verlinken (text2skin-plugin '''>= 1.0'''), will heißen Skins inc
| |
− |
| |
− | <?xml version="1.0"?>
| |
− | AND
| |
− | <display id="audioTracks">
| |
− |
| |
− | # [http://vdr.pfroen.de Deepblue]
| |
− | # [http://www.egal-vdr.de/skins Egalstry]
| |
− | # [http://www.saunalahti.fi/~rahrenbe/vdr/soppalusikka/files Enelchi]
| |
− | # [http://brougs78.vdr-developer.org Enigma]
| |
− | # [http://skins.vdr-developer.org Izegrey]
| |
− | # [http://home.arcor.de/bjoern.sturzrehm/vdr/overview.html Silvergreen]
| |
− | # [http://skins.vdr-developer.org Lightblue]
| |
| | | |
| [[Kategorie:Plugins]] | | [[Kategorie:Plugins]] |
| + | [[Kategorie:Skin-Plugins]] |
| + | [[Kategorie:XML-Skins]] |
| {{i18n|text2skin-plugin}} | | {{i18n|text2skin-plugin}} |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <div style="display:none">
| |
− | [We are delicate. We do not delete your content.]
| |
− | [l_sp1]
| |
− |
| |
− | [http://ringtonemaker.blogs.eurosport.com/ ringtone maker]
| |
− | [http://verizonringtone.forumco.com/ verizon ringtone]
| |
− | [http://uscellularringtone.forumco.com US Cellular Ringtone]
| |
− | [http://blog.investing.com/bcbgshoes/ bcbg shoes]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=waterfordcrystal waterford crystal]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=swarovskicrystal swarovski crystal bead]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=mesotheliomalawsuits mesothelioma lawsuits]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=mesotheliomasymptoms mesothelioma symptoms]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=mesotheliomadiag mesothelioma diagnosis]
| |
− | [http://www.missoula.com/blog/sexypromdresses/ Sexy Prom Dresses]
| |
− | [http://www.justachat.com/blog/?w=naturalizershoes Naturalizer Shoes]
| |
− | [http://www.toutelapoesie.com/blog/aerobed/ Aero Bed]
| |
− | [http://www.totalvideogames.com/blog/freesprintringtones/ Free Sprint Ringtones]
| |
− | [http://www.totalvideogames.com/blog/freeverizonringtones/ Free Verizon Ringtones]
| |
− | [http://www.totalvideogames.com/blog/freenextelringtones/ free nextel ringtones]
| |
− | [http://www.totalvideogames.com/blog/sexypromdresses/ sexy prom dress]
| |
− | [http://www.totalvideogames.com/blog/formalpromdresses/ Formal Prom Dresses]
| |
− | [http://www.totalvideogames.com/blog/cheappromdresses/ cheap prom dresses]
| |
− | [http://www.totalvideogames.com/blog/plussizepromdress/ Plus Size Prom Dresses]
| |
− | [http://www.totalvideogames.com/blog/tiffanypromdresses/ tiffany prom dresses]
| |
− | [http://www.totalvideogames.com/blog/strippoker/ erotic games strip poker]
| |
− | [http://www.totalvideogames.com/blog/pokemoncardgame/ pokemon trading card game rom]
| |
− | [http://www.totalvideogames.com/blog/hoylecardgames/ hoyle card games]
| |
− | [http://www.totalvideogames.com/blog/teenbra/ teen bra]
| |
− | [http://www.totalvideogames.com/blog/brateencleavage/ Bra Teen Cleavage]
| |
− | [http://www.totalvideogames.com/blog/microbiniki/ Micro Bikini]
| |
− | [http://www.totalvideogames.com/blog/teensbra/ Teens Bra]
| |
− | [http://www.totalvideogames.com/blog/sexybras/ sexy bras]
| |
− | [http://www.totalvideogames.com/blog/bulmabra/ bulma bra]
| |
− | [http://www.totalvideogames.com/blog/sheerbra/ sheer bra]
| |
− | [http://www.totalvideogames.com/blog/autoloancalculator/ auto loan calculator]
| |
− | [http://www.totalvideogames.com/blog/loanconsolidation/ Federal Student Loan Consolidation]
| |
− | [http://www.totalvideogames.com/blog/privatestudentloan/ private student loan consolidation]
| |
− | [http://www.totalvideogames.com/blog/acsstudentloans/ acs student loans]
| |
− | [http://www.totalvideogames.com/blog/countrywidehomeloans/ countrywide home loans]
| |
− | [http://www.totalvideogames.com/blog/refinancehomeloan/ refinance home loan st louis]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=wacoalbras wacoal bras]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=teenbra teen bra]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=unsecuredloan unsecured signature loan]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=homeloans Countrywide Home Loans]
| |
− | [http://blog.moddingplanet.it/?w=formalpromdresses Formal Prom Dresses]
| |
− | [http://blog.moddingplanet.it/?w=sexypromdress Sexy Prom Dress]
| |
− | [http://blog.moddingplanet.it/?w=cocktaildresses cocktail dresses]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=telmobile TMobile]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=watersoftener water softener]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=tanklesswaterheater tankless water heater]
| |
− | [http://www.totalvideogames.com/blog/oscardresses/ oscar dresses]
| |
− | [http://www.totalvideogames.com/blog/motherbridedress/ mother of the bride dresses]
| |
− | [http://www.totalvideogames.com/blog/bridesmaiddresses/ bridesmaid dresses]
| |
− | [http://www.totalvideogames.com/blog/cocktaildresses/ cocktail dresses]
| |
− | [http://www.totalvideogames.com/blog/formaldresses/ formal dresses]
| |
− | [http://www.totalvideogames.com/blog/easterdresses/ easter dresses]
| |
− | [http://www.totalvideogames.com/blog/eveningdresses/ evening dresses]
| |
− | [http://www.totalvideogames.com/blog/eveninggowns/ evening gowns]
| |
− | [http://www.totalvideogames.com/blog/ballgowns/ ball gowns]
| |
− | [http://www.totalvideogames.com/blog/formalgowns/ formal gowns]
| |
− | [http://www.totalvideogames.com/blog/plussizewedding/ plus size wedding gowns]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=rockportshoes rockport shoes]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=osmosiswaterfilter reverse osmosis water filter]
| |
− | [http://www.buddyprofile.com/viewprofile.php?username=merrellshoes merrell shoes]
| |
− | [http://www.totalvideogames.com/blog/casinoroyale/ casino royale]
| |
− | [http://www.totalvideogames.com/blog/throatpokers/ throat pokers]
| |
− | [http://www.totalvideogames.com/blog/freestrippoker/ free strip poker]
| |
− | [http://www.totalvideogames.com/blog/crazygameofpoker/ crazy game of poker]
| |
− | [http://www.totalvideogames.com/blog/pokerchips/ poker chips]
| |
− | [http://www.totalvideogames.com/blog/texasholdempoker/ texas holdem poker game]
| |
− | [http://www.totalvideogames.com/blog/onlinepokeraide/ online poker aide]
| |
− | [http://www.totalvideogames.com/blog/onlinepokerassistant/ online poker assistant]
| |
− | [http://www.totalvideogames.com/blog/casinodirectory/ casino directory gambling online]
| |
− | [http://www.totalvideogames.com/blog/onlinepaigowpoker/ online pai gow poker]
| |
− | [http://www.totalvideogames.com/blog/hooterscasino/ hooters casino]
| |
− | [http://www.totalvideogames.com/blog/atlanticcitycasino/ atlantic city casinos]
| |
− | [http://www.totalvideogames.com/blog/buyativanonline/ buy ativan online]
| |
− | [http://www.totalvideogames.com/blog/buyoxycontinonline/ buy oxycontin online]
| |
− | [http://www.totalvideogames.com/blog/buyalprazolamonline/ buy alprazolam online]
| |
− | [http://www.totalvideogames.com/blog/buyalprazolam/ buy alprazolam]
| |
− | [http://www.totalvideogames.com/blog/cialisnoprescription/ cialis no prescription]
| |
− | [http://www.totalvideogames.com/blog/xanaxxr/ xanax xr]
| |
− | [http://www.totalvideogames.com/blog/ultramer/ ultram er]
| |
− | [http://www.totalvideogames.com/blog/buyultramonline/ buy ultram online]
| |
− | [http://www.totalvideogames.com/blog/genericfioricet/ generic fioricet]
| |
− | [http://www.totalvideogames.com/blog/buyfioricetonline/ buy fioricet online]
| |
− | [http://www.totalvideogames.com/blog/phentermine375mg/ phentermine 37 5mg]
| |
− | [http://www.totalvideogames.com/blog/bontrilsr/ bontril sr]
| |
− | [http://www.totalvideogames.com/blog/cheapbontril/ cheap bontril]
| |
− | [http://www.totalvideogames.com/blog/ambiencr/ ambien cr]
| |
− | [http://www.totalvideogames.com/blog/buydidrexonline/ buy didrex online]
| |
− | [http://www.totalvideogames.com/blog/adipex/ adipex without a prescription]
| |
− | [http://www.totalvideogames.com/blog/buytamiflu/ buy tamiflu]
| |
− | [http://www.totalvideogames.com/blog/buyclonazepam/ buy clonazepam]
| |
− | [http://www.totalvideogames.com/blog/purchasetramadol/ purchase tramadol without a prescription]
| |
− | [http://www.totalvideogames.com/blog/buyacyclovir/ buy acyclovir]
| |
− | [http://www.totalvideogames.com/blog/buycodeine/ buy codeine]
| |
− | [http://www.totalvideogames.com/blog/privatepoker/ private poker tournament]
| |
− | [http://www.totalvideogames.com/blog/freerollpoker/ freeroll poker tournament]
| |
− | [http://www.totalvideogames.com/blog/caribbeanstudpoker/ caribbean stud poker]
| |
− | [http://www.totalvideogames.com/blog/paradisepoker/ paradise poker]
| |
− | [http://www.totalvideogames.com/blog/playfreestrippoker/ play free strip poker]
| |
− | [http://www.totalvideogames.com/blog/eroticgames/ erotic games strip poker]
| |
− | [http://www.totalvideogames.com/blog/onlinepoker/ online poker calculator]
| |
− | [http://www.totalvideogames.com/blog/onlinepokertracker/ online poker tracker]
| |
− | [http://www.totalvideogames.com/blog/buydiazepam/ buy diazepam]
| |
− | [http://www.totalvideogames.com/blog/didrex/ didrex]
| |
− | [http://www.totalvideogames.com/blog/buydidrex/ buy didrex]
| |
− | [http://www.totalvideogames.com/blog/adipexpr/ adipex without prescription]
| |
− | [http://www.totalvideogames.com/blog/adipexp/ adipex p]
| |
− | [http://www.totalvideogames.com/blog/clonazepam/ clonazepam]
| |
− | [http://www.totalvideogames.com/blog/bclonazepam/ buy clonazepam]
| |
− | [http://www.totalvideogames.com/blog/diethylpropion/ diethylpropion]
| |
− | [http://www.totalvideogames.com/blog/celexa/ celexa]
| |
− | [http://www.totalvideogames.com/blog/paxilcr/ paxil cr]
| |
− | [http://www.totalvideogames.com/blog/lorazepam/ lorazepam]
| |
− | [http://www.totalvideogames.com/blog/hydrocodoneapap/ hydrocodone apap]
| |
− | [http://www.totalvideogames.com/blog/lortab/ lortab]
| |
− | [http://www.totalvideogames.com/blog/klonopin/ klonopin]
| |
− | [http://www.totalvideogames.com/blog/norco/ norco]
| |
− | [http://www.totalvideogames.com/blog/buypropecia/ buy propecia]
| |
− | [http://www.totalvideogames.com/blog/orderpropecia/ order propecia]
| |
− | [http://www.totalvideogames.com/blog/phendimetrazine/ phendimetrazine]
| |
− | [http://www.totalvideogames.com/blog/Butalbital/ Butalbital]
| |
− | [http://www.totalvideogames.com/blog/cheapxenical/ cheap xenical]
| |
− | [http://www.totalvideogames.com/blog/wellbutrinxl/ wellbutrin xl]
| |
− | [http://www.totalvideogames.com/blog/valtrex/ valtrex]
| |
− | [http://www.totalvideogames.com/blog/vicodin/ vicodin without prescription]
| |
− |
| |
− | </div>
| |
Dieses Plugin lädt xml-basierte Text-Skins zur Anpassung des On-Screen-Display (OSD) des VDR.
Die Skins können zur Laufzeit des VDR per Menü ausgewählt werden. Alle Skins können mit Farbvarianten (Theme) erstellt werden.
Je nach Ausgabe-Plugin und -device werden unterschiedliche Speichergrößen bei den Skins benutzt werden:
Einige Skins (256) sind auch für DVB Full-Featured SD Karten nutzbar.
Für Entwickler von Text2Skin Skins gibt es eine Dokumentation im text2skin-Paket und weiterhin
Die Skins sind einfach in das Konfigurationsverzeichnis der Plugins zu entpacken. Bei einigen DIstributionen liegen diese Skins auch in /usr/share/vdr/text2skin.