Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 |
compilation error: file /etc/vdr/plugins/tvm2vdr/tvm2vdr_tvmovie.xsl line 9 element choose element choose only allowed within a template, variable or param compilation error: file /etc/vdr/plugins/tvm2vdr/tvm2vdr_tvmovie.xsl line 11 element output element output only allowed as child of stylesheet compilation error: file /etc/vdr/plugins/tvm2vdr/tvm2vdr_tvmovie.xsl line 13 element otherwise element otherwise only allowed within a template, variable or param compilation error: file /etc/vdr/plugins/tvm2vdr/tvm2vdr_tvmovie.xsl line 14 element output element output only allowed as child of stylesheet compilation error: file /etc/vdr/plugins/tvm2vdr/tvm2vdr_tvmovie.xsl line 9 element choose xsltParseStylesheetTop: unknown choose element |
Quoted
Original von ronnykornexl
Morgen
http://svn.origo.ethz.ch/wsvn/vdr-plugin…revision&rev=44
Logeintrag: automatic utf-8 detection
Quoted
Original von gda
Quoted
Original von ronnykornexl
Morgen
http://svn.origo.ethz.ch/wsvn/vdr-plugin…revision&rev=44
Logeintrag: automatic utf-8 detection
Mist, falsch getestet, danke. Dann muss ich mir was anderes einfallen lassen. Zwei verschiedene
Stylesheet-Files finde ich irgendwie blöd.
Funktioniert bei dir denn der Image-Download? Bei CKone kompiliert es nicht, wahrscheinlich wegen
einer zu alten Libmagick.
Gerald
).|
|
Source code |
1 2 3 |
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="text" omit-xml-declaration="yes" encoding='iso-8859-1'/> </xsl:stylesheet> |
|
|
Source code |
1 2 3 4 5 6 7 8 |
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/TR/xhtml1/strict"
xmlns:exsl="http://exslt.org/common"
xmlns:date="http://exslt.org/dates-and-times"
xmlns:str="http://exslt.org/strings">
<xsl:include href="encoding.xsl" />
|
This post has been edited 1 times, last edit by "steffen_b" (Feb 15th 2009, 1:53pm)
|
|
Source code |
1 |
svn co svn://svn.origo.ethz.ch/vdr-plugin-tvm2vdr tvm2vdr-svn |
This post has been edited 1 times, last edit by "Brougs78" (Feb 15th 2009, 2:16pm)
Quoted
Original von Brougs78
Hi!
Wie würde denn hier das svn-repository aussehen oder ist das nur über websvn öffentlich?
![]()
Source code
1 svn co svn://svn.origo.ethz.ch/vdr-plugin-tvm2vdr tvm2vdr-svn
funzt nicht ...
Gruß,
Brougs78

