mediathekview / plugin.video.mediathekview

Kodi plugin that gives access to most video-platforms from German public service broadcasters using the database of MediathekView.de
https://mediathekview.de/download/#mediathekview-f%C3%BCr-kodi-fr%C3%BCher-xbmc
MIT License
55 stars 24 forks source link

Adapt Dockerfile for changed baseimage (alpine) #200

Closed sepo83 closed 2 years ago

sepo83 commented 3 years ago

Linuxserver.io changed the mariadb baseimage to run on alpine instead of debian/ubuntu. So "apt" commands were changed to "apk" commands and package names were adapted.

Cron seems to start the mvupdate process. However, I get some database errors. But I think this is a seperate issue. mvupdate finishes update-process sucessfully.

codingPF commented 2 years ago

The database errors are related to charset issue. This is fixed in the dev already. Please setup PR to dev in the future. I have merged this to dev already and this PR will be closed. There is one error remaining in the setup script [mediathekview_db] Start cron /var/run/s6/etc/cont-init.d/95_mediathekview_db: line 40: /usr/sbin/cron: No such file or directory Will check if this can be fixed or if this is relevant at all.

codingPF commented 2 years ago

cron error fixed...merged to dev branch