Commit Graph

62 Commits

Author SHA1 Message Date
DariusIII bf2ef8f95e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-27 14:00:52 +00:00
DariusIII 5443b92337 Use php-ffmpeg/php-ffmpeg for ffmpeg files manipulation 2018-09-27 16:00:30 +02:00
DariusIII eac063335a Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-13 08:36:49 +00:00
DariusIII bbc35345a6 Fix misplaced seconds word in ProcessReleases class 2018-09-13 10:36:34 +02:00
DariusIII e72b830888 Prevent errors on missing images on TVDB 2018-09-13 10:27:55 +02:00
DariusIII 63ea968ee4 Use now() helper and related functions for time calculations in ProcessReleases class 2018-09-13 09:56:47 +02:00
DariusIII aadfaf3a86 Fix fetching of images from TheTVDB 2018-09-13 00:46:12 +02:00
DariusIII b63302e563 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-12 22:10:44 +00:00
DariusIII 946cd4b6b3 Update TVDB results handling 2018-09-13 00:10:24 +02:00
DariusIII feb9cae05d Fix undefined index imdb error 2018-09-12 15:46:14 +02:00
DariusIII 518e6c5137 Comment out the imdbid part of formatShowInfo function in TVDB class 2018-09-12 15:41:44 +02:00
DariusIII 750ba983ba Apply fixes from StyleCI
[ci skip] [skip ci]
2018-09-12 12:59:06 +00:00
DariusIII f91229d65f Switch to canihavesomecoffee/thetvdbapi for TheTVDB API searches 2018-09-12 14:58:26 +02:00
DariusIII f71f82fa8d Small cosmetic changes in some of the classes 2018-09-12 13:41:52 +02:00
DariusIII 0c813d15ab Catch Throwable in place of Exceptions 2018-09-10 14:48:50 +02:00
DariusIII f6f5432e7d Remove implode from time check in PPA 2018-08-21 22:20:00 +02:00
DariusIII dabb7f7c30 Move runCmd into helpers, return string instead an array 2018-08-21 22:11:46 +02:00
DariusIII 0eeba5532d Apply fixes from StyleCI
[ci skip] [skip ci]
2018-08-15 13:30:47 +00:00
DariusIII dc5f458005 Optimize imports in Blacklight namespace 2018-08-15 15:29:14 +02:00
DariusIII 966fd62874 Fix another error and bad match check 2018-08-15 14:00:18 +02:00
DariusIII 998e92bcd6 Fix anidb matching error 2018-08-15 08:40:57 +02:00
DariusIII 4df40520a6 Try to properly set poster/fanart URL for TheTVDB 2018-08-10 13:17:54 +02:00
DariusIII 35e8844611 Change handling of TVDB poster image downloads, try to fix authorization to url 2018-08-10 10:49:59 +02:00
DariusIII 8172f0c5d0 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-08-08 07:47:11 +00:00
DariusIII b0f5f0d190 Wrap delete queries into transaction to prevent deadlock error messages 2018-08-08 09:46:59 +02:00
DariusIII b7daf85399 Update PHPDOC blocks defined return types where bool was declared and only false was returned 2018-08-03 14:41:10 +02:00
DariusIII 0d2cbe7703 Use now() helper in ProcessAdditional class 2018-07-27 13:32:13 +02:00
DariusIII c3000c6230 Use human_filesize helper function in ProcessAdditional class 2018-07-27 13:10:21 +02:00
DariusIII 28bd0b82ea Fix usage of stdObject as array in ProcessAdditional class 2018-07-19 15:16:03 +02:00
DariusIII 1b07e74e0b Cast $this->_release as array for addAlternateNfo function 2018-07-19 14:59:10 +02:00
DariusIII 72f43cd595 Remove Blacklight\db\DB from ProcessAdditional class 2018-07-19 10:11:50 +02:00
DariusIII 06a5efb213 Potential fix for ADM site processing error 2018-07-19 09:02:37 +02:00
DariusIII 369c16376e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-18 12:49:09 +00:00
DariusIII 4a655d1249 Remove usage of Blacklight\db\DB class from release postprocessing classes 2018-07-18 14:48:21 +02:00
DariusIII 6b89855f92 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-17 18:20:23 +00:00
DariusIII c49dab81da Fix remaining issues in ProcessReleases class 2018-07-17 20:20:07 +02:00
DariusIII 7f226c5882 Update laravel/framework to latest version, fix wrong checks in selectOne results 2018-07-17 19:47:15 +02:00
DariusIII c99a05bfbf Fix wrong $release checks 2018-07-17 19:34:28 +02:00
DariusIII a08e9d6c60 Remove usage of Blacklight\db\DB class from Backfill, PostProcess and ProcessReleases classes 2018-07-17 15:55:12 +02:00
DariusIII 4e6e1466b2 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-07-10 13:03:57 +00:00
DariusIII 8285167dba Remove references to Blacklight\db\DB from PostProcess class 2018-07-10 15:03:48 +02:00
DariusIII 87bf8cf97b Prevent insertion of blank searchnames for releases 2018-06-18 12:43:36 +02:00
DariusIII 0200a7c32e Remove unused $size parameter from releaseCleaner function 2018-06-09 23:07:27 +02:00
DariusIII 1e0c547215 Fix an typo in ProcessReleases class 2018-06-06 15:45:29 +02:00
DariusIII 513739f6dd Use now() helper in place of Carbon::now() 2018-05-31 10:22:08 +02:00
DariusIII a92e5a272d Replace '!=' with proper '<>' operator 2018-05-11 10:16:55 +02:00
DariusIII cde4ef5f0e Use minutes instead of seconds for cache_expiry 2018-05-10 12:46:24 +02:00
DariusIII 1d5f208ec1 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-15 13:12:51 +00:00
DariusIII a9ab693888 Add wandersonwhcr/illuminate-romans and remove unused functions from Utility class 2018-03-15 14:12:40 +01:00
DariusIII b73b7a1ee3 Fix bad logic when checking for existing title 2018-03-07 13:11:45 +01:00