Skip to content

Commit

Permalink
[autotimer] delete option encoding
Browse files Browse the repository at this point in the history
-this need for python3
  • Loading branch information
Dima73 authored and WanWizard committed Nov 19, 2024
1 parent 39d758b commit 129f33d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions autotimer/src/AutoTimer.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,6 @@ def parseTimer(self, timer, epgcache, serviceHandler, recordHandler, checkEvtLim

# Workaround to allow search for umlauts if we know the encoding
match = timer.match.replace('\xc2\x86', '').replace('\xc2\x87', '')
#if timer.encoding != 'UTF-8':
# try:
# match = match.decode('UTF-8').encode(timer.encoding)
# except:
# pass

self.isIPTV = bool([service for service in timer.services if "%3a//" in service])

Expand Down
1 change: 0 additions & 1 deletion autotimer/src/AutoTimerEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,6 @@ def refresh(self):
))

list.extend((
#getConfigListEntry(_("EPG encoding"), self.encoding),
getConfigListEntry(_("Search type"), self.searchType),
getConfigListEntry(_("Search strictness"), self.searchCase),
getConfigListEntry(_("Timer type"), self.justplay),
Expand Down

0 comments on commit 129f33d

Please sign in to comment.