-
Stable Release Build 1.2.6 Stable
released this
2025-10-21 10:39:35 +00:00 | 22 commits to main since this releaseVersion 1.2.6 – Update Notes
New Features
- AirPlay Support (iOS):
- Introduced native AirPlay support for compatible playback.
- Note: MKV format not supported due to iOS restrictions.
- Last Streamed Link Caching:
- The last streamed link is now cached for 1 hour on the stream screen for faster playback.
- KSPlayer Internal Subtitle Support (iOS):
- KSPlayer now supports internal subtitles for improved viewing experience.
PR Merge – Responsive Video Controls by @qarqun
- Responsive Sizing:
- All controls now scale dynamically based on screen width for better phone and tablet compatibility.
- Play/Pause Animation:
- Smooth crossfade transitions with scale effects for a polished user experience.
- Seek Animations:
- Arc sweep animation on seek buttons.
- Number slide-out showing +10/-10 seconds.
- Touch feedback with semi-transparent circle flash.
- Technical Details:
- Button sizes calculated as a percentage of screen width.
- All animations use
useNativeDriverfor optimal performance. - Separate animation references to prevent animation conflicts.
Fixes
- Fixed an issue where Cinemeta Addon reappeared even after removal from the addon screen.
Changelog & Download
Since the VLClib alone is 45 MB, Android APKs tend to be larger.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-6.ipa
577 downloads · 47 MiB
-
app-arm64-v8a-release-1.2.6.apk
1,457 downloads · 103 MiB
-
app-armeabi-v7a-release-1.2.6.apk
175 downloads · 91 MiB
-
app-x86_64-release-1.2.6.apk
98 downloads · 112 MiB
- AirPlay Support (iOS):
-
Stable Release Build 1.2.5 Stable
released this
2025-10-15 17:57:59 +00:00 | 84 commits to main since this releaseVersion 1.2.5 – Update Notes
New Additions
- Introduced Liquid Glass Theme for iOS/iPadOS 26 and above
- Devices running iOS/iPadOS 26 will now use the new Liquid Glass theme across the app
- Older iOS versions will automatically fall back to the default theme
Improvements
- Major dependency updates across the project
- Improved iOS player performance
- Optimized metadata screen rendering and responsiveness
- Various backend improvements for smoother operations
General
- Overall stability and performance improvements
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-5.ipa
724 downloads · 45 MiB
-
app-arm64-v8a-release-1.2.5.apk
1,302 downloads · 102 MiB
-
app-armeabi-v7a-release-1.2.5.apk
214 downloads · 90 MiB
-
app-x86_64-release.apk
118 downloads · 111 MiB
- Introduced Liquid Glass Theme for iOS/iPadOS 26 and above
-
Stable Release Build 1.2.4 Stable
released this
2025-10-11 21:39:30 +00:00 | 122 commits to main since this releaseVersion 1.2.4 – Update Notes
Improvements & Updates
- Replaced Expo Image with React Native Fast Image for better performance and smoother image loading
- Updated VLCLib dependencies to improve stability and compatibility
Bug Fixes
- Fixed rating screen episode number alignment
General
- Minor stability and performance improvements across the app
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-4.ipa
497 downloads · 43 MiB
-
app-arm64-v8a-release-1.2.4.apk
1,225 downloads · 91 MiB
-
app-armeabi-v7a-release-1.2.4.apk
146 downloads · 80 MiB
-
app-x86_64-release-1.2.4.apk
75 downloads · 98 MiB
-
Stable Release Build 1.2.3 Stable
released this
2025-10-04 18:50:26 +00:00 | 162 commits to main since this releaseVersion 1.2.3 – Update Notes
New Features
-
Added Local Backup & Restore option
- This feature will replace the old Cloud-based Authentication and Sync system permanently
- See the in-app information section for more details on how to use it
-
Playback Speed Control – contributed by @CrissZollo
- Adds the ability to change playback speed directly within the player
- Currently tested and supported on ExoPlayer (Android only)
- Fixes Issue #86
UI & Metadata Improvements
- Improvements by @CrissZollo
- Fixed runtime display logic in TMDB catalogs where there was no space between hours and minutes
- Changed runtime labels from “H and MIN” to “H and M”
- Increased gap between metadata by 50% for better readability
- Fixes Issue #160
Bug Fixes
- Fixed Trakt list sorting issue in Library screen
- Fixed an issue where autoplay does not work after closing an episode and selecting another
General
- Minor stability and UI refinements
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-3.ipa
845 downloads · 42 MiB
-
app-arm64-v8a-release-1.2.3.apk
3,029 downloads · 90 MiB
-
app-armeabi-v7a-release-1.2.3.apk
409 downloads · 80 MiB
-
app-x86_64-release-1.2.3.apk
244 downloads · 97 MiB
-
-
Stable Release Build 1.2.2 Stable
released this
2025-09-30 11:47:48 +00:00 | 209 commits to main since this releaseVersion 1.2.2 – Update Notes
New Features
- Added FFmpeg Extension to ExoPlayer
- ExoPlayer now supports DTS and EAC3 audio formats.
- For a full list of supported formats, visit the official documentation.
Notes
- Video decoders that lack hardware support (e.g., DV, HDR10+) will still not work.
- Your device must have hardware decoding support for those formats.
- If a decoder fails, playback will gracefully fallback to VLCLib Player.
Improvements
- Improved addon compatibility, including support for addons such as USATV
- General stability improvements across the app
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-2.ipa
683 downloads · 40 MiB
-
app-arm64-v8a-release-1.2.2.apk
617 downloads · 90 MiB
-
app-armeabi-v7a-release-1.2.2.apk
115 downloads · 80 MiB
-
app-x86_64-release-1.2.2.apk
69 downloads · 97 MiB
- Added FFmpeg Extension to ExoPlayer
-
Stable Release Build 1.2.1 Stable
released this
2025-09-26 17:36:53 +00:00 | 224 commits to main since this releaseVersion 1.2.1 – Update Notes
This release focuses on stability improvements and internal fixes.
Improvements & Fixes
- Multiple minor internal bug fixes
- Updated dependencies for improved stability and compatibility
- Plugin is no longer hardcoded into the app
- ⚠️ New users should use the respective plugin repository link to set up properly
⚠️ Important:
- All users are strongly recommended to update to this version for stability improvements and to continue receiving future OTA updates.
Merged PRs
- Adding addons with
stremio://URL by @CrissZollo- Fixed an issue with
stremio://URLs being incorrectly converted tohttps://URLs - Ensures correct handling of addon URLs
- Fixes Issue #25
- Fixed an issue with
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-1.ipa
551 downloads · 40 MiB
-
app-arm64-v8a-release-1.2.1.apk
592 downloads · 88 MiB
-
app-armeabi-v7a-release-1.2.1.apk
114 downloads · 78 MiB
-
app-x86-release-1.2.1.apk
64 downloads · 93 MiB
-
Stable Release Build 1.2.0 Stable
released this
2025-09-22 15:47:48 +00:00 | 246 commits to main since this releaseVersion 1.2.0 – Update Notes
This release brings VLCLib for Android users for better codec support.
iOS now uses KSPlayer as the exclusive player.⚠️ Note for Android users:
- This is the initial release with VLCLib, so you may encounter some bugs.
- The APK size will be significantly larger due to VLC integration.
- Please report any issues on the GitHub Issues page.
- Until some bugs are resolved, you can continue using an external player for unsupported formats.
Merged PRs & Community Contributions
- Custom Confirmation Popup by @CrissZollo:
- Introduces a new, custom-made confirmation popup with a modern design.
- Matches the app’s theme and the user-selected theming.
- Replaces all Alert.alert instances with the new custom popup.
- Fixes Issue #83.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-2-0.ipa
475 downloads · 40 MiB
-
app-arm64-v8a-release-1.2.0.apk
905 downloads · 88 MiB
-
app-armeabi-v7a-release-1.2.0.apk
154 downloads · 78 MiB
-
app-x86-release-1.2.0.apk
64 downloads · 93 MiB
-
app-x86_64-release-1.2.0.apk
67 downloads · 96 MiB
-
Stable Release Build 1.1.1 Stable
released this
2025-09-20 11:06:45 +00:00 | 267 commits to main since this releaseVersion 1.1.1 – Update Notes
This update includes community contributions, bug fixes, and playback improvements.
Merged PR from @CrissZollo
- Fixed test notification (now instant).
- Updated test notification text.
- Ensured scheduled notifications do not cancel on test.
- Added and removed scheduled notifications by saving to library.
- Fixed mark/unmark as watched (long press).
- Fixed adding/removing from library (long press).
Improvements & Fixes
- Fixed Addon Sync across devices.
- Improved iOS video playback for MKV files.
- Improved error handling in Android ExoPlayer.
- Various minor bug fixes.
⚠️ Note for Android users:
- This update does not yet add HEVC/unsupported codec support on devices without hardware decoding support.
- A fix is in progress, until then, please use an external player for unsupported formats.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-1-1.ipa
570 downloads · 25 MiB
-
app-arm64-v8a-release.apk
905 downloads · 47 MiB
-
app-armeabi-v7a-release.apk
177 downloads · 41 MiB
-
app-x86-release.apk
77 downloads · 48 MiB
-
app-x86_64-release.apk
95 downloads · 49 MiB
-
released this
2025-09-18 17:59:38 +00:00 | 286 commits to main since this releaseVersion 1.1.0-hotfix – Critical Bug Fix
This hotfix release addresses a critical bug affecting new Android users.
Fixes
- Fixed an issue that caused the app to freeze on the onboarding screen for new users.
⚠️ Important:
- All Android users (especially new installs) must update immediately.
- iOS users are not affected and can continue using the current version safely.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
app-arm64-v8a-release.apk
843 downloads · 47 MiB
-
app-armeabi-v7a-release.apk
133 downloads · 41 MiB
-
app-x86_64-release.apk
77 downloads · 49 MiB
-
Stable Release Build 1.1.0 Stable
released this
2025-09-18 11:39:36 +00:00 | 288 commits to main since this releaseVersion 1.1.0 – Update Notes
This update focuses on important bug fixes and a major internal player replacement for iOS.
Changes
- iOS Player Update:
- iOS now uses KSPlayer internally for MKV files (replacing VLCKit).
- AVPlayer continues to be used for all other formats.
- Fixed an issue where posters disappeared on the Cast movie screen.
- Minor glitch fixes and improvements.
Note for iOS Users
This is the initial build with KSPlayer. Please expect bugs and limitations:
- Embedded subtitle support is not available yet, as KSPlayer is a custom React Native module.
- Use external/addon subtitles for now until proper support is added.
⚠️ Important: Both iOS and Android users are requested to update to this version to continue receiving future OTA updates.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Stable_1-1-0.ipa
250 downloads · 25 MiB
-
app-arm64-v8a-release.apk
485 downloads · 47 MiB
-
app-armeabi-v7a-release.apk
106 downloads · 41 MiB
-
app-x86_64-release.apk
82 downloads · 49 MiB
- iOS Player Update: