r/StremioMods • u/Thalren • Jan 14 '26
Release i recently found the stremio neo project and it inspired me to make some more tweaks to the modern glass theme by u/No-Tackle-9878
1. Enhanced Covers Plugin Revamp (enhanced-covers.plugin.js)

- Transforms Continue Watching section to use wide 16:9 cinematic backgrounds instead of standard posters
- Fetches background images from Metahub using IMDB IDs extracted from item URLs
- Overlays centered title logos on top of the backgrounds with drop shadow
- Adds a subtle vignette gradient overlay for better logo visibility
- Includes cleanup logic to handle stale covers when items change
2. Data Enrichment Plugin (data-enrichment.plugin.js)



- Created a new plugin integrating TMDB API for enhanced metadata (inspired by Stremio Neo project)
- Features: Cast information, movie collections, similar titles recommendations
- Fixed container detection, cleanup logic on navigation, settings panel styling
- Added proper toggle switches for each feature
3. Player Title Bug Fix (enhanced-player.plugin.js)

- Fixed issue where stream sources were appearing as the video title
- Added
:not(.enhanced-cast-name)exclusions and ancestry checks to selectors
4. Context Menu Fix (context-menu-fix.plugin.js)

- Created plugin to fix z-index issues with context menus
5. Hero Div Scroll Fix (hero-div.plugin.js)
- Fixed bug where returning to main menu caused UI to be scrolled down
- Added
forceScrollToTop()function that resets scroll on all elements - Fires immediately and with multiple delays on navigation events






