Commit Graph

2882 Commits

Author SHA1 Message Date
Bas Stottelaar
e35d2277c3 Uniform exit codes. 2014-12-13 17:30:13 +01:00
Bas Stottelaar
f29352b864 Reverse open browser and background thread start. 2014-12-13 17:29:30 +01:00
Bas Stottelaar
2ca60b09d4 Updated CONTRIBUTING.md 2014-12-13 17:28:52 +01:00
Bas Stottelaar
8ddf6ceb1f Make sure every scheduled job logs start and a stop 2014-12-13 15:09:11 +01:00
Ade
aabcc86d9c cue split config paths for shntool, flac
Allow paths to shntool and flac commands to be specified in config.ini,
e.g.

cue_split_shntool_path = /usr/local/bin
cue_split_flac_path = /opt/local/bin
2014-12-13 20:02:44 +13:00
Ade
ecae9d0996 Default artist latest album details
For manually added albums where the artist doesn’t exist, default
latest artist details from the added album
2014-12-07 16:04:06 +13:00
Ade
8eb0b02adb utorrent, hash is now upper case 2014-12-07 14:20:23 +13:00
Bas Stottelaar
33417d4b7d Prepare next release already. 2014-12-06 13:25:25 +01:00
Bas Stottelaar
ce296e691b Add advanced option to ignore folder patterns (#2037).
Applies to post processing folders and library scan folders. There is no configuration option in the web interface (yet), but one can specify the following in the INI file (make sure Headphones is shut down!).

[Advances]
...
ignored_folders = *.git, *.btsync
...
2014-12-06 13:24:57 +01:00
Bas Stottelaar
eb49d303ad Convert hash to upper. 2014-12-06 12:37:57 +01:00
Bas Stottelaar
cf17287794 Merge pull request #2035 from Squirtukuk/2016
Fix heading and change restore to reset for clarification.
2014-12-03 11:09:45 +01:00
Simon
8be00cbee8 Fix heading and changed from restore to reset for clarification. Fixes issue #2016 2014-12-02 16:32:24 +00:00
Bas Stottelaar
592f4a8bac Merge pull request #2032 from jmullan/feature/cleanup
Fix some linting and other errors
2014-11-30 11:19:51 +01:00
Jesse Mullan
42cb1f784a Merge remote-tracking branch 'origin/develop' into feature/cleanup
* origin/develop:
  Log exact write check error to log (debug)
  Catch SSL errors which probably relate to self-signed certificates
2014-11-28 11:47:44 -08:00
Bas Stottelaar
38529e6809 Log exact write check error to log (debug) 2014-11-27 02:06:08 +01:00
Bas Stottelaar
c1fe7df02d Catch SSL errors which probably relate to self-signed certificates 2014-11-27 02:05:45 +01:00
Bas Stottelaar
5c31f511f6 Log exact write check error to log (debug) 2014-11-27 01:50:32 +01:00
Jesse Mullan
fc1c1ae31a Various lint stuff 2014-11-26 09:46:20 -08:00
Jesse Mullan
ac0c61de98 Enable C0303 and C0325, whitespace at end of line and unnecessary () after if checks 2014-11-25 18:49:17 -08:00
Jesse Mullan
fdb02cedea Various small cleanups 2014-11-25 14:37:26 -08:00
Jesse Mullan
68fa9beb22 Various cleanups 2014-11-25 14:36:41 -08:00
Bas Stottelaar
3075929824 Merge pull request #2022 from jmullan/feature/sleeps
Unify locking and sleeping mechanisms
2014-11-25 23:19:46 +01:00
Bas Stottelaar
754481ab13 Merge pull request #2020 from jmullan/feature/travis
Add mention of travis to contributing doc and fix some lint stuff
2014-11-25 23:19:35 +01:00
Bas Stottelaar
8bf2d81998 Merge pull request #2018 from sunmorgus/patch-1
Update pushbullet notification to use JSON
2014-11-25 23:17:36 +01:00
Jesse Mullan
80f795d32c Fix a typo 2014-11-23 23:55:01 -08:00
Jesse Mullan
9e6f2a4952 Fix using lock/rate limit for requests.* 2014-11-23 23:48:28 -08:00
Jesse Mullan
0146153d0a Hopefully fix pylint complaint, also lock pylint to pything 2.6 compatible version 2014-11-23 16:29:19 -08:00
Jesse Mullan
28079165c4 Fix pylint complaints about logging 2014-11-23 16:03:30 -08:00
Jesse Mullan
40884a7588 Unify locking and sleeping mechanisms 2014-11-23 15:55:56 -08:00
sunmorgus
9b990c03a6 Update pushbullet notification to use JSON
The pushbullet api has changed and now only accepts JSON encoded requests. I changed the content-type (line 454) to application/json, and encoded the data using json.dumps. Also, the url for api calls changed as well (line 453). 

Also removed the 'device_iden' (line 447), since it didn't seem to be working correctly. A note on this change...since we aren't specifying a device id in the request, pushbullet will ignore the selected device in the settings page and just send the notification out to every device the user has configured. May want to eventually update the settings page to get a list of devices from pushbullet and use the returned ids here.
2014-11-21 15:01:11 -05:00
Jesse Mullan
a72bbf29f6 Added mention of travis-ci to contributing doc 2014-11-19 16:44:04 -08:00
Heisenberg74
7f740b1fc3 Update base.html
Remove class for log button because it looks ugly with it
2014-11-19 19:39:45 +01:00
Ade
8ae0e6d4d3 xld encoding
Use python method to read plist, should give a bit more logging
2014-11-19 22:48:23 +13:00
Bas Stottelaar
f15ad447ca Merge branch 'develop'
* develop:
  Release v0.5.1
  Prepare for next release
  Fixed HTML div closing tag. Updated titles
  Fixed typo
  Allow one to disable all tasks
  Allow one to adjust interval settings without restarting.
  Prevent infinite recursion while scanning library.
  Fix for new paths
  Added the real pkg_resources from setuptools 7.0. Should fix #2001
  Fixed contrib scripts. Added *.pyc cleaning scripts
  Check if pyOpenSSL is installed before enabling HTTPS.
  Ignore CSR files
  Fixed SSL too long errors in CherryPy.
  Spaces removal
  Add downgrade functionality (contributed script)
  Use urlparse to parse transmission URL
  Fix for #1998
v0.5.1
2014-11-13 20:00:27 +01:00
Bas Stottelaar
67c29560db Release v0.5.1 2014-11-13 19:59:53 +01:00
Bas Stottelaar
8e787dca86 Prepare for next release 2014-11-13 12:11:44 +01:00
Bas Stottelaar
f06dd86a99 Fixed HTML div closing tag. Updated titles 2014-11-13 12:02:07 +01:00
Bas Stottelaar
73f3cc64a5 Fixed typo 2014-11-13 11:39:55 +01:00
Bas Stottelaar
2601de5c30 Allow one to disable all tasks 2014-11-13 02:58:41 +01:00
Bas Stottelaar
ee3ccfa598 Allow one to adjust interval settings without restarting. 2014-11-13 02:32:48 +01:00
Bas Stottelaar
396cbb7b64 Prevent infinite recursion while scanning library. 2014-11-13 02:32:23 +01:00
Bas Stottelaar
c64f08b2b5 Fix for new paths 2014-11-12 23:36:52 +01:00
Bas Stottelaar
3cf82f4dac Added the real pkg_resources from setuptools 7.0. Should fix #2001 2014-11-12 23:31:05 +01:00
Bas Stottelaar
a43256e802 Fixed contrib scripts. Added *.pyc cleaning scripts 2014-11-12 23:22:41 +01:00
Bas Stottelaar
6f91694d51 Check if pyOpenSSL is installed before enabling HTTPS.
Previous, it is only checked if pyOpenSSL is installed when certificates are
generated. Now, it is checked when HTTPS is enabled. In case it is missing,
HTTPS will be disabled.
2014-11-12 22:53:22 +01:00
Bas Stottelaar
d25ce692f9 Ignore CSR files 2014-11-12 22:34:51 +01:00
Bas Stottelaar
f495fc01bc Fixed SSL too long errors in CherryPy.
The fix is suggested by https://bitbucket.org/cherrypy/cherrypy/issue/1298/ssl-not-working
2014-11-12 22:29:04 +01:00
Bas Stottelaar
4aacbd2731 Spaces removal 2014-11-12 22:21:20 +01:00
Bas Stottelaar
bb7b1f64ce Add downgrade functionality (contributed script) 2014-11-12 20:25:08 +01:00
Bas Stottelaar
548e0a9821 Use urlparse to parse transmission URL 2014-11-12 18:49:57 +01:00