From 364a698b0ec11d993f7960f65a8bbe8adca8b148 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sat, 12 May 2012 17:14:17 +0200 Subject: Changed title- and shorttext-handler Added epgsearch config examples --- dist/epgsearch.conf/README | 12 ++++++++++++ dist/epgsearch.conf/epgsearchcats.conf | 6 ++++++ dist/epgsearch.conf/epgsearchuservars.conf | 6 ++++++ 3 files changed, 24 insertions(+) create mode 100644 dist/epgsearch.conf/README create mode 100644 dist/epgsearch.conf/epgsearchcats.conf create mode 100644 dist/epgsearch.conf/epgsearchuservars.conf (limited to 'dist') diff --git a/dist/epgsearch.conf/README b/dist/epgsearch.conf/README new file mode 100644 index 0000000..ad311fb --- /dev/null +++ b/dist/epgsearch.conf/README @@ -0,0 +1,12 @@ +Here you will find example epgsearch conf files. +All timers with outputdirectory %Serien% will be +formatted in this way: + +If you want to record "Mamis Liebling" from the +series "The Bang Theory" and your EPG-Source +provides season- and episode-info then you will +get: + +Serien~The_Big_Bang_Theory~S05E06_-_093._Mamis_Liebling + +You need at least epgsearch version 1.0.1beta! diff --git a/dist/epgsearch.conf/epgsearchcats.conf b/dist/epgsearch.conf/epgsearchcats.conf new file mode 100644 index 0000000..a5a3173 --- /dev/null +++ b/dist/epgsearch.conf/epgsearchcats.conf @@ -0,0 +1,6 @@ +# ----------------------------------------------------------------------------- +# this is an example for a german epgsearchcats.conf +# ----------------------------------------------------------------------------- +1|Staffel,%02i|Staffel||4 +2|Episode,%02i|Episode||4 +3|Folge,%03i|Folge||4 diff --git a/dist/epgsearch.conf/epgsearchuservars.conf b/dist/epgsearch.conf/epgsearchuservars.conf new file mode 100644 index 0000000..0b37cbc --- /dev/null +++ b/dist/epgsearch.conf/epgsearchuservars.conf @@ -0,0 +1,6 @@ +%Pfad%=Serien~%Title% +%SeasonEpisode%=%Pfad%~S%Staffel%E%Episode%_-_%Folge%._%Subtitle% +%Shorttext%=%Pfad%~%Subtitle% +%DateTime%=%Pfad%~%time_w%_%date%_%time% +%STorDT%=%Subtitle% ? %Shorttext% : %DateTime% +%Serien%=%Staffel% ? %SeasonEpisode% : %STorDT% -- cgit v1.2.3