Commit Graph

2882 Commits

Author SHA1 Message Date
daktak
5378884bf8 boxcar notification 2014-04-14 17:43:01 +10:00
Bas Stottelaar
631d947a9a Re-added decoding of strings 2014-04-13 18:25:17 +02:00
rembo10
7280807588 Don't limit extras to 25 2014-04-12 17:44:48 -07:00
Bas Stottelaar
ca010ac522 Prevent misleading messages about whitelisting 2014-04-12 20:35:15 +02:00
Bas Stottelaar
e2e1ef9bc6 Add clear log option. Improved styling. 2014-04-12 20:27:38 +02:00
Bas Stottelaar
a96b793c98 Add color for warnings.
Some distinction between the levels is handy.
2014-04-12 18:59:08 +02:00
Bas Stottelaar
f7ba0ff634 All loggers on the same level.
In the issues, a lot of logs do not include DEBUG info, even if started with
verbose turned on. By defaulting all loggers to INFO, but DEBUG if verbose
is 2, I hope this will improve.

This will disable DEBUG for log file, but I assume verbose is turned on in
case of problems, so it will save disk writings.
2014-04-12 18:56:40 +02:00
Bas Stottelaar
a0339d9814 Forgot a parenthesis 2014-04-12 18:23:59 +02:00
Bas Stottelaar
eb7a1d7117 Updated methods to log messages new style 2014-04-12 18:23:59 +02:00
Bas Stottelaar
65fa0e21fa Do not decode for logger. 2014-04-12 18:23:59 +02:00
Bas Stottelaar
60ea86d499 Correct indent. Use signum is not None instead of type(signum) != type(None) 2014-04-12 18:23:59 +02:00
Bas Stottelaar
0411bb6b44 Importing with statement is for Python 2.5.
Bases on libraries (e.g. beautifulsoup4), I guess the minimal version for Headphones is at least 2.6
2014-04-12 18:23:58 +02:00
Bas Stottelaar
d0198b15ee Restructured imports of post processor 2014-04-12 18:23:58 +02:00
rembo10
c4e8678d8f Fix for removeExtras error 2014-04-12 09:17:52 -07:00
rembo10
d6cd9cd7e4 whitespace 2014-04-11 11:30:51 -07:00
rembo10
6c4da76056 Merge branch 'develop' v0.3.1 2014-04-11 10:40:37 -07:00
rembo10
bf918e6e56 Merge branch 'bug-fixes' into develop 2014-04-11 10:40:00 -07:00
rembo10
0616aae684 Fix for magnet links not being opened on windows 2014-04-11 10:36:41 -07:00
rembo10
2d137ddcd6 Fix for newznab not being searched 2014-04-11 10:35:34 -07:00
rembo10
94a2be275b Merge remote-tracking branch 'basilfx/bugfixes3' into develop 2014-04-11 10:19:24 -07:00
Bas Stottelaar
aba4bae39e Comparing against remote branch should be master...local_version, instead the other way around 2014-04-11 17:54:30 +02:00
rembo10
541fe5a610 Merge branch 'bug-fixes' into develop 2014-04-10 17:35:57 -07:00
rembo10
f7df469cc3 Merge branch 'bug-fixes' 2014-04-10 17:35:44 -07:00
rembo10
648fe27604 omgwtfnzbs fix 2014-04-10 17:35:30 -07:00
rembo10
a6532d149c Merge branch 'develop' 2014-04-10 09:56:11 -07:00
rembo10
966c097f76 Merge remote-tracking branch 'basilfx/bugfixes2' into develop 2014-04-10 09:53:50 -07:00
Bas Stottelaar
d3d5b9dda2 Fix for transmission authorization problems 2014-04-10 14:12:03 +02:00
Bas Stottelaar
a693777433 Add ordereddict (https://pypi.python.org/pypi/ordereddict) for Beets/Python 2.6 compatibility 2014-04-10 13:21:29 +02:00
rembo10
b406c3cb68 Return latest version from github rather than current version 2014-04-09 21:20:29 -07:00
rembo10
432354dcd1 Merge branch 'develop' 2014-04-09 21:12:36 -07:00
rembo10
496e9a0fd5 Fix for XBMC notification 2014-04-09 21:10:42 -07:00
rembo10
d3727d1fef Couple of fixes for the updater 2014-04-09 19:42:28 -07:00
rembo10
a37ce75038 Bug fix to return latest version available rather than None 2014-04-09 19:39:09 -07:00
rembo10
69d1807e9a Possible fix for updater 2014-04-09 19:33:07 -07:00
rembo10
0c32fbe706 'Nother bug in the updater 2014-04-09 18:56:33 -07:00
rembo10
a1ed6901d4 Possible fix for zip not updating 2014-04-09 18:52:31 -07:00
rembo10
1f4ca0ac48 Added yaml for windows 2014-04-09 18:32:08 -07:00
rembo10
ff16c84b8b Merge branch 'develop'. lots of changes, see git log for details. Cool features: post process single dirs, select specific downloads, track specific branches..... v0.3 2014-04-09 17:16:21 -07:00
rembo10
d1d45c21d4 Added ability to delete single history items 2014-04-08 20:17:57 -07:00
rembo10
9c14a2699e allow directories with non-ascii chars to be passed through as a single directory to force post process 2014-04-08 17:38:02 -07:00
rembo10
66becf2642 Skip to the next result if only magnet link: 2014-04-08 15:26:38 -07:00
rembo10
7240db2567 Took out automatic torrage links, now grab either the magnet or torrent file, depending on settings, also, allow headphones to open magnet links if the blackhole option is set 2014-04-08 15:14:38 -07:00
rembo10
6118fea823 Catch an exception if we can't compare versions on github 2014-04-08 15:13:35 -07:00
rembo10
49e0571cb9 added try/except block to adding album art to folder 2014-04-08 13:22:51 -07:00
rembo10
de78d1e737 Added a try/except to embedding album art 2014-04-08 13:15:57 -07:00
rembo10
93d4df29a6 More bugs in replace_illegal_chars 2014-04-08 12:52:14 -07:00
rembo10
ae7dc456ca Bug in helpers.replace_illegal_chars 2014-04-08 12:41:11 -07:00
rembo10
ea1e01d417 Merge remote-tracking branch 'NovaXeros/master' into develop
Conflicts:
	headphones/searcher.py
	headphones/webserve.py
2014-04-08 12:31:18 -07:00
rembo10
00c545b37e Make character replacement a bit more systematic & uniform throughout 2014-04-08 12:08:28 -07:00
rembo10
f51962f645 Added 'other' category to extras 2014-04-08 11:43:03 -07:00