Quoted
Original von Brougs78
Wie würde denn hier das svn-repository aussehen oder ist das nur über websvn öffentlich?
![]()
Source code
1 svn co svn://svn.origo.ethz.ch/vdr-plugin-tvm2vdr tvm2vdr-svn
funzt nicht ...
|
|
Source code |
1 |
svn co https://svn.origo.ethz.ch/vdr-plugin-tvm2vdr/ |
This post has been edited 1 times, last edit by "gda" (Feb 15th 2009, 2:28pm)
Quoted
Original von gda
Quoted
Original von Brougs78
Wie würde denn hier das svn-repository aussehen oder ist das nur über websvn öffentlich?
![]()
Source code
1 svn co svn://svn.origo.ethz.ch/vdr-plugin-tvm2vdr tvm2vdr-svn
funzt nicht ...
![]()
Source code
1 svn co https://svn.origo.ethz.ch/vdr-plugin-tvm2vdr/
Ich habe eine neue Version der UTF-8 detection eingecheckt, geht jetzt.
Wenn CKone sein okay gibt, dann gibt es vielleicht heute Abend die 0.0.2.
Gerald
![:]](wcf/images/smilies/pleased.gif)
|
|
Source code |
1 2 |
all: libvdr-$(PLUGIN).so i18n
^^^^
|
This post has been edited 1 times, last edit by "ronnykornexl" (Feb 15th 2009, 2:38pm)
Quoted
Quoted
Original von ronnykornexl
Könntest Du, die tvm2vdr_channelmap.conf aus dem ersten Posting, mit rein packen?
Quoted
Original von ronnykornexl
-----------
Wurde die Übersetzung entfernt?
![]()
Source code
1 2all: libvdr-$(PLUGIN).so i18n ^^^^
Quoted
Original von gda
Eigentlich sollte man das Plugin ja auch gar nicht zu sehen bekommen, man stellt das Intervall
ein in dem er nach neuen Daten sucht, entfernt den Eintrag aus dem Hauptmenü und gut is.
|
|
Source code |
1 2 |
getenv("LANG")) != NULL && strcasestr(LangEnv, "utf") ||
(LangEnv = getenv("LC_TYPE")) != NULL && strcasestr(LangEnv, "utf"))
|
This post has been edited 1 times, last edit by "steffen_b" (Feb 15th 2009, 4:14pm)
Quoted
Original von wilderigel
Quoted
Original von gda
Eigentlich sollte man das Plugin ja auch gar nicht zu sehen bekommen, man stellt das Intervall
ein in dem er nach neuen Daten sucht, entfernt den Eintrag aus dem Hauptmenü und gut is.
warum dann nicht gleich alles in einstellungen --> plugins --> tvm2vdr konfigurieren?
This post has been edited 1 times, last edit by "gda" (Feb 15th 2009, 4:24pm)
Quoted
Original von steffen_b
Poste doch mal bitte was der Befehl "locale" bei dir ausgibt. Denke das sollte gda helfen.
@gda: VDR hat folgendes damals benutzt um auf UTF-8 zu testen:
![]()
Source code
1 2getenv("LANG")) != NULL && strcasestr(LangEnv, "utf") || (LangEnv = getenv("LC_TYPE")) != NULL && strcasestr(LangEnv, "utf"))
Quoted
Original von steffen_b
Poste doch mal bitte was der Befehl "locale" bei dir ausgibt. Denke das sollte gda helfen.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
video:/usr/local/src/VDR/PLUGINS/src/tvm2vdr# locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= video:/usr/local/src/VDR/PLUGINS/src/tvm2vdr# |
Quoted
Original von wilderigel
naja, wozu nen hauptmenue eintrag wenn man den nachn konfigurieren ausblendet?
dann kann man alles auch in den plugin einstellungen regeln.
Quoted
Original von brabax22
Quoted
Original von steffen_b
Poste doch mal bitte was der Befehl "locale" bei dir ausgibt. Denke das sollte gda helfen.
Ok - locale liefert bei mir folgendes:
![]()
Source code
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 video:/usr/local/src/VDR/PLUGINS/src/tvm2vdr# locale LANG=de_DE.UTF-8 LC_CTYPE="de_DE.UTF-8" LC_NUMERIC="de_DE.UTF-8" LC_TIME="de_DE.UTF-8" LC_COLLATE="de_DE.UTF-8" LC_MONETARY="de_DE.UTF-8" LC_MESSAGES="de_DE.UTF-8" LC_PAPER="de_DE.UTF-8" LC_NAME="de_DE.UTF-8" LC_ADDRESS="de_DE.UTF-8" LC_TELEPHONE="de_DE.UTF-8" LC_MEASUREMENT="de_DE.UTF-8" LC_IDENTIFICATION="de_DE.UTF-8" LC_ALL= video:/usr/local/src/VDR/PLUGINS/src/tvm2vdr#
Quoted
update.c: In member function 'void cUpdate::GetPictures(const char*)':
update.c:466: error: 'AcquireExceptionInfo' was not declared in this scope
make[1]: *** [update.o] Fehler 1
make[1]: Leaving directory `/usr/local/src/vdr-1.6.0-2-extp65/PLUGINS/src/tvm2vdr'
*** failed plugins: tvm2vdr