Proyecto movido a GitHub
Miér 7 Abr 2021 - 19:23 por bittor
Proyecto movido a GitHub:
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
https://github.com/bittor7x0/VDR-M7x0
Con muchos cambios y correcciones, Más información
También incluye el plugin epgfixer para corregir la EPG usando expresiones regulares y el plugin xmltv2vdr para descargar la EPG de internet
Comentarios: 0
Buscar
Timers with special characters
2 participantes
Página 1 de 1.
Timers with special characters
There is another problem I know for a long time. When I try to record Formula 1 from german TV station RTL following error is shown in the log file:
The problem is the colon ":" in the EPG entry. When I forget to delete the colon in the timer manually the recording will fail
- Código:
ar 24 10:22:48 (none) user.err vdr: [110] ERROR: /var/vdr/video0/Formel_1:_Das_Rennen: Input/output error
Mar 24 10:22:49 (none) user.info vdr: [110] timer 1 (1 0852-1050 'Formel 1: Das Rennen') stop
Mar 24 10:22:49 (none) user.info vdr: [110] timer 1 (1 0852-1050 'Formel 1: Das Rennen') start
The problem is the colon ":" in the EPG entry. When I forget to delete the colon in the timer manually the recording will fail
guybrush- Cantidad de envíos : 24
Fecha de inscripción : 24/01/2013
Re: Timers with special characters
Are you using a hard disk with FAT32?
Our VDR isn't supporting this filesystem by default and some characters aren't valid, you must add "--vfat" in vdr_options of /etc/rc.local.conf file, for example, if you have this:
Our VDR isn't supporting this filesystem by default and some characters aren't valid, you must add "--vfat" in vdr_options of /etc/rc.local.conf file, for example, if you have this:
- Código:
vdr_options="-l 2"
- Código:
vdr_options="-l 2 --vfat"
Re: Timers with special characters
I am using a network share (cifs) on a XP NTFS partition.
I think this is the problem: The file timers.conf contains the timer setup. Each line contains one timer definition, with individual fields separated by ':' characters.
I think this is the problem: The file timers.conf contains the timer setup. Each line contains one timer definition, with individual fields separated by ':' characters.
guybrush- Cantidad de envíos : 24
Fecha de inscripción : 24/01/2013
Re: Timers with special characters
"--vfat" solved the problem. Thank You.
guybrush- Cantidad de envíos : 24
Fecha de inscripción : 24/01/2013
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.