Descargador in-app, plugins, sincronización en la nube, reproductor reescrito y seguridad de API con peticiones firmadas
Descargador in-app
13 nuevos
- NuevoIntroduced a complete in-app downloader experience, allowing users to download supported movie and episode links directly inside the app
- NuevoAdded a dedicated Downloads screen with active, completed, failed, and empty-state handling
- NuevoAdded smoother real-time download progress cards
- NuevoAdded download notifications that open the in-app Downloads screen when tapped
- NuevoAdded retry support for failed downloads instead of removing them immediately
- NuevoAdded smarter download file naming with better extension detection
- NuevoAdded support for difficult hosts by resolving playable media through extractor fallback when direct download links are not immediately usable
- NuevoAdded safer resume handling for partial downloads
- NuevoAdded stronger cookie and header handling for hosts that require session-based access
- NuevoAdded stream-type detection to avoid saving HLS, DASH, or TS manifests as broken video files
- NuevoAdded downloader source selection through a modern bottom-sheet UI
- NuevoAdded support for predefined external downloader apps configured from the admin panel
- NuevoAdded improved Downloads screen storage visibility, including available storage and empty download size display
Soporte de plugins y scrapers
10 nuevos
- NuevoIntroduced plugin-based content source support, allowing the app to load additional streaming sources through scraper execution
- NuevoAdded plugin and scraper links into the existing source selection flow
- NuevoAdded support for plugin and scraper source rows with clean metadata pills for quality, language, and source information
- NuevoAdded plugin manifest loading from the admin panel
- NuevoAdded plugin readiness handling so the app can wait briefly for plugin manifests before showing results
- NuevoAdded automatic plugin manifest retry behavior when the manifest is temporarily empty or not ready
- NuevoAdded first-launch plugin initialization support so plugin sources can become available without requiring users to reopen the app
- NuevoAdded improved language parsing for plugin links, including regional and native-script languages
- NuevoAdded wrapped plugin metadata chips for better display on small screens
- NuevoAdded plugin source support across playback, one-click resolving, server lists, and downloader flows
Addons de subtítulos de Stremio
10 nuevos
- NuevoAdded support for subtitle addons during playback
- NuevoAdded automatic subtitle addon lookup while a movie or episode is playing
- NuevoAdded subtitle addon support across supported playback server types, not only plugin based or Stremio streams
- NuevoAdded automatic subtitle prefetch so addon subtitles appear in the subtitle selector without manual searching
- NuevoAdded IMDb fallback resolution when required IDs are missing
- NuevoAdded smarter addon filtering so only addons that support subtitles are queried
- NuevoAdded persistent addon capability caching to reduce repeated manifest checks
- NuevoAdded cleaner subtitle names for stream and addon subtitles
- NuevoAdded improved subtitle drawer UI with embedded labels, addon loading state, and cleaner empty states
- NuevoAdded safer subtitle encoding handling to reduce subtitle parsing issues from mixed encodings
Controles de reproductor externo y descargador
6 nuevos
- NuevoAdded admin-configurable external video player apps
- NuevoAdded support for multiple predefined player apps instead of a single custom player
- NuevoAdded ordering support for external player apps
- NuevoAdded install fallback handling when a selected player app is missing
- NuevoAdded support for allowing users to choose any installed player app when enabled
- NuevoAdded similar external app selection flow for downloader methods
Flujo avanzado de reproducción
12 nuevos1 mejorados
- MejoradoRe-wrote the entire player
- NuevoNew player controls UI
- NuevoAdded speed controller for ExoPlayer playback
- NuevoIntroduced a cleaner playback startup flow: Direct ExoPlayer → Extractor → WebView extraction → WebView fallback
- NuevoAdded improved direct-media detection for signed links, long URLs, HLS/DASH links, and Google-style media hosts
- NuevoAdded silent WebView extraction behind the resolving overlay to reduce visible WebView flashes
- NuevoAdded better handling for protected hosts by carrying request headers and cookies into ExoPlayer
- NuevoAdded host memory for sources that require visible WebView playback
- NuevoAdded one-click resolving flow with smoother handoff into the player
- NuevoAdded a unified branded resolving overlay across player, resolver, source switching, and Continue Watching flows
- NuevoAdded a close button on the resolving overlay so users can cancel playback startup immediately
- NuevoAdded fallback title branding when a logo is unavailable
- NuevoAdded improved playback recovery when a source fails, expires, or requires fresh resolution
Sincronización en la nube de Continuar viendo
8 nuevos
- NuevoAdded panel-based Continue Watching sync for API users
- NuevoAdded playback progress sync with the admin panel after login
- NuevoAdded support for panel-restored Continue Watching rows
- NuevoAdded smart recovery for expired direct links and signed URLs
- NuevoAdded resume timestamp preservation when a source is refreshed
- NuevoAdded support for reusing the last working stream when it is still fresh
- NuevoAdded safer Continue Watching ordering so in-progress and watched items stay consistent across Home and Recents
- NuevoAdded support for syncing watch progress with Trakt login for non-panel mode
Experiencia Discover moderna
6 nuevos2 mejorados
- MejoradoRedesigned Discover into one unified scrolling feed
- NuevoAdded local Recent Searches with persistent device storage
- NuevoAdded delete support for individual recent search items
- MejoradoImproved live search suggestions that temporarily replace the Discover feed while typing
- NuevoAdded inline clear button inside the Discover search box
- NuevoAdded new Trending Movie and Trending TV Show hero cards
- NuevoAdded unified genre chips for movies and TV shows
- NuevoAdded combined genre browsing with Movies and TV Shows tabs
Mejoras de UI en inicio y detalle
8 nuevos
- NuevoAdded support for re-ordering predefined menus from the admin panel
- NuevoAdded a richer Home hero slider with parallax image motion, and gradient depth
- NuevoAdded new watch-provider promo cards showing provider logos and latest title posters
- NuevoAdded improved poster card sizing for a taller, more premium look
- NuevoAdded adaptive poster grids so phones, tablets, rotation, and split-screen layouts show better poster counts
- NuevoAdded improved trailer cards matching episode card visuals
- NuevoAdded improved Movie and TV detail backdrop reveal with sharp image, blur, and ambient scrim
- NuevoAdded instant preview placeholders when opening detail pages from lists, sliders, or search
Bases de UI para Android 15/16
3 nuevos4 mejorados
- MejoradoMigrated app screens to modern edge-to-edge behavior for newer Android targets
- MejoradoUpdated status bar and navigation bar handling using modern WindowInsets APIs
- NuevoAdded per-screen inset handling for toolbars, lists, filter drawers, dialogs, and bottom sheets
- MejoradoPreserved immersive Home and Detail visuals while keeping actions correctly positioned below the status bar
- NuevoAdded improved Android 12+ branded splash screen behavior
- NuevoAdded app-wide bottom sheet styling so modal sheets match the dark UI and gesture navigation area properly
- MejoradoUpdated loading indicators across the app to a unified Material circular progress style
Seguridad de API y protección de streams
8 nuevos1 mejorados
- NuevoAdded signed client request verification for panel APIs using HMAC signatures
- NuevoAdded timestamp and nonce replay protection
- NuevoAdded short-lived one-time playback token URLs instead of exposing direct stream URLs
- NuevoAdded device session protection for stream link endpoints
- NuevoAdded automatic device session issue and renewal flow
- NuevoAdded session-derived request signing for protected link requests
- NuevoAdded playback token binding to active device sessions
- NuevoAdded automatic abuse shielding for repeated suspicious behavior
- MejoradoUpdated Android networking to support secure request signing, session renewal, and playback token consumption
Rendimiento y estabilidad
3 nuevos11 mejorados
- MejoradoImproved scraper startup speed and stability
- MejoradoImproved QuickJS runtime safety for plugin and scraper execution
- NuevoAdded memory protection for heavy scraper sources
- MejoradoImproved app networking with real disk caching for TMDB and panel API clients
- NuevoAdded automatic DNS fallback between system DNS and Cloudflare DNS
- MejoradoReduced unnecessary TMDB and API calls in panel-link mode
- MejoradoImproved Movie and TV detail loading speed using combined detail requests
- MejoradoDeferred heavier detail-page work so screens render faster
- MejoradoImproved Home screen performance and reduced list jank
- MejoradoImproved More tab first-open smoothness
- MejoradoImproved player startup reliability and reduced stale retry/error states
- MejoradoImproved downloader background handling and reduced UI flicker
- NuevoAdded Picture-in-Picture reliability on devices with strict aspect-ratio limits
- MejoradoCleaned unused Android resources, layouts, strings, dimensions, dependencies, and old playback code paths
Correcciones
13 arreglados
- ArregladoFixed Discover search not restoring the main feed after clearing search
- ArregladoFixed player error screens appearing from old or stale playback attempts
- ArregladoFixed source selection opening with incomplete or incorrect content data
- ArregladoFixed expired token URLs being retried or saved incorrectly
- ArregladoFixed panel image URLs showing broken posters in some list modes
- ArregladoFixed Person Detail avatar and metadata handling in panel/TMDB hybrid mode
- ArregladoFixed toolbar and spacing issues caused by edge-to-edge migration
- ArregladoFixed subtitle selection edge cases after selecting Off
- ArregladoFixed black-screen flash caused by automatic subtitle merging during playback
- ArregladoFixed first-launch plugin and scraper readiness issues
- ArregladoFixed download source loss when moving between screens
- ArregladoFixed navigation bar color mismatch behind Android gesture controls
- ArregladoFixed multiple UI spacing, loading, and compatibility issues across player, detail, lists, dialogs, and bottom sheets
Admin: gestión de plugins
3 nuevos
- NuevoAdded plugin manifest and scraper registry management in the admin panel
- NuevoAdded support to add, refresh, delete, enable, or disable plugin manifests and scrapers
- NuevoAdded public scraper registry API for the Android app
Admin: ajustes del descargador
3 nuevos1 mejorados
- NuevoAdded a dedicated Downloads settings page under Android configuration
- NuevoAdded structured toggles for downloader behavior
- NuevoAdded drag-and-drop predefined downloader app management
- MejoradoGrouped Playback and Downloads settings for easier navigation
Admin: gestión de reproductor externo
3 nuevos2 mejorados
- MejoradoAdded a redesigned Video Player settings page
- NuevoAdded support to add, edit, delete, reorder, and configure external player apps
- NuevoAdded support for multiple predefined player apps
- NuevoAdded toggles for enabling external players and allowing any player app
- MejoradoUpdated Android config handling to support the richer external player system
Admin: notificaciones OneSignal
7 nuevos
- NuevoAdded full OneSignal notification management inside the admin panel
- NuevoAdded support to send notifications, view recent notifications, inspect delivery details, and cancel scheduled notifications
- NuevoAdded OneSignal setup fields in Server Settings
- NuevoAdded notification targeting for All Users, Segments, and specific users through External IDs
- NuevoAdded delivery stat badges for sent, delivered, opened, and failed notifications
- NuevoAdded Auto Notifications for new movies, TV shows, seasons, episodes, and movie link updates
- NuevoAdded editable notification templates with helper placeholders and live preview
Admin: GA4 / Firebase Analytics
4 nuevos3 mejorados
- NuevoAdded Firebase/GA4 Audience Analytics inside the Dashboard
- NuevoAdded active users, sessions, engagement, retention, country, and city analytics
- NuevoAdded GA4 setup fields in Server Settings
- MejoradoAdded analytics cache and performance improvements
- MejoradoAdded helpful setup error messages for API disabled, permission denied, and invalid property issues
- NuevoAdded placeholder analytics UI when GA4 is not configured, instead of showing blocking errors
- MejoradoMerged analytics into the Dashboard Overview for a cleaner experience
Admin: dashboard e interfaz
1 nuevos8 mejorados
- MejoradoRedesigned Dashboard Overview with richer metrics and better visual hierarchy
- MejoradoAdded improved content distribution charts, activity timelines, country and city cards, and retention explanations
- NuevoAdded working global toolbar search for routes and content
- MejoradoAdded improved responsive scaling for small and large monitors
- MejoradoUpdated the admin UI with a cleaner monochrome shadcn-style foundation
- MejoradoImproved dark mode with cleaner black and gray surfaces and better contrast
- MejoradoImproved cards, sidebar, toolbar, dialogs, dropdowns, tables, tabs, and controls
- MejoradoAdded cleaner page width and spacing consistency across admin list pages
- MejoradoImproved icons, input clarity, and page scrolling performance
Admin: salud del servidor y herramientas de configuración
4 nuevos2 mejorados
- NuevoAdded new Server Health page with info related to the server and quick help instructions on potential issues
- MejoradoAdded clearer system status summaries and action guidance
- NuevoAdded Quick Fix cards for common issues like database, storage permissions, cache/log permissions, migrations, and debug mode
- NuevoAdded copy-ready SSH and aaPanel Terminal commands
- NuevoAdded aaPanel Cron templates for buyers to copy paste into the aaPanel with ease
- MejoradoAdded improved diagnostics for database, writable paths, migrations, queue/cache drivers, TMDB key, PHP limits, and environment status
Admin: menús del inicio
4 nuevos4 mejorados
- MejoradoAdded better Home Menus section management
- NuevoAdded title sorting by Title, Popularity, Release Date, and As Added
- NuevoAdded Asc/Desc sorting
- NuevoAdded persistent sort preferences per section
- MejoradoAdded smoother manual reordering
- NuevoAdded explicit remove controls for titles
- MejoradoImproved Add Titles filtering for genre-based sections
- MejoradoProtected manual ordering from accidental changes while sorted modes are active
Admin: visibilidad de géneros
1 nuevos4 mejorados
- NuevoAdded Active/Hidden toggle for genres
- MejoradoHidden genres are excluded from public Android API genre lists
- MejoradoHidden genres are also excluded from movie, TV, and search response genre fields
- MejoradoAdmin selectors now show only active genres
- MejoradoRedesigned Genres cards with cleaner status badges, grouped actions, and better spacing
Admin: gestión de enlaces de streaming TV
7 nuevos2 mejorados
- MejoradoRedesigned TV show streaming link management
- NuevoAdded season accordions with episode linked badges
- NuevoAdded per-episode inline editing
- NuevoAdded drag-and-reorder support within each episode
- NuevoAdded Add & Next Episode flow
- NuevoAdded bulk add using episode ranges and one URL per line
- NuevoAdded unmatched link handling
- MejoradoMade stream video size optional for movie and TV links
- NuevoAdded proper support for Specials / Season 0
Admin: rendimiento, seguridad y estabilidad
6 nuevos11 mejorados
- NuevoAdded targeted API cache invalidation when Movies and TV Shows are saved or deleted
- MejoradoImproved TMDB settings cache behavior so saved values apply immediately
- NuevoAdded richer TMDB preferred language support for regional locales
- MejoradoImproved TMDB image and logo language matching
- NuevoAdded TMDB image proxy coverage across API responses to bypass ISP blocks
- MejoradoReduced image proxy memory usage
- MejoradoImproved backend stability under load
- MejoradoReduced heavy database checks and repeated disk writes
- MejoradoReduced TMDB request pressure in people and similar sync jobs
- NuevoAdded safer sync limits for smaller VPS installs
- MejoradoImproved favorites, Home Menus, and dashboard API performance
- NuevoAdded authenticated admin API throttling
- MejoradoHardened installer database setup and reduced sensitive installer logging
- NuevoAdded safe sorting allowlists to admin APIs
- MejoradoUpdated frontend and backend dependencies within compatible major versions
- MejoradoUpdated Laravel/PHP dependencies, including Laravel 12.55.1
- MejoradoImproved deployment defaults and Laravel runtime directory packaging
Admin: correcciones
16 arreglados
- ArregladoFixed TMDB settings not applying immediately in import dialogs
- ArregladoFixed duplicated TMDB image URL segments after save
- ArregladoFixed TMDB image preview before saving
- ArregladoFixed duplicate TMDB movie and TV imports by showing edit-existing confirmation
- ArregladoFixed People Sync repeating on large cast and crew titles
- ArregladoFixed Cast & Crew profile images not rendering
- ArregladoFixed Links mode Home sections showing empty headers
- ArregladoFixed Recently Added poster handling in Links mode
- ArregladoFixed Home Menus delete, sorting, filtering, and reload-state issues
- ArregladoFixed Dashboard Recent Activity ordering
- ArregladoFixed theme sync across admin UI
- ArregladoFixed blurred and soft input icons
- ArregladoFixed aaPanel production build issue in TV season form
- ArregladoFixed Laravel 12 scheduler registration
- ArregladoFixed migration overlap and rollback issues
- ArregladoFixed various admin UI spacing, dark mode, and performance issues
Documentación
3 nuevos5 mejorados
- NuevoAdded GA4 setup guide for buyers to set it up
- NuevoAdded beginner-friendly setup instructions for Property ID, API enablement, permissions, verification, and troubleshooting
- NuevoAdded a simplified quick-start guide for easier buyer onboarding
- MejoradoRedesigned the documentation UI with a cleaner modern layout
- MejoradoImproved documentation navigation with a recommended Quick Setup Path
- MejoradoUpdated documentation theme to a neutral gray/shadcn-like style
- MejoradoUpdated queue, scheduler, and plugin documentation to match the current architecture
- MejoradoRemoved unused documentation files and old assets to keep the package cleaner
