Skip to content

Commit

Permalink
Fixes Issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
chriszero committed Sep 1, 2013
1 parent b0c52a2 commit 2d4da91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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\""
4 changes: 2 additions & 2 deletions tvspielfilm2xmltv.ini
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2d4da91

Please sign in to comment.