Skip to content

Releases: SageTendo/mal-stremio-addon

v2.0.2

23 Feb 09:57
Compare
Choose a tag to compare

Fixes:

  • Content not syncing when MAL ID is given instead of Kitsu ID
  • Refactor stream.py

Full Changelog: v2.0.1...v2.0.2

v2.0.1

23 Feb 01:52
Compare
Choose a tag to compare

Fixes:

  • Attempting to fetch streams for content that's not prefixed with "mal_"

v2.0.0

23 Feb 00:21
805f2c0
Compare
Choose a tag to compare

NB: To access the new features, upgrade or simply reinstall the addon.

Features

  • Accessing the configuration webpage through stremio plugins panel.
  • Content tracking and syncing from within Stremio.
    • Currently, only Kitsu catalogs are supported.
    • When users watch content in their "plan to watch" list:
      • Shows will be marked as watching and moved to the "watching" list, and the currently watched episode will be updated on MyAnimeList.
      • Movies will will be moved to the "completed" list
    • When users watch content in their "watching" list:
      • Episodes watched will be updated for shows, and a show is marked and moved to the "completed" list when the last episode is watched
    • When users watch content in their "on hold" list:
      • When a new episode is watched, the show is moved to the "watching" list.

NB: Due to Stremio not having a native way of handling content tracking, the only way to achieve this is by having Stremio request subtitles from the addon. Instead of returning subtitltes, the addon will look at the content that is currently being played that the subtitles are being requested for, and mark that content accordingly upon playback and not when the content has been watched all the way through.

Changes

Fixes

  • Movie content not showing streams (TorrentIO)

Known Issues

  • IMDB rating point to MAL ID instead of IMDB ID on mobile
  • Differing meta preview content and meta content (most noticable on mobile).
  • Warning/Error messages being displayed at the start of watching content (this is usually a result of no subtitles being returned, and currently an indication of content being synced).

v1.2.0

12 Feb 20:08
fb8b661
Compare
Choose a tag to compare

NB: Although this does not break backwards compatibility, users can reinstall the addon to get the icon to show and Stremio mobile users should reinstall this addon to get the ability to load more content when scrolling.

Changes:

  • Logo and favicon added to addon
  • Addon doesn't respond to IMDB prefixes (new installations will handle this client-side as well)

Fixes:

  • Failing to get more content when scrolling on mobile
  • Displaying of meta content (episodes, etc.) on mobile
  • Date formatting fixed

Known Issues:

  • Differing meta preview content and meta content (most noticable on mobile).
  • IMDB rating link not having the correct ID on mobile

v1.1.0

28 Jan 21:24
fb8b661
Compare
Choose a tag to compare

NB: This feature breaks backwards compatibility and therefore the addon needs to be reinstalled for it to work again.

  • Kitsu integration: Fetching meta and streams directly from kitsu
  • Persist login for web app using sessions
  • Sessions stored in DB
  • Ability to refresh MAL session using refresh tokens
  • Some UI element changes
  • Dependency clean up
  • Addon manifest update
  • Readme update

v1.1.0-alpha

28 Jan 21:12
Compare
Choose a tag to compare
v1.1.0-alpha Pre-release
Pre-release
  • Kitsu integration: Fetching meta and streams directly from kitsu (this feature breaks backwards compatibility and therefore the addon needs to be reinstalled)
  • Persist login for web app using sessions
  • Sessions stored in DB
  • Ability to refresh MAL session using refresh tokens
  • Some UI element changes
  • Dependency clean up

v0.1.0

24 Jan 19:30
Compare
Choose a tag to compare

Initial Release:

  • Fetching watchlist from MAL from within Stremio
  • Aliasing auth tokens in manifest URLs using MAL IDs