The need to install vdr and kodi came up recently in QA testing of imagemagick. vdr installed OK. It started fine as a service. Stopped it and used w_scan to generate a channels.conf in vdr format (112 channels). My problem now is where to put this data and I am also totally confused about how to configure vdr. From what I have been reading it appears that vdr has to be run as a service. The man page lists configuration settings but how can these be passed to vdr when it is running as a daemon? My guess is that it would have to be through a system configuration file, in /etc for instance but all I can find there is /etc/vdr/themes.
Trying a command found at LinuxTV improved things slightly; it suggested that channels.conf be copied to /etc/vdr and that I should invent /var/spool/video and then
- Code: Select all
# vdr --video=/var/spool/video --epgfile=/var/spool/epg --config=/etc/vdr --lib=/usr/lib64/vdr
vdr: error while reading '/etc/vdr/sources.conf'
and there it hangs. Have no clue about what sources.conf is.
kodi sounded like a popular frontend for vdr so I installed it, started up vdr, then ran kodi as a user. This failed with a strange message about needing hardware accelerated OpenGL rendering, which my nvidia GTX770 certainly provides. Running kodi as root shows no such message and it is pretty certain that it was never meant to be run as root. It is a user application.