Commit Graph

165 Commits

Author SHA1 Message Date
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 2c7a07cc44 Increase spacing in all getBrowseBy functions 2020-01-06 23:31:37 +01:00
DariusIII 850e4de221 Update variable checks for retunred data from sources 2019-12-15 22:41:44 +01:00
DariusIII ad8ae0d40f Remove unused definition from Movie class 2019-11-29 20:05:35 +01:00
DariusIII e23b16057c Change return value of updateMovieInfo function 2019-11-22 22:50:26 +01:00
DariusIII 4e63824d50 Use strict matching and empty string for Omdb matching 2019-11-22 22:19:22 +01:00
Fossil 724e6f21b1 Search OMDB with the movie year if we have one 2019-11-22 21:56:30 +01:00
Fossil bca522fcda Allow for 8 digit IMDB ID
Last char got cutoff because of the regex
2019-11-21 13:41:27 +01:00
DariusIII c2a7d1e899 Fix Trakt genres error. Closes #1011 2019-11-20 17:30:40 +01:00
DariusIII 5a8fff0020 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-11-01 19:52:18 +00:00
DariusIII e90534e2e8 Make sure we are returning year from Trakt 2019-10-15 22:15:32 +02:00
DariusIII 5d53e87b0a Update handling of movie search returned data 2019-10-14 22:51:59 +02:00
DariusIII 0174805be5 Update movie tagline handling 2019-10-06 15:34:28 +02:00
DariusIII fbdd780686 Fix movie updates from tmdb when there is no release_date set 2019-09-30 15:23:17 +02:00
DariusIII 86f7251a9a PHPCS fixes 2019-09-26 10:50:28 +02:00
DariusIII 8a4187ef5e Fix fetching imdb info 2019-09-26 10:49:59 +02:00
DariusIII aeef9e752a Slightly improve movie matching 2019-08-12 11:13:34 +02:00
DariusIII 1b076271dd Update Movie class 2019-08-11 20:22:03 +00:00
DariusIII 6c81879e95 Add year check in processMovieReleases 2019-08-11 20:17:07 +00:00
DariusIII d5be3b2e45 Remove padding of imdbid as column is now varchar and stores imdbid properly 2019-04-06 11:19:05 +02:00
DariusIII 008d03d1a8 Add migrations and update themes for new imdbid length 2019-04-04 15:33:15 +02:00
DariusIII 9a1e368121 Update Movie class doMovieUpdate function 2019-04-03 12:21:25 +02:00
DariusIII 932786654a Update fetchIMDBProperties function to use real id to fetch movie data 2019-03-14 09:37:04 +01:00
DariusIII c9ddfde1ac Update queries to use root_categories table 2019-03-12 12:25:00 +01:00
DariusIII ac96ce7a0c Fix more regex ranges in Blacklight namespace 2019-03-07 10:06:06 +01:00
DariusIII 40e7233727 Rename groups table to usenet_groups as groups is a reserved word in mysql now 2019-02-19 15:54:32 +01:00
DariusIII 24b1049bf3 Update FanartTV class and add check for error response 2019-02-07 13:59:03 +01:00
DariusIII 87c6e5d64f Apply fixes from StyleCI
[ci skip] [skip ci]
2019-02-03 20:01:19 +00:00
DariusIII 50ff1b6181 Update code style of various files 2019-02-03 20:58:51 +01:00
DariusIII bab65321a9 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-31 19:18:57 +00:00
DariusIII 552a096d9a Update and fix code with php-cs-fixer 2019-01-31 20:17:57 +01:00
DariusIII ed487c1299 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-29 12:51:58 +00:00
DariusIII 08b8edbe2d Replace usage of array_ helper with Arr class directly to prepare for Laravel 5.8 changes 2019-01-29 13:52:01 +01:00
DariusIII ccecbe2a6b Apply fixes from StyleCI
[ci skip] [skip ci]
2019-01-01 22:08:23 +00:00
DariusIII 4104f34c54 Update all the \Blacklight namespace classes with class PHPDOC block 2019-01-01 23:07:45 +01:00
DariusIII ff801e0dee Add new line to end of messages for found movie names from sources used 2018-12-28 12:37:56 +01:00
DariusIII cbe40f0401 Fix wrong index used for results returned from iTunes 2018-12-18 19:44:16 +01:00
DariusIII b0521e4bed Fix checks of missing itunes data 2018-12-17 10:57:45 +01:00
DariusIII c2f4932ee6 Prevent query error on empty movie page (when no movies have been added yet) 2018-12-12 22:39:11 +01:00
DariusIII a4e9c6eb81 Fix missing overview index returned from trakt 2018-12-12 14:28:32 +01:00
DariusIII a99342cf46 Remove usage of ImageHelper just to fetch full URL to tmdb images, use URL directly 2018-12-10 12:35:06 +01:00
DariusIII 6b898803f9 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-09 21:49:35 +00:00
DariusIII 7ca48086e0 Disable tmdb cache 2018-12-09 22:49:10 +01:00
DariusIII b7511c30b7 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-09 21:38:23 +00:00
DariusIII 0c70349656 Fix missing covers on movies (tmdb) 2018-12-09 22:38:07 +01:00
DariusIII 4744bd2772 Update Movie class, add back tmdb caching, move cache to resources/tmp/imdb_cache 2018-12-03 19:56:39 +01:00
DariusIII 587ead894e Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-03 15:00:04 +00:00
DariusIII baddc38459 Fix issues in Movie class 2018-12-03 15:59:46 +01:00
DariusIII f244f95b36 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-12-03 13:22:12 +00:00