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
Configuration Files
3 participantes
Página 1 de 1.
Configuration Files
Hi,
I'm trying to compile the Firmware with linux.
Compiling works fine so far, however before I upgrade
I would like to setup certain things in the Firmware.
Where can I find the configuration files I have to modify
(like rc.conf rc.local.conf resolv.conf channels.conf
streamdevhosts.conf svdrphosts.conf)
I assume they are in /VDR-NG-EM/VDR-NG-FW/buildin/base-pro/common/etc and
/VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr ??
Also I would like to setup vdr in German, how can I manage that ?
Thanks,
Rainer
I'm trying to compile the Firmware with linux.
Compiling works fine so far, however before I upgrade
I would like to setup certain things in the Firmware.
Where can I find the configuration files I have to modify
(like rc.conf rc.local.conf resolv.conf channels.conf
streamdevhosts.conf svdrphosts.conf)
I assume they are in /VDR-NG-EM/VDR-NG-FW/buildin/base-pro/common/etc and
/VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr ??
Also I would like to setup vdr in German, how can I manage that ?
Thanks,
Rainer
RainerW- Cantidad de envíos : 38
Fecha de inscripción : 31/01/2010
Edad : 68
Re: Configuration Files
Hi RainerW,
Yes, these are the directories that you must use.
Here you have any commands for set german language in firmware:
# VDR languages
# LC_ALL variable
# Help plugin in english
# webif
Do not forget to add your channels file in:
Bug with german character ä not yet fixed.
For translate setup plugin, copy xml file from english:
Yes, these are the directories that you must use.
Here you have any commands for set german language in firmware:
# VDR languages
- Código:
sed -i -e "s/^AudioLanguages.*/AudioLanguages = deu/" VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/setup.conf
sed -i -e "s/^EPGLanguages.*/EPGLanguages = deu/" VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/setup.conf
sed -i -e "s/^OSDLanguage.*/OSDLanguage = 1/" VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/setup.conf
# LC_ALL variable
- Código:
sed -i -e "s/^export LC_ALL.*/export LC_ALL=de_DE/" VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/runvdr
# Help plugin in english
- Código:
rm -rf VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/plugins/help/esl
mkdir VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/plugins/help/deu
cp VDR-NG-EM/VDR-Plugins/Config-dir/plugins/help/eng/* VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/plugins/help/deu
# webif
- Código:
sed -i -e "s/^default language.*/default language = 1/" VDR-NG-EM/VDR-NG-FW/buildin/base-pro/common/etc/webif.conf
Do not forget to add your channels file in:
- Código:
VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/m740/etc/vdr/channels.conf
Bug with german character ä not yet fixed.
For translate setup plugin, copy xml file from english:
- Código:
cp VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/plugins/setup/open7x0-setup.xml VDR-NG-EM/VDR-NG-FW/prg-fw-configs/vdr-m7x0/common/etc/vdr/plugins/setup/open7x0-setup_deu.xml
Re: Configuration Files
Hi bittor,
thanks for the information.
Rainer
thanks for the information.
Rainer
RainerW- Cantidad de envíos : 38
Fecha de inscripción : 31/01/2010
Edad : 68
Re: Configuration Files
Hi bittor,
I'll assume these changes have to be done everytime I do
an svn update ?
I almost finished a little shell script (make-lang) which will do
these changes to different languages (de,fr,en,es).
Also I'm working on a shell script (make-config-save/make-config-restore) which will save/restore my individual settings.
Any interest to use them once they are done and tested ?
Regards,
Rainer
I'll assume these changes have to be done everytime I do
an svn update ?
I almost finished a little shell script (make-lang) which will do
these changes to different languages (de,fr,en,es).
Also I'm working on a shell script (make-config-save/make-config-restore) which will save/restore my individual settings.
Any interest to use them once they are done and tested ?
Regards,
Rainer
RainerW- Cantidad de envíos : 38
Fecha de inscripción : 31/01/2010
Edad : 68
Re: Configuration Files
YesRainerW escribió:I'll assume these changes have to be done everytime I do
an svn update ?
I think this is only necessary if language is not spanish.RainerW escribió:I almost finished a little shell script (make-lang) which will do
these changes to different languages (de,fr,en,es).
We was talking to make some changes in compilation scripts, and this was an idea to improve them... It would be great if you share your scripts when you have finished them.RainerW escribió:Also I'm working on a shell script (make-config-save/make-config-restore) which will save/restore my individual settings.
Any interest to use them once they are done and tested ?
Regards,
pjllaneras- Betatester
- Cantidad de envíos : 569
Fecha de inscripción : 29/01/2009
Edad : 52
Localización : Palma de Mallorca
Re: Configuration Files
Hi,
can someone tell me the different codes for the languages ?
For german it is de_DE, deu, 1
French fr_FR,fra, ?
English en_EN,eng,?
Regards,
Rainer
P.S. Once done I'm more than happy to contribute these little scripts
can someone tell me the different codes for the languages ?
For german it is de_DE, deu, 1
French fr_FR,fra, ?
English en_EN,eng,?
Regards,
Rainer
P.S. Once done I'm more than happy to contribute these little scripts
RainerW- Cantidad de envíos : 38
Fecha de inscripción : 31/01/2010
Edad : 68
Re: Configuration Files
Thanks, we need scripts for language support.
· English:
AudioLanguages => eng
EPGLanguages => eng
OSDLanguage => 0
LC_ALL => en_US
help plugin => eng
webif => 0
· Spanish:
AudioLanguages => esl
EPGLanguages => esl
OSDLanguage => 10
LC_ALL => es_ES
help plugin => esl
webif => 2
· German:
AudioLanguages => deu
EPGLanguages => deu
OSDLanguage => 1
LC_ALL => de_DE
help plugin => deu (copied from eng)
webif => 1
· French:
AudioLanguages => fra
EPGLanguages => fra
OSDLanguage => 6
LC_ALL => fr_FR
help plugin => fra (copied from eng)
webif => 3
· English:
AudioLanguages => eng
EPGLanguages => eng
OSDLanguage => 0
LC_ALL => en_US
help plugin => eng
webif => 0
· Spanish:
AudioLanguages => esl
EPGLanguages => esl
OSDLanguage => 10
LC_ALL => es_ES
help plugin => esl
webif => 2
· German:
AudioLanguages => deu
EPGLanguages => deu
OSDLanguage => 1
LC_ALL => de_DE
help plugin => deu (copied from eng)
webif => 1
· French:
AudioLanguages => fra
EPGLanguages => fra
OSDLanguage => 6
LC_ALL => fr_FR
help plugin => fra (copied from eng)
webif => 3
Re: Configuration Files
Hi biitor,
thanks for the info
Script is almost completed. I'll test it tonight.
Once done should I post it here as an attachment ?
Why would you need to change the translation settings to spanish ?
Regards,
Rainer
thanks for the info
Script is almost completed. I'll test it tonight.
Once done should I post it here as an attachment ?
Why would you need to change the translation settings to spanish ?
Regards,
Rainer
RainerW- Cantidad de envíos : 38
Fecha de inscripción : 31/01/2010
Edad : 68
Re: Configuration Files
OK, spanish isn't necessary and this forum not allowed to add attachments but you can upload scripts to rapidshare, megaupload, ... and post link here.
Página 1 de 1.
Permisos de este foro:
No puedes responder a temas en este foro.