Commit Graph

  • 35b74d5228 always use force. clinton-hall 2014-07-14 21:36:21 +09:30
  • 40806811b9 dont crash if stream data not found. Fixes #489 clinton-hall 2014-07-14 20:47:07 +09:30
  • 9784580d30 remove extra success reset. clinton-hall 2014-07-14 15:46:11 +09:30
  • 385b96d2d6 exit extractor as failed if archives not extracted. Fixes #488 clinton-hall 2014-07-14 15:43:20 +09:30
  • 896107591f only delete archives that were successfully extracted. Fixes #488 clinton-hall 2014-07-14 15:16:12 +09:30
  • 185da16e85 check most unique fork first. clinton-hall 2014-07-14 12:42:13 +09:30
  • 44e5caafb9 define as bytestrings. Fixes #487 clinton-hall 2014-07-14 10:52:37 +09:30
  • dcd06e0f0c fix nice and ionice commands. Fixes #479 clinton-hall 2014-07-13 21:28:19 +09:30
  • 17073857e1 try again without show_error. Fixes #480 clinton-hall 2014-07-13 21:17:03 +09:30
  • 14935b5388 added global nice and ionice for external processes. Fixes #479 clinton-hall 2014-07-13 12:59:56 +09:30
  • 6df93c16a1 Don't crash if pid creation fails. Fixes #482 Clinton Hall 2014-07-13 07:03:51 +09:30
  • 5773472eeb Make log dir before creating pid. Fixes #482 Clinton Hall 2014-07-13 06:58:46 +09:30
  • 85a256fa58 remove print. Fixes #477 clinton-hall 2014-07-12 08:12:43 +09:30
  • 9f947dc111 exit success if all files processed. Fixes https://github.com/RuudBurger/CouchPotatoServer/issues/3611 clinton-hall 2014-07-12 08:07:03 +09:30
  • 011bcfad55 add Transcode options to all scripts. Add more logging for manual. #474 clinton-hall 2014-07-12 07:56:25 +09:30
  • 85afe098cf Fix error log. Clinton Hall 2014-07-12 06:28:16 +09:30
  • 37cc367e76 Fix subtitle codec check. Fixes #473 Clinton Hall 2014-07-11 22:22:59 +09:30
  • 40ae33c689 fix non-defined variable clinton-hall 2014-07-11 16:07:34 +09:30
  • 8bb8bb4449 only force for manual clinton-hall 2014-07-11 16:05:16 +09:30
  • 1dcec46770 add force option for SickRage clinton-hall 2014-07-11 16:02:14 +09:30
  • 69be718530 clean-up Transcoder. Move common elements together. clinton-hall 2014-07-11 14:42:36 +09:30
  • 7ac3d510a2 update ready for merge. clinton-hall 2014-07-11 14:12:52 +09:30
  • 1b25bc3773 add Audio Channels. #474 clinton-hall 2014-07-11 11:25:54 +09:30
  • 9cc807b62b more transcoder fixes. #474 #473 clinton-hall 2014-07-11 10:26:01 +09:30
  • 1443a81927 Don't break if no audio tags. Fixes #473 Clinton Hall 2014-07-11 06:18:49 +09:30
  • 984aeb77bc Load script before returning. Fixes #475 Clinton Hall 2014-07-11 06:01:27 +09:30
  • ae04e98b11 transcoder fixes for #473 clinton-hall 2014-07-10 21:39:00 +09:30
  • a2e38f0e39 catch the error from CouchPotato. Helps #472 #471 clinton-hall 2014-07-10 09:57:04 +09:30
  • 1d3f8ac4d6 log params with url. Helps #472 clinton-hall 2014-07-10 09:44:11 +09:30
  • 2be151fd3f Add .pid Clinton Hall 2014-07-09 19:25:25 +09:30
  • ad45988065 fixed mutex handling for windows. Fixes #466 clinton-hall 2014-07-09 14:21:24 +09:30
  • 8a58dedd1d add check for running instance. Fixes #466 clinton-hall 2014-07-09 13:11:36 +09:30
  • 863fd3ef5c Flatten after extract. Extract SubDirs and multi archives. Typo. clinton-hall 2014-07-08 16:52:39 +09:30
  • 663cd22934 wrap paths and names in quotes. Fixes #461 clinton-hall 2014-07-06 06:44:30 +09:30
  • 88b101856e remove duplicate parameters. clinton-hall 2014-07-05 07:26:29 +09:30
  • 9d3f039a64 check all videos before calling script. clinton-hall 2014-07-05 06:52:20 +09:30
  • eb9ae85a9e continue if corrupt. Clinton Hall 2014-07-05 00:05:39 +09:30
  • d9512f3020 add nzbToMediaUserScript.py #461 clinton-hall 2014-07-04 23:43:38 +09:30
  • d1ba449b9a add external script for NZBs and add video check to userscript. Fixes #461 clinton-hall 2014-07-04 23:41:51 +09:30
  • 17a5c33620 update ReadMe ready for merge. clinton-hall 2014-07-03 14:49:32 +09:30
  • 6c58f674e4 update readme and changelog. clinton-hall 2014-07-01 22:09:40 +09:30
  • 8172c37dac added logging of environment variables. Helps #455 clinton-hall 2014-06-29 15:33:50 +09:30
  • 16e8be1a35 change to proc.communicate. Fixes #455 clinton-hall 2014-06-29 14:22:27 +09:30
  • 206f7e4c10 import needed module. Fixes #456 clinton-hall 2014-06-29 08:47:07 +09:30
  • 057e0af5a7 add time import. fixes #455 clinton-hall 2014-06-29 08:19:20 +09:30
  • 2f73fa01df better logging and exit if unable to ignore release. clinton-hall 2014-06-28 14:12:28 +09:30
  • c039568253 catch subliminal errors and ruturn success when no new downloads found. clinton-hall 2014-06-28 14:07:48 +09:30
  • eff7db81b8 Remove unwanted. Clinton Hall 2014-06-28 07:48:00 +09:30
  • 15948b2510 Change proc.wait to proc.poll. Fixes #455 Clinton Hall 2014-06-28 07:42:42 +09:30
  • 4ee8cf17a0 Correct return Clinton Hall 2014-06-28 07:01:56 +09:30
  • 882d2bf0c8 Fix #447 Clinton Hall 2014-06-28 06:46:56 +09:30
  • cd11e78ea4 Fix #447 Clinton Hall 2014-06-28 06:46:10 +09:30
  • 15632c799b Fix #447 Clinton Hall 2014-06-28 06:45:12 +09:30
  • f382e23ca6 fix git updater. Fixes #453 clinton-hall 2014-06-27 21:42:05 +09:30
  • 45447ec487 fix subtitle download clinton-hall 2014-06-27 21:27:44 +09:30
  • 87a7e3a5ed fix imports. clinton-hall 2014-06-27 17:09:05 +09:30
  • c3889c01b1 add subliminal for subtitle download. #253 clinton-hall 2014-06-27 17:04:44 +09:30
  • 47289c903a get download id from SABnzbd clinton-hall 2014-06-27 12:05:36 +09:30
  • cbc99fa0cf safe clean. clinton-hall 2014-06-27 11:16:28 +09:30
  • bcb1e7cba0 make sure we send correct file to CP/SB clinton-hall 2014-06-27 11:08:46 +09:30
  • 340f845b2a more fixes for transcoder defaults. clinton-hall 2014-06-27 10:14:16 +09:30
  • e20fdb3107 fix transcode get_subs clinton-hall 2014-06-27 08:05:57 +09:30
  • d1e4b062e6 fix memory issues. clinton-hall 2014-06-27 07:58:51 +09:30
  • d12be2fa82 clear memory clinton-hall 2014-06-27 07:50:42 +09:30
  • eba2c5662b default library keyname fix. clinton-hall 2014-06-27 07:37:42 +09:30
  • f8b98e5a4f Merge branch 'dev' into nightly clinton-hall 2014-06-27 07:32:39 +09:30
  • b730e13f14 fix errno import. Fixes #450 clinton-hall 2014-06-27 07:31:37 +09:30
  • b5048ef649 Merge branch 'dev' into nightly clinton-hall 2014-06-26 22:19:41 +09:30
  • ed4e8ae830 Merge pull request #451 from nightexcessive/bugfix/wrong-python-version Clinton Hall 2014-06-26 22:12:52 +09:30
  • ca1d967969 Merge pull request #450 from nightexcessive/bugfix/nzbget-dir-not-exist Clinton Hall 2014-06-26 22:07:43 +09:30
  • bc21aeab89 Specify Python version to use Michael Johnson 2014-06-26 06:14:07 -04:00
  • 291be93382 Fix a bug where SickRage won't process failed downloads because the directory doesn't exist Michael Johnson 2014-06-26 06:05:36 -04:00
  • 18d2e661d8 more definitive testing of isVideoGood. clinton-hall 2014-06-26 11:32:13 +09:30
  • ae13aaff68 HeadPhones status check changes and typos. Fixes #447 clinton-hall 2014-06-25 10:27:02 +09:30
  • 35450fefe2 add error handling to cleandir to handle "read only" files. Fixes #445 clinton-hall 2014-06-25 09:33:47 +09:30
  • 44c6b3b1ef Merge branch 'nightly' of https://github.com/clinton-hall/nzbToMedia into nightly clinton-hall 2014-06-22 07:34:04 +09:30
  • c1d770740a new transcoder options. #253 #149 #143 clinton-hall 2014-06-22 07:32:22 +09:30
  • 1c834ef2e8 fix NZBDrone remote path. Fixes #441 Clinton Hall 2014-06-20 11:18:51 +09:30
  • a34a81a41f incorrect call. clinton-hall 2014-06-17 13:46:16 +09:30
  • 28791e95c4 change status to int. Fixes #439 clinton-hall 2014-06-17 07:13:49 +09:30
  • 5546fd9b5d improve installation instructions. Fixes #438 clinton-hall 2014-06-16 20:42:16 +09:30
  • 1e588beaad better logging in exceptions. clinton-hall 2014-06-16 19:49:04 +09:30
  • f4d5d269fe add rename from rename scripts. Fixes #427 clinton-hall 2014-06-16 19:42:49 +09:30
  • 171eab48d1 added option to disable unique directory in output. Fixes #425 clinton-hall 2014-06-16 09:46:25 +09:30
  • bbd841107d prevent early exit. Fixes #425 clinton-hall 2014-06-15 21:29:58 +09:30
  • ae82ce62a6 remove un-needed param. #433 clinton-hall 2014-06-15 20:54:56 +09:30
  • 47a1dcb957 better nzbdrone status check. Fixes #433 clinton-hall 2014-06-15 20:52:21 +09:30
  • c5103042ae more userscript fixes. #425 clinton-hall 2014-06-15 19:21:39 +09:30
  • e4f6044d98 fix manual run for rtorrent. #425 clinton-hall 2014-06-15 13:41:33 +09:30
  • 91b69aa025 add watch_dir for userscript. #425 clinton-hall 2014-06-15 13:30:51 +09:30
  • e58e71fd02 format error. Fixes #425 clinton-hall 2014-06-15 07:54:34 +09:30
  • 72b2fb7967 more charreplace. #424 clinton-hall 2014-06-14 11:58:31 +09:30
  • 7cff2ea72c search for ffmpeg. Fixes #436 improve charreplace. #424 clinton-hall 2014-06-14 10:25:36 +09:30
  • c26ffe58f1 more encoding tests. #424 clinton-hall 2014-06-13 15:12:38 +09:30
  • c65e860502 fix error in logger. catch bad log messages. #424 clinton-hall 2014-06-13 14:14:25 +09:30
  • 66e1f40789 add imdb_id to file name. https://github.com/RuudBurger/CouchPotatoServer/issues/3431 clinton-hall 2014-06-13 10:28:55 +09:30
  • c6c729aef8 make logger safe and encode before database. Fixes #424 clinton-hall 2014-06-13 09:57:33 +09:30
  • ee8dec7109 better handling for manual snatches. Fixes #432 clinton-hall 2014-06-12 11:52:30 +09:30
  • 71f9e9ae75 set encoding to handle european characters. Fixes #424 clinton-hall 2014-06-11 15:03:19 +09:30
  • 22573a148f Merge branch 'dev' into nightly clinton-hall 2014-06-11 08:16:44 +09:30