From 2d4da912158a757a152340d947f69a8b4f553093 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 1 Sep 2013 18:36:32 +0200 Subject: [PATCH] Fixes Issue #7 --- Makefile | 1 - tvspielfilm2xmltv.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0bed68a..c32fc55 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,6 @@ install: # ugo+rw because may different user work with this file @install -d -m ugo+rwx $(DESTDIR)/var/lib/epgsources @install -d -m ugo+rwx $(DESTDIR)/var/lib/epgsources/$(GRABBER)-img - @install -d -m ugo+rwx $(DESTDIR)/var/cache/vdr/epgimages/$(GRABBER) # Done. @echo All done. @echo "Now create the controll file with \"$(GRABBER) -c\"" diff --git a/tvspielfilm2xmltv.ini b/tvspielfilm2xmltv.ini index e1cc762..a955b24 100644 --- a/tvspielfilm2xmltv.ini +++ b/tvspielfilm2xmltv.ini @@ -1,8 +1,8 @@ [DEFAULT] destination_file = /var/lib/epgsources/tvspielfilm2xmltv.xmltv control_file = /var/lib/epgsources/tvspielfilm2xmltv -epgimages_dir = /var/cache/vdr/epgimages/tvspielfilm2xmltv -remove_orphaned_images = True +epgimages_dir = /var/lib/epgsources/tvspielfilm2xmltv-img +remove_orphaned_images = False grab_today = True number_of_images_per_show = 2 debug = False \ No newline at end of file