-
Notifications
You must be signed in to change notification settings - Fork 3
/
addon.xml
393 lines (302 loc) · 10.1 KB
/
addon.xml
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.a4kstreaming"
name="a4kStreaming"
version="1.63.0"
provider-name="Unknown">
<requires>
<import addon="script.module.requests"/>
<import addon="script.module.beautifulsoup4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="main.py">
<provides>video</provides>
</extension>
<extension point="xbmc.service" library="main_service.py" />
<extension point="xbmc.addon.metadata">
<summary lang="en">a4kStreaming - IMDb-based media browser</summary>
<description>
IMDb-based media browser addon for KODI with streaming support via external providers.
Designed for low-end devices and Estuary skin.
</description>
<platform>all</platform>
<reuselanguageinvoker>true</reuselanguageinvoker>
<license>MIT License</license>
<website>https://github.com/newt-sc/a4kStreaming</website>
<source>https://github.com/newt-sc/a4kStreaming</source>
<assets>
<icon>icon.png</icon>
<screenshot>screenshot-01.jpg</screenshot>
<screenshot>screenshot-02.jpg</screenshot>
<screenshot>screenshot-03.jpg</screenshot>
<screenshot>screenshot-04.jpg</screenshot>
<screenshot>screenshot-05.jpg</screenshot>
<screenshot>screenshot-06.jpg</screenshot>
</assets>
<news>
[v1.63.0]:
* Fix episode browsing for some seasons with incomplete meta
[v1.62.0]:
* Reduce cache ttl to 5s and remove cache auto refresh
[v1.61.0]:
* Fix trailers
[v1.60.1]:
* Disable cache for trailers
[v1.60.0]:
* Add generic requests caching to speedup browsing
[v1.59.0]:
* Remove deprecated usages ListItem methods
[v1.58.0]:
* Improve episode auto-selection from season/packs
[v1.57.0]:
* New context menu:
* IMDB: Choose Trailer - allows to choose a trailer video from the list of available ones
[v1.56.0]:
* Remember last selected result until the list changes
* Increase cache size
[v1.55.0]:
* Proper fix for Dolby Vision detection and other result title clean improvements
[v1.54.0]:
* More improvements on episode auto-selection from season/packs
[v1.53.0]:
* Improve episode auto-selection from packs
[v1.52.0]:
* Fix Dolby Vision detection
* Fix title clean up eating some letters
* Increase default request timeout to 60 seconds
* Remove the "recommended" provider option
[v1.51.0]:
* New context menu option for forcing file selection
[v1.50.0]:
* Fix goto for KODI 20
* More retries on requests errors
[v1.49.0]:
* Fix not all episodes showing in some cases
[v1.48.0]:
* Support KODI 20
[v1.47.0]:
* Prevent recursion on cache miss and autoplay on
[v1.46.0]:
* Fix trailers
[v1.45.0]:
* Fix some cases when season browsing is not showing all episodes
* Fix trailers search failing when leaving KODI open for some time
[v1.44.0]:
* Fix season watch status
[v1.43.0]:
* Fix trailers (2nd attempt)
[v1.42.0]:
* Update episodes date ranges
[v1.41.0]:
* Fix trailers
[v1.40.0]:
* Fix issue when searching returns no results
[v1.39.0]:
* Handle season browsing issue when IMDB returns start episode date after the end episode date
* Fix issue when searching with upper case first letter
[v1.38.0]:
* Dolby Vision stream detection and filtering (DV sources disabled by default)
[v1.37.0]:
* .m2ts resolve support for RD
[v1.36.0]:
* Change RD resolve order
[v1.35.0]:
* Improve title result size calculation
[v1.34.0]:
* Add movie results max size filter
[v1.33.1]:
* Fix py3 issue
[v1.33.0]:
* Add recommended providers usage for general speedup
[v1.32.0]:
* Back navigation from source files browsing
[v1.31.0]:
* Source select dialog now pre-selects first result
* When the Debrid resolve fails, show the source select dialog with the last selected source pre-selected
* Allow to resolve archives for streaming from RD
[v1.30.0]:
* RealDebrid resolving improvements
[v1.29.0]:
* Improve actor browsing. Remove non-relevent titles and include TV Shows.
[v1.28.0]:
* Small fix to handle meta mismatch between season's episode vs episode's release date
[v1.27.0]:
* Fix browsing seasons of some shows with incomplete meta for future works
[v1.26.0]:
* Handle meta issues where an older episode has newer release date
[v1.25.0]:
* Additional requests error handling
[v1.24.0]:
* Improve Actor/Actress/Director titles browsing
[v1.23.0]:
* Fix force select context menu
[v1.22.0]:
* Improve episode thumbnail meta
[v1.21.0]:
* Fix seasons year
[v1.20.0]:
* Pass episodes country meta to the provider
* Use only last episodes release date for season ranges
[v1.19.0]:
* Fix PM browsing in KODI 18 - redefining variable from scope
[v1.18.0]:
* Show only video files in Premiumize folder browsing by default - allows using "Play from here" KODI context menu to play the files sequentially
* New context menu:
* Premiumize: All Files - available on PM folders, allows browsing without filters
[v1.17.0]:
* Support subtitles from Premiumize files browsing if located next to video file with same name
[v1.16.0]:
* New settings:
* Autoplay - instead of showing source select, auto choose the first source that resolves
* New context menu:
* Force source select - only available when Autoplay is enabled
* Add more episode auto selection checks
* Allow browsing cast and crew to find titles which they are known for (This is new API which currently returns test results)
[v1.15.0]:
* Add RD expired notification
[v1.14.0]:
* Fix hash check issues
[v1.13.0]:
* Allow "More like this" to be used without IMMDb token
* Add more TVShows info on titles listing
* Add "Cast and Crew" context menu on TVShows
* Show notification if the specified quality filter is being ignored when no results are left after it
[v1.12.0]:
* Ensure character casing matches on debrid check
[v1.11.0]:
* Add support for provider's own caching
[v1.10.0]:
* Remove TVShow item from season listing
* Add episode title template without number
[v1.9.0]:
* Add watched indication to TVShow title in season's listing when all seasons are watched
* Include director, writer, cast, country and studio meta in general title views
[v1.8.0]:
* Ignore sample videos in RD's resolve files selection
[v1.7.0]:
* Speedup source searching for episodes from still airing seasons
[v1.6.0]:
* Improve episode selection matching
[v1.5.0]:
* When poster and thumb are the same use the same size for them
* Fix poster aspect ratio in some skins
[v1.4.0]:
* Fix titles do not have poster in AURA skin
[v1.3.0]:
* New settings:
* Max quality of sources
[v1.2.0]:
* Prompt for episode selection for uncomplete packs with single video
[v1.1.0]:
* Fix episode auto selection being skipped for some results
[v1.0.0]:
* Fix TV Specials not being shown in search and other views
* Increase Cast And Crew view limit
* PM support for deleting files/folders/transfers and clearing finished transfers
[v0.26.0]:
* AllDebrid and RealDebrid:
* Cloud browsing
* Deleting transfers
* Caching additional sources
[v0.25.0]:
* AllDebrid support
[v0.24.0]:
* Reduce file size filter
* Remove debug logs
[v0.23.0]:
* RealDebrid support
[v0.22.0]:
* New context menu:
* Trailer
* Add sources - Used to cache new sources to debrid
* Option to cache sources if none are found
* Add debrid transfers browsing
* Fix issue of not finding enough sources for movie titles from the Search menu
[v0.21.0]:
* Add debrid files browsing and streaming
[v0.20.0]:
* Fix missing seasons meta breaking tvshow scraping
[v0.19.0]:
* Remove the extra info view on title click
* New context menu:
* Cast and Crew - Showing the extra info view
* New settings:
* Season title template
* Episode title template
* Cache last title for the play by id action to speedup usage from TheMovieDb Helper
[v0.18.0]:
* Fix poster transform twice
[v0.17.0]:
* Support play action with an id only
* Add player meta json for tmdb helper
[v0.16.0]:
* Fix more like this context menu for KODI 19
* More patterns for episode auto selection
[v0.15.0]:
* Select proper image for episode thumbnail
* Add one more pattern for episode auto selection
[v0.14.0]:
* Fix provider having removed sources
[v0.13.0]:
* Update cached results time each time they are used
[v0.12.0]:
* Show proper error notification when invalid IMDb token is set
[v0.11.0]:
* Fix provider init
[v0.10.0]:
* Fix view mode switching on cancellation
* Use bytes format for json parsing (speeds up some results loading)
[v0.9.0]:
* Fix setting update needs addon reinitialization
[v0.8.0]:
* Fix auto video selection in KODI 19
[v0.7.0]:
* Fix KODI 19 Matrix support
* Speedup list items creation
[v0.6.0]:
* Improve auto episode selection from packs
[v0.5.0]:
* New context menu:
* More like this - Showing similar titles
[v0.4.0]:
* Update description
[v0.3.0]:
* Fix browsing shows which do not have any episodes with release dates
* Fix some titles being filtered out
[v0.2.0]:
* Speedup loading by removing query for watchlist status
* Order lists by date added (desc)
* Add separate setting for lists page size
* Improve posters quality
* Improve cast for movies
[v0.1.0]:
* IMDb:
* Authentication via cookie
* Browsing for titles
* Trending
* Fan Favourites
* Recommended
* Discover by Year
* Browsing Shows
* Seasons
* Season episodes
* Lists
* Watchlist
* Search for titles or people
* Mark as watched/unwatched (by rating/unrating a title)
* Auto mark as watched when played more than 90 percents
* Add/Remove to/from list
* Artwork for posters, thumbnails and fanart
* Trailers
* Rate/Unrate titles
* Provider support
* Install
* Manage
* Auto update
* Caching of results
* Debrid support
* Premiumize
* Misc
* Migrate watched titles from Trakt.tv to IMDb (via rating)
* Migrate movies and shows collection from Trakt.tv to IMDb custom lists
</news>
</extension>
</addon>