Commit Graph

1506 Commits

Author SHA1 Message Date
rembo10 864ea22a70 Pulled in a few beets updates 2014-04-03 15:29:53 -07:00
rembo10 acad25c534 Initial changes to get 'prefer torrents' option working 2014-04-03 15:29:53 -07:00
rembo10 269f346e1c Updated musicbrainz lib 2014-04-03 15:29:52 -07:00
rembo10 f03a2518ba Merge remote-tracking branch 'echel0n/forceprocess_dir' into develop 2014-04-03 15:29:39 -07:00
echel0n cc28e7b4c3 Added ability to forceProcess api to allow passing in of a directory 2014-04-02 19:30:09 -07:00
rembo10 41119b1d77 Fixed a couple of typos in the updater 2014-04-02 16:19:28 -07:00
rembo10 5da4cb7d12 Bug fixes for github-branch-switching feature 2014-04-02 16:14:02 -07:00
rembo10 933dbd205c Little fix to make sure zip/exe users don't get an error 2014-04-01 23:12:40 -07:00
rembo10 431e24ff37 Used old vip server address on accident 2014-04-01 23:00:09 -07:00
rembo10 d12b6cabc9 Updated musicbrainzngs lib 2014-04-01 22:41:13 -07:00
rembo10 8ccb7f2f16 Added override-float back in 2014-04-01 18:18:41 -07:00
rembo10 dd9c21fe3f Merge branch 'github-branch-switching' into develop 2014-04-01 13:57:16 -07:00
rembo10 a48babfa09 Easily track develop branch if.... on the develop branch 2014-04-01 13:56:45 -07:00
rembo10 e13cc15edf A little cleanup of the libs due to OCD 2014-04-01 11:01:11 -07:00
rembo10 073f1dad3f Merged in AdeHub/bugfix - fixed conflict with adding lib folder to path 2014-04-01 10:57:17 -07:00
rembo10 e721f3d302 Merge remote-tracking branch 'basilfx/growl' into develop 2014-04-01 10:46:41 -07:00
Bas Stottelaar b18487f512 Updated imports 2014-04-01 09:42:14 +02:00
Bas Stottelaar c1b0dc4225 Add lib/ folder to the PYTHON_PATH.
This way, modules inside the lib/ folder don't have to be repackaged, and allows top level folders (e.g. bs4) to move to the lib/ folder.

Approach is similar to what CouchPotato does.
2014-04-01 09:42:01 +02:00
Bas Stottelaar 31ed56bcc9 Merge with rembo10/develop 2014-04-01 09:41:48 +02:00
rembo10 0c714a78de Updated mako lib 2014-03-31 21:50:41 -07:00
rembo10 708f5fcd70 Minor library change for beets import for basilfx/postprocess_improvements 2014-03-31 16:59:03 -07:00
rembo10 feb86435d8 Merge remote-tracking branch 'basilfx/postprocess_improvements' into develop 2014-03-31 16:58:20 -07:00
rembo10 11b5c9ced1 Merge conflict from basilfx/multicore merge 2014-03-31 16:57:48 -07:00
rembo10 ad1c4851b1 Merge remote-tracking branch 'gotson/pushover-override' into develop 2014-03-31 16:53:41 -07:00
rembo10 5a1a6d1b57 Merge remote-tracking branch 'gotson/artist-sort' into develop 2014-03-31 16:53:21 -07:00
rembo10 341e2c5edb Added wma & asf to filetypes 2014-03-31 16:51:27 -07:00
rembo10 4f5a2cd3d0 headphonify beets 2014-03-31 16:25:49 -07:00
rembo10 2ba476c6ef Updated beets lib ( + mutagen ) and added unidecode 2014-03-31 16:21:50 -07:00
Bas Stottelaar 9872e9a1a3 Update WebUI to enable/disable Growl notifications 2014-04-01 00:36:02 +02:00
Bas Stottelaar c26e867859 Added initial version of Growl notification, including image 2014-04-01 00:35:40 +02:00
Bas Stottelaar 4607c2f28b Add GNTP library version 1.0.2 2014-03-31 23:30:35 +02:00
Bas Stottelaar 17f1bc5344 Restructured post processor resolving order.
Do not skip release group ID from filename if name/meta data failed.
2014-03-31 23:01:38 +02:00
Bas Stottelaar 7bb7cf9551 Extract media tags for determining album. 2014-03-31 22:30:22 +02:00
Bas Stottelaar b51a2eb4e3 Added switches in WebUI to enable/disable multi-core 2014-03-31 21:14:50 +02:00
Bas Stottelaar 1c3132b3aa Initial multi core encoding support 2014-03-31 20:42:50 +02:00
gotson 88a2d364f6 Pushbutton API token override 2014-03-31 17:46:18 +08:00
gotson 3dc515507c Save datatable sort for Artist view 2014-03-31 15:44:30 +08:00
Ade a1fe8f2519 nzbget - log as info instead of error 2014-03-31 19:23:08 +13:00
rembo10 f0b4f2f3c8 Merge remote-tracking branch 'gotson/songkick-https' into develop 2014-03-30 21:54:01 -07:00
rembo10 d2e2008f1b Merge remote-tracking branch 'cohena/develop' into develop 2014-03-30 21:51:38 -07:00
rembo10 2f10b9bbe8 Merge remote-tracking branch 'doucheymcdoucherson/patch-1' into develop 2014-03-30 21:51:13 -07:00
gotson d0ae36ac56 Request Songkick data over HTTPS, to avoid conflicts when Headphones is running over HTTPS or behind a HTTPS reverse-proxy 2014-03-31 12:51:00 +08:00
cohena 729a105377 Adding 'keeplogged' argument to maintain what.cd api login 2014-03-30 18:05:04 -07:00
doucheymcdoucherson 0bdc707fdf Change pushover notification title
Makes more sense to set pushover notification titles as "Headphones" rather than "Download and Postprocessing completed" - which may be too long (gets truncated on android app depending on screen resolution) and not descriptive when you have lots of other notifications coming in. If that verbiage is desired, it would be better in the "pushmessage" body. 

This may apply to the other notification types as well, but not sure as I don't use them.
2014-03-30 15:07:06 -07:00
cohena ca8ab32eaf Handle login expiration 2014-03-30 13:07:38 -07:00
Ade 6e2338184e Small bug fixes
- Delete from Releases when deleting artist/album
- Searcher - Size limits not quite working
- Searcher - 1st newznab used even if disabled
- Rutracker search stopped working for me, fixed by updating Beautiful
Soup. Moved bs4 and html5lib to lib and ensured (I think) it’s imported
from the right place
2014-03-30 16:32:48 +13:00
rembo10 dbe644aee2 Possible fix for album art permissions not being updated 2014-03-28 18:26:19 -07:00
rembo10 e293302bfe Catch an exception where lyrics can't be saved due to encoding error 2014-03-28 11:42:14 -07:00
rembo10 7c068ca4c5 Updated the 'maintaining db' log message 2014-03-28 11:25:17 -07:00
rembo10 537126b3d9 Enable songkick by default because it's awesome v0.2.3 2014-03-28 11:17:29 -07:00