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 |
|
DariusIII
|
1267a103fe
|
Replace tmdb-php/api with tmdb-php/laravel package
|
2018-12-03 14:21:56 +01:00 |
|
DariusIII
|
79cfde49c8
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-28 14:46:03 +00:00 |
|
DariusIII
|
bddb7034d6
|
Replace mkdir, is_file, is_dir with File facade functions in Blacklight namespace
|
2018-11-28 15:45:48 +01:00 |
|
DariusIII
|
016a7f9ea2
|
Check for an empty $itunes in Movie class
|
2018-11-27 14:47:25 +01:00 |
|
DariusIII
|
9cd1045ffe
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-11-27 13:34:08 +00:00 |
|
DariusIII
|
733b5b7c4d
|
Update dariusiii/php-itunes-api to version 1.0.4 an add itunes to movie class movie info fetching
|
2018-11-27 14:31:39 +01:00 |
|
DariusIII
|
cd72b44294
|
Fix bad movie caching
|
2018-11-21 23:20:38 +01:00 |
|
DariusIII
|
530547a255
|
Update helpres makeFieldLinks function to properly create links, update Movie class and MovieController
|
2018-11-08 13:40:04 +01:00 |
|
DariusIII
|
f4c5b70b31
|
Update output message in Movie class doMovieUpdate function
|
2018-10-31 15:37:22 +01:00 |
|
DariusIII
|
12ea3bb895
|
Refactor ColorCLI class
|
2018-10-31 10:10:17 +01:00 |
|
DariusIII
|
e37d0aa52b
|
Add check if the functions are ran from CLI so ColorCLI does not throw an error if its ran from web(Movie class)
|
2018-10-22 09:00:08 +02:00 |
|
DariusIII
|
bafe7c6b93
|
Use league/climate in ColorCLI class
|
2018-10-19 11:30:36 +02:00 |
|
DariusIII
|
3c20dd8437
|
Add escapeString helper function
|
2018-10-12 10:56:17 +02:00 |
|
DariusIII
|
53a88037cf
|
Update FanartTV class and classes that use it
|
2018-09-20 10:12:43 +02:00 |
|
DariusIII
|
f42104a580
|
Apply fixes from StyleCI
[ci skip] [skip ci]
|
2018-09-19 12:18:21 +00:00 |
|
DariusIII
|
47c61bab4a
|
Update Movie class, fetch movie info from IMDb first before trying other sources
|
2018-09-19 14:18:01 +02:00 |
|
DariusIII
|
d907b2cfe9
|
Add director properly, missed in previous commit
|
2018-08-27 11:07:01 +02:00 |
|