- 06 Jun, 2015 10 commits
-
-
Dustyn Gibson authored
-
Dustyn Gibson authored
More log cleanup and fixes. Move lower level actions to debug
-
Dustyn Gibson authored
-
Dustyn Gibson authored
Logging changes and improvements.
-
Dustyn Gibson authored
Mod kodi log messages for updates and notifications, warn on errors, debug on actions. Less log clutter pl0x
-
Dustyn Gibson authored
-
Dustyn Gibson authored
Update initial schema for failed.db and cache.db, Big clean up of log…
-
Dustyn Gibson authored
No need for the dropdown, the extra items appear on the right under t…
-
Dustyn Gibson authored
Update initial schema for failed.db and cache.db, Big clean up of logging on startup by moving some INFO->DEBUG.
-
Dustyn Gibson authored
-
- 05 Jun, 2015 1 commit
-
-
Dustyn Gibson authored
Small change for additional layout.
-
- 01 Jun, 2015 1 commit
-
-
Dustyn Gibson authored
-
- 31 May, 2015 1 commit
-
-
Dustyn Gibson authored
Update regexes.py for the web site ISLAND FANSUB (ANIME)
-
- 29 May, 2015 1 commit
-
-
Dustyn Gibson authored
Change urls to use http github.io pages from our repos
-
- 28 May, 2015 3 commits
-
-
Dustyn Gibson authored
Change urls to use http github.io pages from our repos, later sb_network_timezones should be added directly to SR source as a pre-populated submodule and we can avoid scraping it altogether since it rarely changes
-
Dustyn Gibson authored
Change image download issue from error to warning
-
Fernando authored
-
- 27 May, 2015 3 commits
-
-
Dustyn Gibson authored
-
Dustyn Gibson authored
Update both requests to 2.6.0
-
Dustyn Gibson authored
Update both requests to 2.6.0, newest working version in SR/autoProcessTV (2.6.1+ fails on some things for unknown reasons)
-
- 26 May, 2015 5 commits
- 22 May, 2015 2 commits
- 21 May, 2015 1 commit
-
-
Goeny authored
Gives possibility to add coverflow layout to homepage (For a theme i am working on)
-
- 20 May, 2015 4 commits
- 19 May, 2015 8 commits
-
-
Dustyn Gibson authored
Failed Download Handler: Size Fix
-
Dustyn Gibson authored
Try to fix 'utf8' codec can't decode byte
-
Gosku authored
-
Dustyn Gibson authored
Uppercase 'in' and 'a' in fuzzy dates.
-
Dustyn Gibson authored
-
Fernando authored
while reading the DB ``` 2015-05-19 11:19:18 Thread-19 :: Failed doing webui callback: Traceback (most recent call last): File "/home/osmc/SickRage/sickbeard/webserve.py", line 258, in async_call result = function(**kwargs) File "/home/osmc/SickRage/sickbeard/webserve.py", line 1174, in displayShow [showObj.indexerid] File "/home/osmc/SickRage/sickbeard/db.py", line 192, in select sqlResults = self.action(query, args, fetchall=True) File "/home/osmc/SickRage/sickbeard/db.py", line 170, in action sqlResult = self.execute(query, args, fetchall=fetchall, fetchone=fetchone) File "/home/osmc/SickRage/sickbeard/db.py", line 86, in execute return self._execute(query, args).fetchall() File "/home/osmc/SickRage/sickbeard/db.py", line 235, in _unicode_text_factory return unicode(x, sickbeard.SYS_ENCODING) File "/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0x94 in position 0: invalid start byte ```
-
Dustyn Gibson authored
Lowercase date fuzzies were ugly, and the 'last' keyword suggests > 7…
-
Dustyn Gibson authored
Add failed option to PP API
-