echel0n
6cffd5364d
Merge branch 'clinton-hall/dev'
...
Conflicts:
autoProcess/autoProcessMovie.py
autoProcess/autoProcessMusic.py
autoProcess/autoProcessTV.py
autoProcess/migratecfg.py
autoProcess/nzbToMediaUtil.py
2014-04-01 21:48:57 -07:00
echel0n
3564abf11c
Fixed bug in new config class that was preventing it from not creating a instance based on our conditional checks.
2014-04-01 21:13:57 -07:00
echel0n
c49fb9586f
Added exception handling for bad files or missing files
2014-04-01 19:04:38 -07:00
echel0n
e51ff81dbe
Added a chcek for sample cfg file and if not found it copies the .cfg to .sample and runs migratecfg so it can check the cfg over and make sure its not missing any sections, options, or values and migrates old cfg style to new cfg style.
2014-04-01 18:52:56 -07:00
echel0n
6d45257035
Added in a config class to access main config properly and now can be called from anywhere in the code by creating a instance.
...
Re-coded migratecfg, vast improvements made and code cleanup of unrequired checks.
Fixed numerous small bugs throughout nzbToMedia including possible calls to variables that may not have been created do to conditional statements.
2014-04-01 18:35:20 -07:00
clinton-hall
08968619ab
added dynamic timout to HP and CPS. Change timebase to seconds. #295 #300
2014-04-02 11:38:51 +10:30
Clinton Hall
2d57f9c581
Fix #301
2014-04-01 22:19:27 +10:30
clinton-hall
966371b610
fix description error. GiB not GB
2014-04-01 17:27:13 +10:30
clinton-hall
6cbee573b3
changed default values
2014-04-01 17:23:26 +10:30
clinton-hall
800bb84c3e
added dynamic timeout. #295
2014-04-01 17:20:22 +10:30
Clinton Hall
4e4bc03234
Merge pull request #299 from echel0n/dev
...
Bugfixes for auto fork feature
2014-03-31 20:40:22 +10:30
echel0n
08bd4584d8
Changed autoFork to default to auto-detection if it fails to properly get the config value for fork or one is not set
2014-03-31 02:58:58 -07:00
echel0n
3d7228a893
Added in code to delete params that are not being used before we pass them to SB this way we don't have any potential issues arise from passing a NoneType param
2014-03-31 00:43:04 -07:00
echel0n
bd68c6f378
Clean up of misc files
2014-03-31 00:24:12 -07:00
echel0n
369f69c140
Fixed bug in autoSickBeardFork where it was improperly returning values.
...
Fixed constants for default fork as it has no process param but does have method.
2014-03-31 00:22:36 -07:00
clinton-hall
dd6440dc71
add process_method. from #298 fixes #296
2014-03-31 13:32:47 +10:30
echel0n
9969eaa47a
Merge branch 'clinton-hall/dev'
...
Conflicts:
autoProcess/nzbToMediaEnv.py
2014-03-30 18:29:49 -07:00
echel0n
017e2239a4
Fixed process_method issue #296
...
Fixed bug where it would detect the incorrect fork branch due to improperly set constants
Adds ability for user to set process_method from cfg file, leaving it empty defaults to sickbeard's process method from its config.
2014-03-30 18:11:51 -07:00
clinton-hall
bb3febaa9c
simplify tests for extracted files. fixes #294
2014-03-25 14:04:45 +10:30
clinton-hall
8242700032
ensure forks are ordered and parsed correctly. fixes #294
2014-03-25 13:47:07 +10:30
clinton-hall
01c1328707
reorder forks to check most-unique first. fixes #294
2014-03-25 09:57:37 +10:30
Clinton Hall
b108650cfd
Merge pull request #292 from Prinz23/sb_default_fix1
...
Default SickBeard doesn't have a parameter "process"
2014-03-23 12:44:21 +10:30
Prinz23
a1e5dfa554
Default SickBeard doesn't have a parameter "process"
2014-03-23 01:32:14 +01:00
clinton-hall
6580480382
fix when fork not = auto.
2014-03-22 16:54:20 +10:30
clinton-hall
3a4fe5223a
more release status changes
2014-03-22 16:39:08 +10:30
clinton-hall
4cfebd0c05
fix library id extraction
2014-03-22 14:00:43 +10:30
clinton-hall
c5e38ef73d
new api return
2014-03-22 13:41:03 +10:30
clinton-hall
d414247259
fix release status check
2014-03-22 10:22:04 +10:30
clinton-hall
efe4804d99
change failed url to media_id
2014-03-22 07:30:17 +10:30
clinton-hall
59264f55ad
remove my version. #289
2014-03-21 22:06:08 +10:30
Clinton Hall
719b4ed0ae
Merge pull request #289 from echel0n/dev
...
Fix to param setting code in autoProcessTV
2014-03-21 22:03:49 +10:30
clinton-hall
40be374b0f
update changelog
2014-03-21 21:56:58 +10:30
clinton-hall
a9556dd7a0
cleanup and a few fixes. #288
2014-03-21 21:55:00 +10:30
echel0n
edb164768a
autoProcessTV typo fix for dir param
2014-03-21 04:13:02 -07:00
echel0n
e1a3e1b6c0
Another quick fix for migrate code
2014-03-21 03:47:23 -07:00
echel0n
af2efa18ee
Fixed typo
2014-03-21 03:35:29 -07:00
echel0n
9942fee63d
Updated migration code to compliment the new fork names we use
2014-03-21 03:31:29 -07:00
echel0n
b7d348e710
Fix to param setting code in autoProcessTV, was not correctly setting params
2014-03-21 03:16:17 -07:00
Clinton Hall
c74f9d08a9
Merge pull request #288 from echel0n/dev
...
Added feature that will auto-detect the SickBeard fork
2014-03-21 20:24:56 +10:30
echel0n
351215add1
Added feature that will auto-detect the SickBeard fork
2014-03-21 00:07:54 -07:00
clinton-hall
21fc2f9217
remove obsolete test
2014-03-19 07:10:18 +10:30
clinton-hall
7f8ded9f0e
more minor fixes
2014-03-18 19:59:02 +10:30
clinton-hall
4d69f85677
a few small fixes
2014-03-18 16:42:28 +10:30
clinton-hall
0a9c8030e5
new api call for CouchPotato
2014-03-18 16:20:59 +10:30
clinton-hall
c2f10b832c
fix setting of Mylar config from NZBGet.
2014-03-14 12:06:09 +10:30
clinton-hall
ec6129cb36
check for .x264 in archive parts. fixes #281
2014-03-13 22:36:53 +10:30
clinton-hall
a1f659e21e
added forceClean for outputDirectory.
2014-03-13 14:04:26 +10:30
clinton-hall
cd8607e42e
add changenotes.
2014-03-12 10:47:15 +10:30
clinton-hall
008fd81db9
delete torrent if uselink = move.
2014-03-12 10:46:09 +10:30
clinton-hall
fc451f054d
allow headphones to remove torrent. fixes #279
2014-03-12 10:37:15 +10:30