Michel Wilson
a3b764d3d5
Make albumart-files world readable
2013-02-18 15:18:41 +01:00
clashlab
1d7142c774
Fix NZBsRus results parsing
...
NZBsRus search returns a Python dictionnary.
This fix allows to take into account NZBsRus results. Calling eval is not a really good idea and should be replaced
2013-01-23 15:06:32 +01:00
rembo10
9b9fd0be59
Disc number as string
2013-01-20 12:15:03 -05:00
rembo10
a300c7af02
Removed nzbmatrix and newzbin code from brink skin
2013-01-20 10:53:50 -05:00
rembo10
df3fb1b22a
Time to get rid of this on the default interface
2013-01-20 10:52:10 -05:00
rembo10
2b8d7cf73c
Made Headphones.py executable
2013-01-19 11:13:36 -05:00
rembo10
e29fc2351f
Typos
2013-01-19 10:26:06 -05:00
rembo10
cecee0efb3
Added code for preferred words sorting
2013-01-19 10:14:28 -05:00
rembo10
65d4181f89
Added searcher words to the config page, added required & ignored words code to searcher.py, got rid of old newzbin & nzbmatrix code in searcher.py
2013-01-19 07:17:48 -05:00
rembo10
1c1e2e0bdc
Fixed some whitespace issues
2013-01-19 04:18:29 -05:00
rembo10
635af9595f
Initial code to get in preferred words, ignored words & required words when searching
2013-01-19 04:09:57 -05:00
rembo10
3d4bf0fe1a
Fixed typo in disc # pull request
2013-01-19 03:20:19 -05:00
rembo10
685f221298
Merge remote-tracking branch 'peterschen/master' into develop
2013-01-19 03:17:43 -05:00
peterschen
f02070a3f5
Added disc number as renaming option
2013-01-18 18:18:35 +01:00
rembo10
2c38028f36
Added back in the changes that were somehow undone by commit 291ea8b653 (taking lossless if no good lossy matches found)
2013-01-18 11:26:26 -05:00
rembo10
263272c9c7
Merge branch 'develop': Added option to allow lossless nzbs if no good
...
lossy versions are found, added option to customize album art name
2013-01-11 07:03:12 -05:00
rembo10
291ea8b653
Little bug fix to prevent preprocessing empty nzblist in searcher.py
2013-01-11 06:58:51 -05:00
rembo10
99a66e4955
Added option to customize album art name
2013-01-11 06:25:05 -05:00
rembo10
d91da42f50
Added an option to allow lossless if no good lossy matches found (works for nzbs only right now)
2013-01-11 05:46:43 -05:00
rembo10
120ad6393f
Added a filter for FLAC files based on title if we're not specifically looking for lossless
2013-01-11 01:33:17 -05:00
rembo10
adc1f9f35c
Try not to reprocess torrent folders that are being kept for seeding during forced post processing
2013-01-11 01:19:07 -05:00
rembo10
999d716042
Merge branch 'develop': Fix for searcher not firing if only nzbsrus or
...
nzbx are selected, fix for torrent temp folder on windows, strip
whitespace from search terms
2013-01-11 00:42:35 -05:00
rembo10
a5a22013d2
Added nzbsrus to the initial searcher check
2013-01-08 11:23:39 -05:00
rembo10
342d85d1f2
Strip whitespace in search term
2013-01-02 09:52:07 -05:00
rembo10
86e2177e68
Strip trailing whitespace when creating a temp folder for preserving torrent files
2013-01-02 05:03:36 -05:00
rembo10
a3442673e3
Fix for searcher not firing off if only nzbx was checked
2013-01-01 07:21:03 -05:00
rembo10
cb52d97ce9
Merge branch 'nzbx-hotfix'
2012-12-26 00:27:32 -05:00
rembo10
4f339609d9
Merge branch 'nzbx-hotfix' into develop
2012-12-26 00:26:57 -05:00
rembo10
80928c9800
Fixed nzbx NoneType->int
2012-12-26 00:26:45 -05:00
rembo10
c61eb10616
Merged in initscript changes from brunnels, added option to modify album
...
search term, added nzbx.co
2012-12-25 11:23:38 -05:00
rembo10
da6840bd24
Added nzbx.co as a provider, added a timeout to the git check stuff on startup
2012-12-25 11:18:21 -05:00
rembo10
d404520cea
Merged in brunnels updated initscript/pidfile handling & adehub fix in base.html
2012-12-25 01:01:50 -05:00
rembo10
ef1e8b6d60
Reverted the adehub version in base.html back to rembo10
2012-12-25 00:56:18 -05:00
rembo10
aec1603885
Added option to modify search term on album page (manually override the automatic search term headphones makes with your own)
2012-12-25 00:55:32 -05:00
rembo10
4c43b6539e
Update headphones/postprocessor.py
...
typo when checking download kind during forced post-processing
2012-12-22 01:20:29 -08:00
rembo10
5f1a6b0510
Update headphones/postprocessor.py
...
Typo when getting download kind during forced post-processing
2012-12-22 01:16:41 -08:00
rembo10
de60e6fae2
Removed nzbmatrix & newzbin, added nzbsrus. Fixed encoder path on
...
windows breaking if it had spaces. Added option to keep torrent files
for seeding
2012-12-20 04:21:10 -05:00
rembo10
307a564ad5
Some bug fixes for preserving torrent files after post processing
2012-12-19 10:53:57 -05:00
rembo10
02fb83592a
Added option to preserve torrent dir for seeding after post processing
2012-12-18 05:18:55 -05:00
Benjamin Runnels
9365a3e20c
Added missing exception include and fixed improper logger commands
2012-12-17 12:19:45 -06:00
Benjamin Runnels
cf387fe54f
Fixed default setting for GIT_USER and GIT_BRANCH
...
Fixed stdout catching
Updated gitignore adding /cache, /logs, and eclipse project files.
Made init.ubuntu executable
2012-12-17 11:20:08 -06:00
Benjamin Runnels
f10b38c418
Improved pidfile handling (from sickbeard)
...
Added signal watch to shutdown properly and remove pidfile (from
sickbeard)
2012-12-17 10:14:46 -06:00
Benjamin Runnels
4bc40a3218
Fixed a hardcoded url to AdeHub github in update check message.
...
Created new GIT_USER and GIT_BRANCH globals and config options.
Moved hardcoded user and branch variables to globals in versioncheck.
2012-12-17 08:27:48 -06:00
Benjamin Runnels
ed5d7dda53
Update linux init script to be inline with other tools like sickbeard,
...
couchpotato, marachino, etc...
2012-12-17 07:34:23 -06:00
rembo10
7b559d272c
Merge branch 'provider-update' into develop
2012-12-14 07:48:50 -05:00
rembo10
8479cd277f
Commented out nzbmatrix and newzbin code, added in nzbsrus api - but service appears to be offline so can't test it right now - might need to switch to rss feed
2012-12-14 07:48:15 -05:00
rembo10
a060fc4b94
Initial setup for nzbsrus, removed nzbmatrix and newzbin from config :-(
2012-12-14 07:12:37 -05:00
rembo10
b9e17c96ef
Possible fix for encoder commands not working (on windows only?) when there are spaces in the path to encoder
2012-12-10 06:49:17 -05:00
rembo10
ff4ee1f1a3
Grabbing the user-agent update when requesting the nzb file (fix for
...
nzb.su)
2012-12-09 09:28:12 -05:00
rembo10
e0fd7b4fa8
Add user-agent when requesting nzbs
2012-12-09 09:27:20 -05:00