AutoTimer: add "Fast Scan" support
[vuplus_dvbapp-plugin] / autotimer / src / AutoTimer.py
2011-01-17 Moritz VennAutoTimer: add "Fast Scan" support
2009-11-06 Moritz Vennchange uri of parse call from /autotimer?parse= to...
2009-08-10 Moritz Vennallow to restrict autotimer to alternatives,
2009-03-31 Moritz Vennsome smaller optimization
2009-03-27 Moritz Venntiny optimization
2009-01-28 Moritz Venncleanups, some more micro-optimizations
2009-01-18 Moritz Vennallow case-sensitive and exact epg search (latter did...
2009-01-16 Moritz Vennallow to provide a custom encoding for the "match in...
2009-01-11 Moritz Vennfix logic
2009-01-10 Moritz Vennsmaller optimizations
2009-01-03 Moritz Vennnot my day... fix yet another typo
2009-01-03 Moritz Vennreadd line I lost
2009-01-03 Moritz Vennallow to add a disabled timer if we encounter a conflict
2008-11-07 Moritz Vennonly decrement counter if we actually added a timer
2008-11-06 Moritz Vennuse celementtree to parse config,
2008-11-04 Moritz Vennreact a little nicer to the sanity check (will try...
2008-07-31 Moritz Vennreduce ammount of try/except-blocks used,
2008-07-21 Moritz Vennsimplify list management with avoidDuplicateDescription...
2008-07-18 Moritz Vennchange avoidDuplicateDescription from bool to int ...
2008-07-13 Moritz Venn- alphabetize autotimers in overview,
2008-07-07 Moritz VennConfiguration parser factored out to AutoTimerConfigura...
2008-07-02 Moritz Vennupdate recorddict when adding new timers to improve...
2008-06-21 Moritz Venncreate initial defaultTimer on __init__ so the plugin...
2008-06-06 Moritz Vennfix location attribute name when saving xml
2008-06-02 Moritz Venndon't apply enigma2 margin for recordings if a custom...
2008-06-01 Moritz Venn - renamed destination attribute to location so we...
2008-05-29 Moritz Venn - properly escape unsafe strings before writing to...
2008-03-19 Moritz Venn- be a little more sensitive with exceptions
2008-02-20 Moritz Vennadd support for custom destinations directories to...
2008-02-11 Moritz Venn- remove custom name from bouquet services,
2008-02-11 Moritz Venn- add bouquet selection to gui,
2008-02-09 Moritz Venn- also add bouquet support to autotimer
2008-02-07 Moritz Venn- add function to add autotimer based on an event,
2008-02-06 Moritz Vennlet "avoid duplicate descriptions" match processed...
2008-01-03 Moritz Vennfix display of "filter on weekday",
2008-01-03 Moritz Venncleanup
2007-12-01 Moritz Venndon't reference timestruct items by index
2007-11-27 Moritz Vennadd missing cast
2007-11-21 Moritz Vennadd new per-timer option "avoid duplicate descriptions...
2007-11-20 Moritz VennAutoTimer: always use last linked service when present
2007-11-16 Moritz Vennintial commit of autotimer, epgrefresh and werbezapper...