Jesse Mullan
f8750645c2
Merge remote-tracking branch 'origin/develop' into feature/autopep8
...
* origin/develop:
Fix more config saving options
2014-11-01 16:16:24 -07:00
AdeHub
9b6d75f370
Merge pull request #1982 from jmullan/feature/fix_more_config_saving
...
Fix more config saving options
2014-11-02 12:06:33 +13:00
Jesse Mullan
1732205174
Merge remote-tracking branch 'origin/develop' into feature/autopep8
...
* origin/develop:
Fix various config keys and template config keys to round trip more data
Fix global of CURRENT_VERSION + other things that pylint points out
Fix argument to turn SSL cert checking on and off
Conflicts:
headphones/__init__.py
headphones/webserve.py
2014-11-01 15:42:32 -07:00
Jesse Mullan
32e57ade15
Fix more config saving options
2014-11-01 15:29:57 -07:00
Bas Stottelaar
b8cd8bd31b
Merge pull request #1972 from jmullan/feature/fix_config_form
...
Fix various config keys and template config keys
2014-10-29 17:02:31 +01:00
Jesse Mullan
b0c7c8b682
Fix various config keys and template config keys to round trip more data
2014-10-29 07:13:44 -07:00
AdeHub
4af96b2bb6
Merge pull request #1969 from jmullan/feature/fix_CURRENT_VERSION
...
Fix global of CURRENT_VERSION + other things that pylint points out
2014-10-29 07:37:52 +13:00
Jesse Mullan
8d7fd835a8
Fix global of CURRENT_VERSION + other things that pylint points out
2014-10-28 11:22:43 -07:00
AdeHub
56beb897cf
Merge pull request #1965 from jmullan/feature/fix_ssl_check
...
Fix argument to turn SSL cert checking on and off
2014-10-28 07:11:36 +13:00
Jesse Mullan
3bcea4b692
autopep8 E272 whitespace before multiple spaces before keyword
2014-10-27 11:06:32 -07:00
Jesse Mullan
7369311501
manual pep8 W291,W293,W391 blank lines, trailing whitespace
2014-10-27 11:03:41 -07:00
Jesse Mullan
9eef7e40f5
autopep8 E221,E222,E225,E227,E228,E251 spaces around operators and in parameters
2014-10-27 11:00:48 -07:00
Jesse Mullan
5a4bff5be8
autopep8 E301,E302,E303 too many / too few blank lines
2014-10-27 10:56:43 -07:00
Jesse Mullan
a040f38a3f
autopep8 E203 whitespace before colon
2014-10-27 10:54:57 -07:00
Jesse Mullan
3ff09aeb46
autopep8 E231 whitespace after some punctuation
2014-10-27 10:53:47 -07:00
Jesse Mullan
045f1cd766
autopep8 api.py
2014-10-27 10:49:09 -07:00
Jesse Mullan
c691b7c39d
autopep8 albumswitcher
2014-10-27 10:48:15 -07:00
Jesse Mullan
ed21bd4b3e
autopep8 headphones/albumart.py
2014-10-27 10:47:36 -07:00
Jesse Mullan
be7716326e
autopep8 headphones/__init__.py
2014-10-27 10:47:05 -07:00
Jesse Mullan
8c21f781e1
autopep8 Headphones.py
2014-10-27 10:46:45 -07:00
Jesse Mullan
5c1223adfb
Fix argument to turn SSL cert checking on and off
2014-10-27 10:16:43 -07:00
AdeHub
23055da02d
Merge pull request #1955 from jmullan/feature/refactor_config
...
Reduce headphones module-level variables and reduce usage of globals, refactor processing of config from web form.
2014-10-27 18:48:04 +13:00
Ade
20981a6c61
Cue split part3
2014-10-27 17:30:22 +13:00
Jesse Mullan
b082fbc0a5
Make sure that old config data is all written out
2014-10-26 09:09:12 -07:00
Jesse Mullan
2af45fd3fe
Fix new variables
2014-10-26 08:49:09 -07:00
Ade
7d621cbc28
Cue split part 2
2014-10-26 19:00:09 +13:00
Jesse Mullan
48ef8a93a9
Merge remote-tracking branch 'upstream/develop' into feature/refactor_config
...
Conflicts:
headphones/postprocessor.py
2014-10-25 19:14:14 -07:00
Jesse Mullan
80d0c6d430
Rename headphones.CFG to headphones CONFIG
2014-10-25 11:40:56 -07:00
Jesse Mullan
ada8603e9f
Fix extras form data; change bool cast to int(bool( cast for some data
2014-10-25 11:39:32 -07:00
Ade
ce73883ba2
Auto cue split
...
- Attempt to split audio files by cue sheet during post processing,
requires shntools with flac or xld. If the split fails then the
directory is set as unprocessed.
https://github.com/rembo10/headphones/issues/1938
- last.fm album art/info - try with release id if adding album
manually. https://github.com/rembo10/headphones/issues/1923 ,
https://github.com/rembo10/headphones/issues/1871
2014-10-25 16:32:53 +13:00
Jesse Mullan
bfbc2e3488
Merge remote-tracking branch 'upstream/develop' into feature/refactor_config
2014-10-23 11:59:04 -07:00
AdeHub
ef493f65a0
Merge pull request #1959 from basilfx/symlinkScan
...
Follow symlinks for library scan.
2014-10-23 18:59:26 +13:00
Jesse Mullan
d76fce8cbc
Merge remote-tracking branch 'upstream/develop' into feature/refactor_config
...
Conflicts:
headphones/__init__.py
headphones/searcher.py
headphones/webserve.py
2014-10-22 10:02:18 -07:00
Bas Stottelaar
87b444684a
Follow symlinks for music folder scan. Fixes #1953
2014-10-22 11:35:00 +02:00
AdeHub
f9dfdb2c98
Merge pull request #1958 from basilfx/improvements
...
Various improvements
2014-10-22 16:48:10 +13:00
Bas Stottelaar
fd7bb4eb7e
Add missing library for APScheduler.
2014-10-21 02:54:13 +02:00
Bas Stottelaar
2ddb96e134
Clarified post processing logging.
2014-10-21 02:43:50 +02:00
Bas Stottelaar
5ebe6bcd00
Display query/type in search box on results page.
2014-10-21 02:33:41 +02:00
Bas Stottelaar
6b4afd8877
Cleanup search code. Add support for magnet links conversion. Fixes #1926 .
2014-10-21 02:07:56 +02:00
Bas Stottelaar
8a8821530a
Jump back to top when changing pagination page. Fixes #1948
2014-10-21 00:22:53 +02:00
Bas Stottelaar
bea7022b4c
Upgrade autoreload setting
2014-10-20 21:48:17 +02:00
Bas Stottelaar
553cc536c0
Upgraded APScheduler to 3.0.1. This includes pytz and tzlocal as dependencies.
2014-10-20 21:48:10 +02:00
Jesse Mullan
8fbef76dc0
Merge remote-tracking branch 'upstream/develop' into feature/refactor_config
2014-10-20 00:13:02 -07:00
Jesse Mullan
2686b4c190
Remove superfluous values from configuration tuples
2014-10-20 00:12:56 -07:00
Jesse Mullan
43109f8172
Fix djmix to be dj-mix
2014-10-19 14:32:38 -07:00
AdeHub
cf181e1d26
Merge pull request #1951 from andrenam/cherrypy360
...
Upgrade Cherrypy to version 3.6.0
2014-10-18 08:14:08 +13:00
andrenam
14c6f68fb7
- upgrade cherrypy to version 3.6.0
...
- dont't pass unicode hostname to cherrypy (see cherrypy-issue #1285 ,
https://bitbucket.org/cherrypy/cherrypy/issue/1285/n-must-be-a-native-str-got-unicode )
2014-10-14 02:43:55 +02:00
AdeHub
47f93d97d5
Merge pull request #1947 from basilfx/repocleanup
...
Updated the basic repository files. Structured API documentation, added ...
2014-10-11 10:53:35 +13:00
Jesse Mullan
0ffbd7824d
Saving the config appears to work again
2014-10-09 10:51:03 -07:00
Bas Stottelaar
5ea6ec4328
Updated the basic repository files. Structured API documentation, added CONTRIBUTING.md
2014-10-08 20:57:43 +02:00