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