forked from scakemyer/plugin.video.quasar
-
Notifications
You must be signed in to change notification settings - Fork 159
/
whatsnew.txt
671 lines (571 loc) · 35.7 KB
/
whatsnew.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
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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
[COLOR springgreen]Elementum:[/COLOR]
[COLOR red]-------------------------------------------------------------------------------------------------------[/COLOR]
[B][COLOR red]Development of *plugin.video.elementum* is stopped! [/COLOR][/B]
- Do not expect any support, help and other things like that.
- Source is open, so you can fork everything.
- Some bug fixes or updates can come, to keep things working and have the latest versions.
[B][COLOR red]0.1.104-0.1.106[/COLOR][/B]
- Sync playback progress from Kodi Library's items to Elementum's menu items. (Thanks to @burekas7, @antonsoroko)
- Fix startup issue in Flatpak version of Kodi in Linux. (Thanks to @simpledork47, @antonsoroko)
- Add "Open Show" to context menu for progress and calendar views.
- Prefer Romaji titles for anime. Add Credits to TMDB Season. Set Trailer in all TMDB video types. Don't overwrite OriginalLanguage title with AlternativeTitles.
- Update BitTorrent peer IDs and user agents.
- Add BitTorrent ports to status page.
- Fixed issue with not updating local strm library when Trakt sync is disabled. (Thanks to @AndroG77, @susobaco, @antonsoroko)
- Added functionality to detect if Kodi is running in a remote mode (when Kodi library is not empty, but Kodi has no local sources, meaning Kodi it managed on some other Kodi instance). In this case Elementum will disable local library updates and Trakt sync, and that should only run on master device/Kodi.
- Fixed libtorrent logging in Windows. (Thanks to @pavelmxx, @antonsoroko)
- Added -disableLibrarySync startup option.
- Added support for moving downloaded movies into named subfolders (like we do for TV Shows).
- Attempt to fix startup of elementum on Android.
[B][COLOR red]0.1.103[/COLOR][/B]
- Python 3.12 compatibility
- Internal DNS rewritten, can be used to unblock TMDB in some CIS countries
- Added backup TMDB API endpoint to unblock TMDB in India
[B][COLOR red]0.1.100-0.1.102[/COLOR][/B]
- Many changes around caching and parsing speed to make browsing faster.
- Changed default 'gold' color to 'bold' to show properly on light backgrounds. (Thanks to @vasilky3)
- Removed auto-scrape functionality to avoid bombing websites with search queries.
- Fixed listing TMDB countries/languages.
- Added config setting to avoid installing Elementum standalone repository.
- Added config setting for order of public DNS-over-HTTPS services.
- Many changes around Trakt lists rendering and Arts selection in general. (Thanks to @antonsoroko, @matke-84)
- Added config settings for Second Language to be used if Primary language translation is not available.
- Replaced Opensubtitles.org with Opensubtitles.com API.
- Thanks to @antonsoroko, @vasilky3, @matke-84, @GladistonXD and other people (sorry for not mentioning you, ping me to fix this) who took part in reporting issues, testing, development!
[B][COLOR red]0.1.99[/COLOR][/B]
- Fixed libtorrent peer fingerprints.
- Fixed issue with auto-selecting wrong episode file from season torrent.
- Extended `season` payload going to search addons.
- Fixed issue with selecting least popular images, instead of most popular ones.
- Fixed issue with not being able to write to special paths in Kodi, i.e. `special://...`.
- Fixed issue with counting number of episodes and watched episodes.
- Fixed issue with not properly moving torrent files after download is complete.
- Fixed issue with overwriting buffer priorities when using files.
- Fixed issue with syncing Trakt lists when syncs are disabled.
- Thanks to @antonsoroko, @vasilky3, @burekas7
[B][COLOR red]0.1.98[/COLOR][/B]
- Newer Go version is used.
- Fixed issue with adding multi-file torrent from Web.
- Fixed issue with leaving torrents in libtorrent that are not resolved.
[B][COLOR red]0.1.97[/COLOR][/B]
- Reverted detection of memory on running device (new method was not correctly getting memory size on arm devices).
- Added a check for network locations when deciding where to write strm files (to skip network locations).
- Added linux-armv7-softfp platform (e.g. for LG WebOS), that is a Armv7 build, without hardfp enabled.
[B][COLOR red]0.1.96[/COLOR][/B]
- Fixed issue with running on Android platforms.
- Added 'In Elementum library' lists, that show items, that are updated by Elementum.
- Added option to clear movies/shows database from Elementum settings.
- Updated list sortings to make sure 'Next page' link is always on the bottom and adding more sorting options.
[B][COLOR red]0.1.95[/COLOR][/B]
- Recommendation lists now return more entries.
- Trakt Lists now show all entries without pagination.
- Many changes to rendering to speed-up everything.
- /debug/bundle endpoint now can get kodi.log from Python part of addon, to publish logs when Kodi is running on remote host.
[B][COLOR red]0.1.93-0.1.94[/COLOR][/B]
- Replaced internally managed "repository.elementum" with a standalone "repository.elementumorg" that can download addons even if Elementum is not working.
- Added Trakt removal sync (with settings in Trakt section), that will remove items from Kodi library, when it is removed from Trakt list.
- Added custom action to Kodi library settings section, that will search for library duplicates and remove all duplicate items.
- Small fixes to existing functionality.
[B][COLOR red]0.1.88-0.1.92[/COLOR][/B]
- Initial support for connecting more than one plugin.video.elementum to a binary.
- Added support for exporting current configuration to a json/yaml file.
- Added support for reading configuration form json/yaml file (Kodi is not needed to startup).
- Added support for setting login/password to access Elementum binary.
- Added manual option to compact Elementum databases (instead of a periodic automatic run).
- Added support for allowing custom search queries, coming from context.elementum actions (needs latest context.elementum update).
- Changed the way plugin detects running OS and Architecture to use detection, based on shared library run.
- Added support for using custom profile location on Android (taken from Kodi environment).
- Fixed missing /debug handlers.
- Added option to force starting as a shared library.
[B][COLOR red]0.1.87[/COLOR][/B]
- Added basic support for running application as a shared library, that can be used on latest Android devices and Xbox devices (that do not allow to fork application).
- Fixed repository.elementum xml declaration to run properly on Kodi 20.
- Added `logPath`, `profilePath`, `libraryPath`, `torrentsPath` CLI arguments to override values from Kodi.
- Added database compression functionality (should compact .db files once in a week).
- Different fixes from @nonew-star, @burekas7, @matke-84, @vanadium23.
[B][COLOR red]0.1.84-0.1.86[/COLOR][/B]
- Added support for downloading missing binary file directly from github.
- Added setting for configuring Opennic DNS servers list.
- Different fixes from @1Joy1, @burekas7, @antonsoroko, @NicolasThierion.
[B][COLOR red]0.1.83[/COLOR][/B]
- Small adjustments to Trakt Watched sync to reset resume state for already watched items.
- Changed Seek monitoring for player startup.
- Added setting to delay addon launch on Kodi startup.
[B][COLOR red]0.1.79-82[/COLOR][/B]
- Added service.lt2http to repository.elementum.
- Changed Trakt watched management from context menu. (thanks to @antonsoroko)
- More changes to Web UI. (thanks to @Dim0N22)
- Added more information for skins. (thanks to @antonsoroko)
- Added manage artwork functionality. (thanks to @antonsoroko)
[B][COLOR red]0.1.78[/COLOR][/B]
- Fixed storing file/memory storage for torrents, downloaded from context plugin.
- Fixed seed forever option handling. (thanks to @antonsoroko)
- More changes to Web UI. (thanks to @Dim0N22)
- Fixed Darwin-x64 compilation.
- Added support for Trakt Hidden items (thanks to @antonsoroko)
- Fixed removal of Movies/Shows from Kodi library.
[B][COLOR red]0.1.77[/COLOR][/B]
- All the kudos for go to @antonsoroko and @Dim0N22 for their commitments.
- New Web UI (hosted at :65220/web)!
- Fixed hang issue when shutting down Kodi.
- New setting to allow showing episodes aired today.
- New settings to managing additional trackers for added torrents.
- New functionality to assign custom torrent for specific items (triggered by context.elementum plugin).
- Small fixes.
[B][COLOR red]0.1.76[/COLOR][/B]
- Fixed creation of repository.elementum.
- Changes to information constructors for movie/show/episode.
[B][COLOR red]0.1.75[/COLOR][/B]
- Small bug fixes (thanks to @antonsoroko).
- Reverting to previous version of Swig, trying to avoid antivirus treat as a trojan.
[B][COLOR red]0.1.72-74[/COLOR][/B]
- Small fixes to existing code (thanks to @antonsoroko).
- Added logging of Kodi address, that sends requests, to send responses to that Kodi. (Should pop dialogs on proper Kodi)
[B][COLOR red]0.1.70-71[/COLOR][/B]
- Fixed issue with crashing due to empty lists in Trakt. (thanks to @antonsoroko).
- Added option to select which files should be queued for download (File storage only).
[B][COLOR red]0.1.69[/COLOR][/B]
- Adjusted matchers for filename.
- Modified season images selector for FanArt.
- Modified Resume playback logic to ask when we think Kodi has already asked and got no response.
- Changed the way to add additional trackers to add them to each torrent after addition.
- Changed Trakt authorization methods.
[B][COLOR red]0.1.68[/COLOR][/B]
- Added 'Trakt', 'TMDB' labels to Movies/Shows index lists to distinguish sources of data.
- Returned asking for play resume, when we think Kodi was asking (because Kodi does not ask resume for strm files).
- Changed seeds/peers fields source to show more general numbers.
- Fixed issue with finding next episode items (when season was not mentioned in file name).
- Added Anime:boolean value to search payload.
[B][COLOR red]0.1.67[/COLOR][/B]
- Added storing fetched metadata for magnets.
- Added concatenation of torrents into one entry.
- Added getting popular public trackers from internet and adding them to each added torrent.
- Modified libtorrent usage to lower requesting information from it.
- Reorganized Resume playback to properly treat Kodi's response to resume from position.
[B][COLOR red]0.1.65-66[/COLOR][/B]
- Added handling of Kodi region for proper certification detection.
- Changed permissions management for lockfile on Windows to use ACL.
- Added languages for images requests on TMDB.
- Added MPAA/Countries information.
- Removed memory leaks with libtorrent usage.
- Added Bitrate information to pause status printer.
- Fixes for file selectors.
- Fixes for fanart selection for seasons.
- Fixed for Kodi 16 ListItem construction.
[B][COLOR red]0.1.63-64[/COLOR][/B]
- Added initial integration with UpNext addon to notify about next episode/file.
- Reorganized Arts collection from Fanart.tv, to make it faster and properly selected.
- Added photos for Cast members.
- Removed CloudFlare bypass from internal proxy (not working with the latest CloudFlare defense), Antizapret (also not working, use external solutions like VPN).
- Fixed issue with downloading to files from context menu.
- Added notification of completed background download.
- Added context item to return to Movies/Shows page from listings (to easily return back).
- Modified episode matching patterns to match '501' like files.
- Added 'Restart addon' option to addon settings, that restart the backend server totally and forces a start, if it is not started.
- Modified Lockfile functionality to set wider file rights to allow modifications by virtual users.
- Changed Percentage output for memory torrents to show percentage from current download queue properly.
- Added localization to torrent status.
- Added information about auto-close period in yes/no dialogs.
- Fixed issue with broken language detection (for example, with Portuguese Brazilian).
- Added settings for controlling Log level from addon settings.
- Fixed issue with showing total size of torrent on /web page, instead of selected files size.
- Added fallback checkers for names/overviews for Movie/Show/Season/Episode (If selected language not available, fallback to english, then to original language to avoid empty values).
[B][COLOR red]0.1.60-62[/COLOR][/B]
- Please, visit https://github.com/elgatito/plugin.video.elementum/issues/636 for information about Trakt in Elementum.
- Added a check for Locked Trakt account, will show once a day, see the link above.
- Removed custom Trakt ClientID settings, see the link above.
- Removed feature to remove duplicates in Trakt history.
- New Trakt ClientID added (re-activation needed!), more changes to Watched Sync.
- Kodi 19 fixes. Thanks to @vlmaksime.
[B][COLOR red]0.1.59[/COLOR][/B]
- Updated Python3 compatibility for Kodi19. Thanks to @vlmaksime.
- Changed default Trakt client id.
- Different critical fixes.
- Updated dependencies versions.
[B][COLOR red]0.1.57-0.1.58[/COLOR][/B]
- Added functionality to allow using both memory and file storages. Running 'Download' from context menu will download with file storage.
- Fixed cleaning torrent history from Elementum settings.
[B][COLOR red]0.1.56[/COLOR][/B]
- Some changes to allow running on Kodi 16 with old python and Kodi 19 with Python 3.
- Changed logic to start playback even if there is a busy window (can cause Kodi restarts, please report if found!).
- Added context item in torrents list to select which file to download.
- Split Auto Choose setting for different media types.
- Fixed Seek to make sure we seek the media.
- Added proper /info web endpoint to show torrents health and information with files/piece priorities.
- Refactored work with files, priorities, showing proper progress.
- Enabled tuned storage for non-memory storage by default.
[B][COLOR red]0.1.53-0.1.55[/COLOR][/B]
- Fixed issue with dropping connections when resuming torrent.
- Fixed issue with cleaning search history.
- Updated to new version of libtorrent-go, which uses Golang exception handling.
- Added resolve timeout for magnets.
- Reorganized next file pre-download to allow pre-download for non-episode torrents (for example from search or external plugin).
- Added &nindex (next file index), &noindex (next original file index) for defining what file to pre-download next.
- Added option to automatically start next file playback (without asking).
- Added option to manually define which binary file to use (platform selection).
[B][COLOR red]0.1.52[/COLOR][/B]
- Added context menu item for cleaning up search queries.
- Increased TMDB rate limits to allow more queries.
- Added option for using earliest available year for searching. Added years per country for searching through providers.
- Added local caching for downloaded torrent files.
- Small changes to next episode autostart.
- Fixed issue with crashing because of virtual memory calculation error.
- Modified episode matching regex.
- Added oindex parameter to /play to start with specific file index.
[B][COLOR red]0.1.51[/COLOR][/B]
- Reorganized Elementum settings to make easier to understand them.
- Added option to totally disable Trakt/Kodi synchronization.
- Added option to disable Trakt/Kodi sync when Kodi is playing anything.
- Added option to define disk cache buffer (useful for Android/external drive users with File storage).
- Added option to seed forever (will not stop seeding until manually selected).
- Fixed issue with selecting file for playback in active torrent.
[B][COLOR red]0.1.50[/COLOR][/B]
- Modified libtorrent settings.
- Fixes for background downloads and buffer window.
[B][COLOR red]0.1.49[/COLOR][/B]
- Added handling of background downloads (needs context.elementum version at least 0.0.3).
- Added setting to disable Kodi library integration.
- Added setting to disable welcome greeting.
- Fixes for file storage and starting playback from torrents list.
[B][COLOR red]0.1.48[/COLOR][/B]
- Fixed issues with removing items from torrent history.
- Added github.io handling to repository.
- Fixed saving history for search items.
[B][COLOR red]0.1.45-0.1.47[/COLOR][/B]
- Changed Trakt API keys per addon. Users need to re-authorize!
- Added option to cleanup Trakt history (to leave only the latest info about watch date). It will hugely decrease Trakt load, so it highly recommended to enable!
- Modified next episode launcher.
- Small changes to avoid segmentation faults.
- Python scripts modified to support Kodi 19.
[B][COLOR red]0.1.44[/COLOR][/B]
- Fixed CloudFlare bypass module to bypass latest CloudFlare defense.
- Fixed issue with removing shows from the Kodi library.
- Added Settings links for Elementum and searchers to the main menu.
[B][COLOR red]0.1.42-0.1.43[/COLOR][/B]
- Fixed segfault issue on Linux builds, caused by static linkage. 0.1.42 release is cancelled!
- Changed Smart episode play to start download even when playlist is empty.
- Moved back to using libC for binary compilation, instead of Musl.
- Changed Kodi library synchronization to avoid deadlocks.
- Fixes for having duplicated watches in Trakt.
- Changed deletion of movies/shows detection. (Will not update items - removed from Kodi library).
- Added Settings link to main menu.
- Added settings for customizing Trakt Client ID and Secret key.
- Added settings for customizing end of file buffer size (default is 4mb).
[B][COLOR red]0.1.41[/COLOR][/B]
- Added Auto-close settings for closing Confirm Dialogs with timeout.
- Added functionality to select which file to play, in list of active torrents.
- Added more Open in Kodi to Elementum settings, for different directories.
- Fixed issue with not refreshing MyProgress when something changes on Trakt side.
- Fixed issue with not settings episodes as Watched in Kodi library.
- Changed Torrents list to reverse order.
[B][COLOR red]0.1.40[/COLOR][/B]
- Fixed double watched items in Trakt.
- Added setting to log proxy response body.
- Fixed getting Resume information from Kodi.
- Added Seek force.
- Fixed python code for icon setting (thanks to @Nemiroff)
[B][COLOR red]0.1.39[/COLOR][/B]
- Fixed CloudFlare bypass functionality.
- Fixed issue with not working continue playback.
- Fixed double addition to Trakt history.
- Fixed wrong dates for watched items on Trakt.
- Enabled caching for built-in DNS client.
[B][COLOR red]0.1.38[/COLOR][/B]
- Totally rewritten Trakt synchronization.
- Removed usage of SQLite database. All torrent links and some data will be deleted. You can rollback to version 0.1.37 and earlier, database is not deleted physically.
- Added "Open directory" option to settings, to open Library directory in Kodi (and add directory as Movie/Show source).
- Modified Resume playback.
- Modified built-in DNS client, to work faster.
- Fixed caching to properly invalidate expired items.
- Added "All seasons" setting and seasons ordering settings (ascending/descending).
[B][COLOR red]0.1.37[/COLOR][/B]
- Disabled by default 'Auto-Scrape', so that people won't be banned because of massive requests.
- Added 'interval' setting for Auto-Scrape.
- Fixed matching episodes in Anime torrents.
[B][COLOR red]0.1.36[/COLOR][/B]
- Added Auto-Scrape functionality. It allows to search popular movies in the background and see which one is found on selected trackers. You can choose how to detect movie is available (for example expert to find at least 2 4K torrents, or find at least 3 torrents on each provider). Also possible to add it to the library automatically, and additional "Latest available movies" directory in Movies.
- Added back auto-cache cleanup periodically.
- Modified automatic file selection for Anime shows.
- Updated torrents library.
[B][COLOR red]0.1.33-35[/COLOR][/B]
- Fixed Linux ARM platforms.
- Removed usage of Kodi 'resume playback' parameter as it is often wrong.
[B][COLOR red]0.1.32[/COLOR][/B]
- [B][COLOR red]This release is removed due to broken work on Linux ARM platforms![/COLOR][/B]
- Updated libtorrent-go docker images to use Musl+GCC9 for Linux images. Should run on any Linux OS now.
- Modified automatic next episode starter, to avoid re-writing current episode.
- Fixed issue with internal DNS client and failed requests because of v6 IPs.
- Small changes to prioritization function to avoid useless calls to libtorrent.
- Changed default MaxConnections for libtorrent, from 200 to 80 for multicore devices, 50 to 40 for singlecore devices.
- Added handling of multiple BluRay directories in the torrent.
- Made search queries to become on top when selected from history list.
- Added selection of files, when added from web.
- Added button to web, to add torrent with downloading all files.
- Modified season/episode titles, used for subtitles searchers.
- Fixed issue when buffer dialog shows 0% progress.
- Added option to avoid adding subtitles files when video has included subtitles. Same option for automatic subtitles download.
- Added support for adding not only .srt subtitles. Full list: https://aboutdevice.com/kodi-load-external-subtitle-file/
[B][COLOR red]0.1.31[/COLOR][/B]
- Fixed File storage pieces management.
- Fixed Antizapret proxy.
[B][COLOR red]0.1.30[/COLOR][/B]
- Fixed issue with file not fully downloaded (using file storage).
- Added movie/show title to /play links.
- Fixed removal of files, upon torrent deletion in torrents list' context menu.
- Fixed re-modification of torrent files upon torrent metadata received.
- Added feature to read added file, if it has magnet link inside.
- Fixed Croatian translation. Many thanks to @adiadi2.
- Another approach to make platform detection safer on closed platforms.
[B][COLOR red]0.1.29[/COLOR][/B]
- Fixed issue with priorities setter for file storage.
- More subtitles reorganizations.
[B][COLOR red]0.1.28[/COLOR][/B]
- Added option to skip IPv6 addresses with built-in DNS resolver.
- Small fixes for subtitles selector in existing torrents.
- Fixed payload for opensubtitles.
- Added Torrents history section.
- Refactored resume playback.
[B][COLOR red]0.1.27[/COLOR][/B]
- More changes to piece pick strategy. Removed deadlines functionality.
[B][COLOR red]0.1.26[/COLOR][/B]
- Added storing resume progress for downloaded files.
- Added "Download all" option to context menu in torrents list.
- Make "Yes" as predefined in confirm dialogs.
- Trying to treat piece priorities in a new way.
[B][COLOR red]0.1.25[/COLOR][/B]
- Added separate option for defining minimum file size for episodes (to cover small episodes).
- More changes to deadlines management. Deadlines are not enabled by default.
- Buffer window now not shown if buffer is not needed.
- Fixed OSDB usage without login/password (anonymous mode now working).
- Modified OSDB to properly search episodes.
- Added option for auto-downloading subtitles from OSDB on playback start.
- Fixed internal proxy failure on configuration changes.
- Added Auto-buffering for next episode in playlist (Start playback from list of episodes by "Play from here ...").
- Modified all plugin links to have movie/episode titles in the link.
- Fixed proxy settings in libtorrent.
- Added Translations to search objects, that go to search plugins.
- Added Donate link to main menu.
- Added deadline reset for hailed-hash pieces.
[B][COLOR red]0.1.24[/COLOR][/B]
- Added "Liked" Trakt lists to "My Collections".
- Added context menu to Trakt lists, that allow adding them to main menu (Movies/Shows).
- Any list can be added to main lists. Context menu on them - to remove from main menu.
- More changes to libtorrent settings.
- Fixed many memory leaks.
- Added options
[B][COLOR red]0.1.23[/COLOR][/B]
- Added "In Kodi library" sections, that show movies/shows added by Elementum in Kodi library.
- Added option to resume playback N seconds earlier.
- Added option to resume torrents with Paused/Resumed state.
[B][COLOR red]0.1.22[/COLOR][/B]
- Small changes to pieces priorities settings.
- Fixes for resume playback management.
[B][COLOR red]0.1.21[/COLOR][/B]
- Reorganized libtorrent settings.
- Added libtorrent profile settings.
- Added magnet retracker settings.
[B][COLOR red]v0.1.1-0.1.20[/COLOR][/B]
- Testing migration to libtorrent as a torrent library!
- If you want to use stable version - revert to 0.0.* version by updating from repository!
- Please report any found problems on github or gitter chat.
- Added option to auto-adjust buffer size to have at least 10 pieces before starting playback.
- Added option to skip auto-adjust buffer according to Kodi's advancedsettings.xml
- Added libtorrent.config handling to manually adjust libtorrent settings. See https://libtorrent.org/reference-Settings.html
- Added setting to add season+episode number to episode titles.
- Reorganized startup to start faster.
- Reorganized existing torrents loading to load them in creation order.
- Reorganized fastresume+parts files cleanup.
[B][COLOR red]v0.0.71[/COLOR][/B]
- New memory storage implemented.
- Added save ability for magnets.
- Added Antizapret usage.
[B][COLOR red]v0.0.70[/COLOR][/B]
- Fixed error while browsing trakt movies.
- New approach to readahead settings.
- Added Opennic fallback.
[B][COLOR red]v0.0.69[/COLOR][/B]
- Increased memory usage ratio.
- Fixed small problems.
- Added option to skip 'resume' if was chose so in Kodi (no forced resume video).
[B][COLOR red]v0.0.68[/COLOR][/B]
- Fixed internal proxy hang on arm devices.
- Added option to disable internal DNS (disable for Tor usage, for example).
- Fixed player start from search.
[B][COLOR red]v0.0.67[/COLOR][/B]
- Added built-in HTTP Proxy for usage by searchers (like Burst). It include CloudFlare bypass and DNS over TLS usage.
- Added functionality for unwatching items in Kodi library, after it was unwatched in Trakt.
[B][COLOR red]v0.0.66[/COLOR][/B]
- One more fix for navigating in the searches.
- Subtitles now use original titles for searching.
- Fixed adding torrents window for Kodi 18.
- Fix to library updater, that was wrongly assigning watched state, due to Kodi IDs reuse.
[B][COLOR red]v0.0.65[/COLOR][/B]
- Added Concurrent connections settings.
- Changes in torrent library.
[B][COLOR red]v0.0.64[/COLOR][/B]
- Another attempt to fix search pages on Kodi 18.
- Changed TVDB url to allow proper parsing with latest TVDB scraper.
[B][COLOR red]v0.0.63[/COLOR][/B]
- Update torrent library version.
- Added auto-select for BluRay menu files.
- Added search capability for context plugin requests (search any content).
- Added mandatory check to find specified network interface.
- Optimizations to lower memory usage.
- Added settings to disable NFO files for Movies/Shows (should fix TVDB scraper issue).
- Another fix for starting playback from Search menu.
[B][COLOR red]v0.0.62[/COLOR][/B]
- Updated compiler version.
- Updated torrent library to fix big amount of connections and low speeds caused by it.
- Fixed Trakt sync of shows' watched status.
- Trakt watched state now saves real watched date.
- Added setting to change auto-library-update behavior (yes/ask/no).
- Small fixes for Kodi 18 compatibility.
[B][COLOR red]v0.0.61[/COLOR][/B]
- Increased default providers timeout.
- Added options to cleanup database and cache.
- Added selection of bittorrent network interface.
- Added selection of language for strm files (original names by default).
- Added option to automatically (silently) run library update on item add/remote.
- Added option to automatically submit logs to pastebin services (Additional -> Logging).
- Removed seasonXepisode from episode name for Kodi Player.
- Added fallback requests for empty Genres (some languages miss namings).
- Torrent files from multiple trackers now include all of them.
- More relevant names saved for Torrents (not the one included in torrent file, but the one we get from providers).
- Added NFO files generation for Movies/Shows to explicitly save IDs for Elementum/TMDB/TVDB/IMDB.
[B][COLOR red]v0.0.60[/COLOR][/B]
- Added proper gzip handling in torrent resolve.
- Added proxy setter to default HTTP client.
[B][COLOR red]v0.0.59[/COLOR][/B]
- Split Download path into Download+Torrents.
- Download path now is not needed for memory storage.
- Small fixes to fanart detection.
[B][COLOR red]v0.0.58[/COLOR][/B]
- Quick fix release.
[B][COLOR red]v0.0.57[/COLOR][/B]
- Changed thumbnails detection for episodes.
- Changed resolution detection for found streams.
- Fixed repository creation.
[B][COLOR red]v0.0.56[/COLOR][/B]
- Added usage of fanart.tv service for setting fanart.
- Added reading advancedsettings.xml file to adjust buffer size in Elementum.
- Changed Calendars pages.
- More changes to progress pages.
[B][COLOR red]v0.0.55[/COLOR][/B]
- Fixed bug with showing Trakt authorization when accessing Trakt lists.
- More changes to My Progress page look.
- Big changes to fanart selection for all lists and items.
- Added proper Cast to episodes and seasons.
- Split option to add/remove items to Trakt into movie/show separate settings.
- Changed progress date format to be more usual, like yyyy-mm-dd.
[B][COLOR red]v0.0.54[/COLOR][/B]
- Remastered Trakt progress page. Should be quicker loading.
- Added settings to customize Progress page (colorize, sorting, filtering).
- Added setting to allow automatic add/remove to custom Trakt Userlist.
- Fixed issue with TMDB lists.
- Added Trakt recommendations to Movies/Shows. It shows recommendations for currently logged user.
- Added Trakt Top lists. Lot of collections, composed by people.
- Small fixes.
[B][COLOR red]v0.0.53[/COLOR][/B]
- Added configuration for auto-loading torrents on startup (only for non-memory storage).
- Added configuration for adding and removing movies/shows from Trakt lists when operated in Kodi library.
- Fixed missing artwork for Trakt items.
- Small bug fixes.
[B][COLOR red]v0.0.52[/COLOR][/B]
- Small bugs fixes.
- Search payload changed for general query (needs latest Burst).
- Added /debug/all to list debug information without log.
- Updated to latest torrent library.
[B][COLOR red]v0.0.51[/COLOR][/B]
- Hot-fix after v0.0.50
[B][COLOR red]v0.0.50[/COLOR][/B]
- Fixed issue with adding not-aired episodes to the library.
- Attempt to fix Xbox/iOS builds.
- Added functionality to make able to split plugin into local and remote part.
[B][COLOR red]v0.0.49[/COLOR][/B]
- Added Remove action in context menu of search queries.
- Added File submition to WebUI.
- Added Statistics menu item, which shows useful information about the plugin.
- Fixed usage of plugin with Windows Store's Kodi.
- Fixed Pause/Unpause of torrents.
- Several small fixes.
- Now passing ProxyURL to searchers.
[B][COLOR red]v0.0.48[/COLOR][/B]
- Added caching for stream selection.
- Added caching for search results.
- Public/Opennic DNS configuration added to Kodi settings.
- Fixed usage of special chars in file names.
- Added /debug/bundle to download all the debug information.
- Fixed labels for /search playback.
- Other small fixes.
[B][COLOR red]v0.0.47[/COLOR][/B]
- Added proxy support to torrent library (Supports Socks4/Socks5/HTTP/HTTPS proxy).
- Stream selection become bigger.
- Added /debug/ URL to show debugging information.
[B][COLOR red]v0.0.46[/COLOR][/B]
- Added Automatic memory size detection option, which is enabled by default. Default is 5% of physical memory, but not bigger than 200mb.
- Fixed TCPv6 issue with listening, while disabled.
- Added language selector for OSDB.
- Altered Trakt to start sync after startup, not only after period of time.
- Fixed issue with removing strm files when Kodi is renewing the information.
- Added lists of Movies/Shows, filtered by Countries/Original Language, Country/Language menu in Movies/Shows.
- Added sort by size for torrents list in search results.
- Now showing directory name in file selection, if files have different directories.
- Another attempt to fix hanging "Resolving torrent files" notification.
[B][COLOR red]v0.0.45[/COLOR][/B]
- Fixed issues with IP+Port detection.
- Resume playback reorganized, so disable it from settings if needed.
[B][COLOR red]v0.0.44[/COLOR][/B]
- Mostly a maintenance release, fixing small issues.
- Fixed Pride show being added always to the library.
- Trailers playback moved to Youtube plugin.
[B][COLOR red]v0.0.43[/COLOR][/B]
- Migrating to another database engine to allow flexibility in the future.
- Library manipulations changed a lot due to database change, so it can bring bugs and errors. Please, report them on https://github.com/elgatito/plugin.video.elementum/issues website.
- Small fixes.
- Updated torrent engine.
[B][COLOR red]v0.0.42[/COLOR][/B]
- Added Disable Upload setting to disable Uploading at all, if Seed Time is 0 - upload will stop when download is finished.
- Updated torrent engine.
- Small fixes.
[B][COLOR red]v0.0.41[/COLOR][/B]
- Added Context menu add-on to Elementum repository. Allows playing any item from Kodi library, not only strm files.
- Fixes for Kodi 16 library.
- Updated torrent engine.
[B][COLOR red]v0.0.40[/COLOR][/B]
- Custom DNS names reverted to become optional.
- Small fixes.
[B][COLOR red]v0.0.39[/COLOR][/B]
- Added custom DNS resolvers (Using Google/Quad9/Opennic servers).
[B][COLOR red]v0.0.38[/COLOR][/B]
- Fixing reported issues with the library management.
- Fixed searching non-english originated movies/shows.
- Updated Croatian and Hebrew languages. Thanks to @muzena and @meijin007.
[B][COLOR red]v0.0.35[/COLOR][/B]
- Added UPnP/NAT support (is testing mode).
- Added Shows Progress page for Trakt.
- Movies/Shows menu reorganization and unification.
- Added Silent playback start setting to not ask for existing torrents and reusing old ones.
[B][COLOR red]v0.0.33[/COLOR][/B]
- Re-Enabled seeding for memory storage.
- Fixed few bugs from github.
[B][COLOR red]v0.0.31[/COLOR][/B]
- Trakt lists now use TMDB data. Can be turned off in Settings > Appearance
- Not removing UTF characters from search payload.
- Smaller fixes to stability.
[B][COLOR red]v0.0.30[/COLOR][/B]
- Added unified watched status. TheMovieDB/Trakt lists can show Watched items, same with Kodi Library.
[B][COLOR red]v0.0.29[/COLOR][/B]
- Global changes to Library management
- Trakt Watched items are synced to Kodi library
- Kodi Watched items are synced to Trakt, as well
- Torrent library updated to latest version
- [B][COLOR red]This is a big change release, if you encounter a bug, please report it on github.com![/COLOR][/B]
[B][COLOR red]v0.0.26[/COLOR][/B]
- Added Changelog
- Caching moved to the database
- Added proper OS signal handling
- Fixed not-removed files after torrent removed
- Fixed rate limiting for download/upload
- Seeding is not disabled by default
- New rate limiter in use
- Faster tmdb listings