SickGear/sickgear/metadata
Prinz23 8ddffb7882 Change py2 deprecation cleanups.
Remove py2 part from _23.py
Remove more mapped stuff.
Replace filter_iter with native filter.
Replace map_iter with native map.
Remove unidecode from _23 (empty wrapper on py3).
Remove map_list and replace with native list(map( for performance reasons.
Replace filter_list with list(filter.
Replace list_keys with list(.
Replace list_values with list(...values()).
Replace list_items with list(....items()).
Replace ordered_dict with dict.
Fix tvinfo base type docs.
Remove py2 parts from sg_futures.
Remove scandir lib ...  it's a sub module of os in py3.
Remove PY2 stuff.
Ignore unknown ids for characters/persons.
Fix tvdb image parsing.
Ignore unknown id sources on person page.
2023-02-21 01:01:04 +00:00
..
__init__.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
generic.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
helpers.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
kodi.py Change py2 deprecation cleanups. 2023-02-21 01:01:04 +00:00
mede8er.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00
mediabrowser.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
ps3.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
tivo.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
wdtv.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
xbmc.py Change remove calls to legacy py2 fix encoding function. 2023-02-10 21:40:19 +00:00
xbmc_12plus.py Change bump to major version 3.xx to signal that this branch supports Python3+ only. 2023-02-09 13:41:15 +00:00