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.
Quoted
Original von dreipeoOK, ich werde das Format mal ändern. Was ist mit Typ gemeint?
|
|
Source code |
1 2 3 4 5 6 7 8 9 |
HISTORY:
...
- implemented support for a local phone book (suggested by neptunvasja [6])
* The fonbook is a csv-file located at
$vdrconfigdir/plugins/fritzbox/localfonbuch.csv
using the same encoding as VDR
* Each line of this file has the pattern
<name>,<type>,<number>
For <type> specify 1 (home), 2 (mobile) or 3 (work).
|
Quoted
Original von dreipeo
So ich hab jetzt mal an dem Format gearbeitet,
folgende Meldung :
vdr01 ~ # $vdrconfigdir/etc/vdr/plugins/fritzbox/localfonbuch.csv
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 1: Manny: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 2: Manny: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 2: 1: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 2: 016xxxxxxxxxx: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 3: Manny: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 4: Manny: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 4: 1: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 4: 004916xxxxxxxxx: command not found
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 5: syntax error near unexpected token `('
/etc/vdr/plugins/fritzbox/localfonbuch.csv: line 5: `Manny über Handy No1,1,(49)160xxxxxxx'
Quoted
Original von dreipeo
Ich wollte nur wissen, wie die Eintäge in der Datei sein müssen, ob ob mit 0049 für Deutschland oder (+49) mit angegeben werden muss. Denn er muss ja die Telefonnummer finden , oder seh ich das falsch?
Quoted
Original von dreipeo
Aber aus irgend einem Grund sucht das Plugins nicht im localem Telefonbuch.
Fritzbox und Das Örtliche läuft
May 8 18:16:50 [vdr] [6704] vdr-fritzbox - OertlichesFonbook.cpp: no entry found._
May 8 18:17:27 [vdr] [12552] vdr-fritzbox - CallList.cpp: CallList -> read 4 entries._
May 8 18:20:50 [vdr] [6704] vdr-fritzbox - OertlichesFonbook.cpp: no entry found._
May 8 18:21:12 [vdr] [13435] vdr-fritzbox - CallList.cpp: CallList -> read 5 entries.
Quoted
Original von dreipeo
Das verstehe ich jetzt nicht, denn der Eintrag ist da.
Ich teste das mit meinem Handy bzw Nummer.
Hab die Nummern verglichen, sie stimmen..
Ok , ich werde mal weiter suchen.
Trotzdem , danke für die Hilfe.
This post has been edited 4 times, last edit by "dreipeo" (May 8th 2009, 10:04pm)
ISCONNECT;0;0;___This post has been edited 2 times, last edit by "dreipeo" (May 9th 2009, 8:26am)
This post has been edited 1 times, last edit by "dreipeo" (May 12th 2009, 11:08am)
Quoted
Original von dreipeo
make[1]: Entering directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libfritz++'
make[1]: Leaving directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libfritz++'
make[1]: Entering directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libfritz++'
rm: cannot remove `libfritz++.a': No such file or directory
rm: cannot remove `CallList.o': No such file or directory
rm: cannot remove `Config.o': No such file or directory
rm: cannot remove `Fonbooks.o': No such file or directory
rm: cannot remove `Fonbook.o': No such file or directory
rm: cannot remove `FonbookManager.o': No such file or directory
rm: cannot remove `FritzFonbook.o': No such file or directory
rm: cannot remove `Listener.o': No such file or directory
rm: cannot remove `Tools.o': No such file or directory
rm: cannot remove `LocalFonbook.o': No such file or directory
rm: cannot remove `Nummerzoeker.o': No such file or directory
rm: cannot remove `OertlichesFonbook.o': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libfritz++'
make[1]: Entering directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libtcpclient++'
rm: cannot remove `TcpClient++.o': No such file or directory
rm: cannot remove `libtcpclient++.a': No such file or directory
make[1]: [clean] Error 1 (ignored)
make[1]: Leaving directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libtcpclient++'
make[1]: Entering directory `/usr/local/src/vdr-1.6.0/PLUGINS/src/fritzbox-1.1.5/libpthread++'
rm: cannot remove `PThread++.o': No such file or directory
rm: cannot remove `libpthread++.a': No such file or directory
make[1]: [clean] Error 1 (ignored)
Quoted
Original von dreipeo
Ja danke,
dann bleibt für mich weiterhin die Frage, warum zeigt mir das Plugin 1.1.2 den Eintrag aus dem Locale-Buch an, aber das Plugin 1.1.4 und 1.1.5 nicht, obwohl ich die Einträge nicht geändert habe.
This post has been edited 2 times, last edit by "jowi24" (May 12th 2009, 6:53pm)
This post has been edited 1 times, last edit by "jowi24" (May 13th 2009, 11:34am)