-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathchangelog.txt
100 lines (76 loc) · 3.01 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
v3.1.0 (2024-12-28)
- add option to increase available artwork per art type
- fix for inability to scrape IMDB ratings
v3.0.1 (2024-04-22)
- fix scraper error when tags are disabled
v3.0.0 (2024-04-17)
- version 3 for Kodi 20 Nexus and above
v2.2.1 (2024-04-12)
- Update YouTube plugin URL for trailers
v2.2.0 (2024-01-10)
- Support IMDB/TMDB IDs in filename for Kodi 21 Omega (uniqueIDs directly from Kodi)
v2.1.0 (2023-03-18)
- Add option to disable posters
- Fix fallback language for landscape images
- Don't add SVG image artwork
v2.0.0 (2023-01-01)
- version 2 for Kodi 19 Matrix and above
- TMDB search second page if no best match on first page
v1.6.2 (2022-04-10)
- Fix: IMDB ratings
v1.6.1 (2022-01-09)
- Feature: fanart prioritization option
v1.6.0 (2021-12-24)
- Feature: fallback to English language for Fanart.tv artwork
v1.5.1 (2021-10-19)
- Fix: search error when no year
v1.5.0 (2021-10-16)
- Feature: downloading logos from tmdb
- Feature: search language option added
- Change: searching movies from different years if not found
- Fix: don't error when all fanart disabled
- Fix: don't try to fetch movie set artwork from Fanart.TV if movie is not part of set
- skip IMDB rating tests
v1.4.0 (2021-07-10)
- Feature: update to new IMDB page layout
- Feature: update language files and translation system
v1.3.3 (2021-05-16)
- Fix: fix collection image fallback from TMDB
v1.3.2 (2021-03-13)
- Change: improve best match selection
- Change: poster language fallback to highest rated
- Fix: handle errors when connecting to TMDB
v1.3.1 (2020-11-02)
- Change: simplify artwork selection options
- Fix: strip region to pick correct poster language
v1.3.0 (2020-10-04)
- Change: removed dependencies on requests, tmdbsimple, and trakt modules
- Change: images now returned with initial API call instead of during fallback
- Change: settings language for TMDb now use culture name (i.e. en-US) - required for direct API call
v1.2.1 (2020-08-08)
- Fix: Prefer movies that exactly match search title and year
- Fix: Change 'landscape from TMDb' option disabled behavior to keep titled fanart
- Fix: Don't dupe Writers if listed with multiple jobs
- Fix: Capitalize country code in all language options
v1.2.0 (2020-05-25)
- Feature: add extended artwork from Fanart.tv
- Feature: separate 'fanart' images with language to 'landscape' art type
v1.1.1 (2020-03-01)
- Fix: release fixup
v1.1.0 (2020-02-26)
- Feature: option to add plot keywords from TMDB as tags
v1.0.0 (2020-01-26)
- Feature: option to enable/disable IMDB and Trakt ratings
v0.7.0 (2020-01-11) - release candidate
- Feature: add trakt rating
- Feature: search by IMDB or TMDB ID
- Fix: support path-specific settings
v0.6.0 (2019-07-04)
- Feature: add setting to configure certification prefix
- Feature: add option to return single or multiple studios
- Feature: add movie set overview and artwork
- Fix: IMDB top 250 and ratings
- Fix: parsing NFO file for URL / ID
v0.5.0 (2019-06-09)
- first Python version
- early version mostly by @phate89, with an old version of tmdbsimple