Skip to content

Commit

Permalink
Merge branch 'master' of github.com:elgatito/plugin.video.elementum
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Oct 4, 2024
2 parents afb0d66 + 25aff3e commit e0ae964
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
- Some bug fixes or updates can come, to keep things working and have the latest versions.

[B][COLOR red]0.1.104[/COLOR][/B]
- Sync playback progress from Kodi Library's items to Elementum's menu items.
- Fix startup issue in Flatpak version of Kodi in Linux.
- Sync playback progress from Kodi Library's items to Elementum's menu items. (Thanks to @burekas7 and @antonsoroko)
- Fix startup issue in Flatpak version of Kodi in Linux. (Thanks to @simpledork47 and @antonsoroko)
- Fix absence of new episodes in Library when Trakt is not authorized. (Thanks to @AndroG77 and @susobaco)
- 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.
Expand All @@ -27,7 +28,7 @@
- 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 avodi installing Elementum standalone repository.
- 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.
Expand All @@ -54,12 +55,12 @@
[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, that is a Armv7 build, without hardfp enabled.
- 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 yclear movies/shows database from Elementum settings.
- 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]
Expand Down Expand Up @@ -179,7 +180,7 @@
- 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 defence), Antizapret (also not working, use external solutions like VPN).
- 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).
Expand All @@ -189,7 +190,7 @@
- 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 Bralizian).
- 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).
Expand All @@ -216,7 +217,7 @@
- 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.
- Splitted Auto Choose setting for different media types.
- 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.
Expand Down Expand Up @@ -289,7 +290,7 @@
- Added settings for customizing end of file buffer size (default is 4mb).

[B][COLOR red]0.1.41[/COLOR][/B]
- Added Autoclose settings for closing Confirm Dialogs with timeout.
- 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.
Expand All @@ -311,23 +312,23 @@
- Enabled caching for built-in DNS client.

[B][COLOR red]0.1.38[/COLOR][/B]
- Totally rewritten Trakt syncronization.
- 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).
- Modifed Resume playback.
- 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]
- Disabed by default 'Auto-Scrape', so that people won't be banned because of massive requests.
- 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.
- Modifed automatic file selection for Anime shows.
- Modified automatic file selection for Anime shows.
- Updated torrents library.

[B][COLOR red]0.1.33-35[/COLOR][/B]
Expand Down Expand Up @@ -394,7 +395,7 @@
- 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 Transaltions to search objects, that go to search plugins.
- Added Translations to search objects, that go to search plugins.
- Added Donate link to main menu.
- Added deadline reset for hailed-hash pieces.

Expand Down Expand Up @@ -440,12 +441,12 @@
[B][COLOR red]v0.0.70[/COLOR][/B]
- Fixed error while browsing trakt movies.
- New approach to readahead settings.
- Added Opennic failback.
- 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 chosed so in Kodi (no forced resume video).
- 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.
Expand Down Expand Up @@ -481,7 +482,7 @@

[B][COLOR red]v0.0.62[/COLOR][/B]
- Updated compiler version.
- Updated torrent library to fix big ammount of connections and low speeds caused by it.
- 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).
Expand All @@ -495,7 +496,7 @@
- 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 langages miss namings).
- 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.
Expand All @@ -505,7 +506,7 @@
- Added proxy setter to default HTTP client.

[B][COLOR red]v0.0.59[/COLOR][/B]
- Splitted Download path into Download+Torrents.
- Split Download path into Download+Torrents.
- Download path now is not needed for memory storage.
- Small fixes to fanart detection.

Expand All @@ -524,11 +525,11 @@
- More changes to progress pages.

[B][COLOR red]v0.0.55[/COLOR][/B]
- Fixed bug with showing Trakt authorizarion when accessing Trakt lists.
- 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.
- Splitted option to add/remove items to Trakt into movie/show separate settings.
- 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]
Expand All @@ -541,7 +542,7 @@
- Small fixes.

[B][COLOR red]v0.0.53[/COLOR][/B]
- Added configuration for autoloading torrents on startup (only for non-memory storage).
- 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.
Expand Down Expand Up @@ -632,7 +633,7 @@
- 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 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.
Expand Down

0 comments on commit e0ae964

Please sign in to comment.