]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
imagecache: big cleanups
authorJaroslav Kysela <perex@perex.cz>
Wed, 12 Dec 2018 18:08:00 +0000 (19:08 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Dec 2018 18:08:00 +0000 (19:08 +0100)
commitda682c4507a1b11ceaf714675f833d56c2084157
tree0422165fbbe573a6a1d45dbc6435ad5c4eaa9bac
parent3769d01fb9a9253817ecd16d949977813583b328
imagecache: big cleanups

- let imagecache work also for fanart / recording specific images
- let imagecache work for EPG entries
- global cleanups (try to have only one function for duplicate things)
- fix the local file handling when imagecache is not enabled for external URLs
- imagecache code is part of the tvh's core code (cannot be ommited from compilation)
16 files changed:
configure
src/api/api_epg.c
src/api/api_imagecache.c
src/channels.c
src/channels.h
src/dvr/dvr.h
src/dvr/dvr_db.c
src/htsp_server.c
src/http.c
src/http.h
src/imagecache.c
src/imagecache.h
src/main.c
src/webui/static/app/config.js
src/webui/webui.c
src/webui/xmltv.c