forked from mikellgonzalez/script.artworkorganizer
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchangelog.txt
157 lines (108 loc) · 2.36 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
v6.1.2
- added the ability to save movie posters instead of just thumbnails (applies to Nexus 20.1+, not sure about prior versions) -TechErudio
v6.1.1
- added validation to not allow destination path to be any media source in sources.xml
- fixed some backslash validations for media file paths (windows)
v6.0.4
- added validation to not allow destination path to be any media source in sources.xml
- fixed some backslash validations for media file paths (windows)
v6.0.3
- fixed transifex language structure
v6.0.2
- added transifex support
v6.0.1
- fixed error when using accented names
- added option to normalize names (useful when using nfs file system)
- fixed Portuguese translation
v6.0.0
- possible to split artwork by media sources
- simplejson no longer needed on kodi krypton
v5.0.0
- none
v4.0.0
- language update
v3.0.5
- cosmetics
- language update
v3.0.4
- handle empty artistname for musicvideos
v3.0.3
- test version
v3.0.2
- test version
v3.0.1
- update language files from Transifex
v3.0.0
- kodi name change
v2.0.5
- language update
v2.0.4
- check if json returns a result
v2.0.3
- language update
v2.0.2
- language update
v2.0.1
- language update
v2.0.0
- gotham release
v1.2.4
- fix invalid addon.xml
v1.2.3
- settings descriptions
v1.2.2
- reorganize settings
v1.2.1
- auto update cache if a different image folder is used
v1.2.0
- added option to specify custom source
v1.1.2
- fixed copy banner/poster label no showing
v1.1.1
- python version bump
v1.1.0
- added support for tv show banners and posters
v1.0.2
- fix encoding issues
v1.0.1
- check if json returns artwork
v1.0.1
- update code for frodo
v1.0.0
- fix code for frodo
v0.1.11
- added Portuguese (Brazil) language file
v0.1.10
- check for empty json response
v0.1.9
- use label for seasons
- fix progressbars
v0.1.8
- use title instead of label
v0.1.7
- use json if python 2.7 is available
v0.1.6
- use simplejson
v0.1.5
- ignore possible encoding errors
v0.1.4
- show correct labels in dialog
v0.1.3
- fixed replace illegal characters in filenames
v0.1.2
- adjusted to latest json-rpc changes
- added option for episode and season thumbs
v0.1.1
- fix utf-8 error
v0.1.0
- initial release
v0.0.5
- fixed json query when compactoutput was set to false
v0.0.4
- use item name for filename
v0.0.3
- use xbmcvfs.mkdir
v0.0.2
- added support for musicvideos
v0.0.1
- initial release