]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
dvr: Pre-fetch fanart for upcoming recordings.
authorE.Smith <31170571+azlm8t@users.noreply.github.com>
Sun, 30 Sep 2018 20:45:21 +0000 (21:45 +0100)
committerperexg <perex@perex.cz>
Tue, 2 Oct 2018 14:05:03 +0000 (16:05 +0200)
commited31b3b31761aeb536164ca5c30c3e0f58b9890f
treeddd33ae001cd3817406e8aaf095e5fff80bfb368
parent0f8ca4ec2f7a9c4df20cb5c7952392b008e692e3
dvr: Pre-fetch fanart for upcoming recordings.

We keep track of uuids for upcoming recordings. Once an hour we
get one entry from the list and pre-fetch artwork for it so it
can be displayed in the UI "upcoming recordings" dialog.

This is only done if the user has explicitly enabled fetch
artwork on the entry's profile.
src/dvr/dvr.h
src/dvr/dvr_db.c
src/dvr/dvr_rec.c
src/string_list.c
src/string_list.h