Commit Graph

338 Commits

Author SHA1 Message Date
DariusIII 04cbf20cd7 Update PPA and Movie classes 2020-12-04 22:14:18 +01:00
DariusIII 97667f6b73 CS fixes 2020-12-03 14:17:37 +01:00
DariusIII 1de73667b3 Use type properties 2020-12-03 13:49:32 +01:00
DariusIII 47ca914b11 Revert changes in queries 2020-12-03 10:27:06 +01:00
DariusIII ba4c6b0686 Use fromRaw in place of fromQuery 2020-12-02 14:02:58 +01:00
DariusIII f35dab7896 More changes 2020-12-02 11:50:49 +01:00
DariusIII f3cde99e37 Rename $match and variations to $hit for PHP 8 compatibility 2020-12-02 10:55:09 +01:00
DariusIII 0bff7d7d7a CS fixes 2020-05-02 18:26:29 +02:00
DariusIII 9efd1fc987 Catch TypeErrors when retrieving mediainfo for files 2020-05-02 18:25:48 +02:00
DariusIII 085a2925bc Check if show has boolean value. Closes #1107 2020-04-28 18:39:06 +02:00
Fossil bf693fa9cb Catch TVDB API Exception 2020-04-26 21:15:09 +02:00
DariusIII f07092b27a Update ES predb searches 2020-04-16 14:51:57 +02:00
DariusIII 7592fa9beb Revert constants removal changes 2020-03-26 17:44:45 +01:00
DariusIII 256bd79991 Add check if $files are not false 2020-03-26 13:23:45 +01:00
DariusIII 478b0877db Fix more discovered issues 2020-03-22 22:45:48 +01:00
DariusIII 5bca7d97e3 Fix couple of issues related to constants changes 2020-03-22 22:31:12 +01:00
DariusIII 1e7244e5bc Remove option to set covers path in database, it is hardcoded now to resources/covers/ 2020-03-22 22:12:07 +01:00
DariusIII 5d0d9541cc PHP cs fixer fixes 2020-03-01 22:01:35 +01:00
DariusIII 14d492b668 Move all third party api keys from database to .env file 2020-03-01 22:00:36 +01:00
DariusIII 02ad342bac Apply fixes from StyleCI
[ci skip] [skip ci]
2020-02-05 01:56:40 +00:00
DariusIII b343c02c63 Update project files 2020-02-05 00:39:09 +00:00
DariusIII 9d04877ba6 Update ProcessReleases 2020-01-27 11:34:05 +01:00
DariusIII 5186497090 Use immutable date when starting phases, try to prevent php7.4 null array access error 2020-01-27 08:59:35 +01:00
DariusIII 9bcec4d302 Fix accessing bool as array 2020-01-10 02:54:50 +01:00
DariusIII e5bfafac31 Import DB facade in Video class 2020-01-10 02:51:21 +01:00
DariusIII 49d3c387d7 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-09 22:46:13 +00:00
Fossil 494a717731 Fix: TV Matching and deal with certain special chars 2020-01-09 23:16:35 +01:00
DariusIII 1c59fb1c8e Improve ES search 2020-01-09 23:05:04 +01:00
DariusIII 31d254a937 Rollback changes to ES search 2020-01-09 21:23:13 +01:00
DariusIII 71b9269019 Add dotless searchname field to ES searches 2020-01-09 16:44:20 +01:00
DariusIII 1d96451762 Remove dot and hyphens from searchnames when inserting into ES index 2020-01-09 15:45:47 +01:00
DariusIII 075c69678b Use doc_as_upsert directive for ES index updates 2020-01-09 11:29:45 +01:00
DariusIII ba969b50d9 Fix DB Facade missing import 2020-01-08 22:24:05 +01:00
DariusIII 9013bb5f05 Remove index type definition from ES 2020-01-08 13:18:28 +01:00
Fossil c62f3063d4 Use new getAllEpisodes function in TVDB library
Fixes TVDB only returning 100 rows.
2020-01-07 21:59:54 +01:00
DariusIII f2cb98cee1 Properly define groupIDs variable in ProcessReleases class 2020-01-07 20:31:14 +01:00
DariusIII b7cd406ab1 Use \Elasticsearch 2020-01-03 03:18:00 +01:00
DariusIII ba468ba64d Update ES support 2020-01-02 21:28:41 +01:00
DariusIII ad1a6673f5 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-01 23:03:32 +00:00
DariusIII 27c8001435 Add ElasticSearch support 2020-01-02 00:02:45 +01:00
DariusIII 4f548c8efa Fix wrong name of variable received from TVDB. Closes #1053 2019-12-30 18:38:54 +01:00
DariusIII 4c6c0c2421 Check if $release['cleanname'] is set 2019-12-18 09:49:24 +01:00
DariusIII 7f94c8397e Apply fixes from StyleCI
[ci skip] [skip ci]
2019-12-10 18:51:03 +00:00
DariusIII 85cff217f3 Merge branch 'dev' of https://github.com/NNTmux/newznab-tmux into dev 2019-12-10 19:50:43 +01:00
DariusIII 2eec8676fe Add try catch block for _getMediaInfo function 2019-12-10 19:50:20 +01:00
DariusIII 98c200449c Apply fixes from StyleCI
[ci skip] [skip ci]
2019-12-10 18:45:50 +00:00
DariusIII 8a71389b17 Add try catch block for mediainfo getInfo function inside _getAudioInfo function 2019-12-10 19:42:45 +01:00
DariusIII 325b1b71d2 Remove romans package and update used packages to latest version 2019-12-08 14:25:01 +01:00
Fossil 2bed3488da Fix roman_to_int expects an uppercase character 2019-12-04 21:24:40 +01:00
DariusIII 922b545ccd Update TV processing, set videos id even when episode is not yet matched 2019-11-23 23:00:23 +01:00