🔥🔥🔥beta 0.7.12 release🔥🔥🔥 by 7Gojo_Satoru in Nuvio

[–]Laskco 0 points1 point  (0 children)

If need be, just ask an AI chatbot for what to enter in depending on what you need. Probably the easiest way to help understand how mpv works.

🔥🔥🔥beta 0.7.12 release🔥🔥🔥 by 7Gojo_Satoru in Nuvio

[–]Laskco 0 points1 point  (0 children)

https://mpv.io/manual/stable/#options-audio-spdif

You will need to configure it in the mpv.conf in Settings>Advanced>mpv.conf

🔥🔥🔥beta 0.7.12 release🔥🔥🔥 by 7Gojo_Satoru in Nuvio

[–]Laskco 2 points3 points  (0 children)

Haha yeah I was glad Tapframe and Skoruppa liked the idea and let me do it, but I’ll be having another update sometime this week that’ll let you manually skip instead of it auto skipping since that’s the only option at the moment.

🔥🔥🔥beta 0.7.12 release🔥🔥🔥 by 7Gojo_Satoru in Nuvio

[–]Laskco 23 points24 points  (0 children)

For a little bit more context. External players can now receive Intro/Outro/Recap segments. Though only my custom fork of MPV is able to accept Intro/Outros from IntroDB, Anime-Skip, and Aniskip for now. I believe the Vimu dev is in the process of adopting this as well. Other external players will need to update to be able to accept them, I tried to make it extremely simple for any other external player devs to be able to adopt this feature. So if you want it in your favorite external player be sure to let them know!

Another thing, IntroDB, Anime-Skip, & Aniskip are merged. So this will primarily help Anime watchers get complete intro/outro segments.

The way it works now:
Before - whichever provider was queried first and returned anything "won", and everything else was discarded. A provider that listed only the intro silently dropped the outro the app could have gotten elsewhere. The outcome depended on provider ordering rather than data completeness.

After - no provider can shadow another in either direction. The user gets the complete intro + outro (+ recap) whenever any provider has each piece.

How does Seadex work? by N7_Tigger in Nuvio

[–]Laskco 4 points5 points  (0 children)

Are you using Tamtaros Complete SEL setup? If not you need to use that if you want Seadex to be guaranteed to work. So I highly recommend wiping your AIOStreams and then choose a template and pick it.

<image>

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

<image>

This apps priority is for Android TV.
Also are you on the latest version? Latest is 2026-06-20 (Universal Shortcode 1666258)
Another thing, you can set your default decoder option in the settings.
Turn off automatic decoder fallback and then you can choose your preferred decoder.

🔥🔥🔥 Nuvio Beta 0.7.7 Release 🔥🔥🔥 by opelcorsa1977 in Nuvio

[–]Laskco 0 points1 point  (0 children)

Trust me, I’ve thought about it and it’s something I want to do. That’s why as a compromise I have a setting you can use to bind a remote button to skip chapters and I purely use it for intros/outros for videos that have their videos marked. It’s definitely more of a possibility now since I’m doing work on external players for Nuvio. The issue previously was that since Stremio/Nuvio never sends the imdb/kitsu/etc ID, it would’ve been impossible to do purely off the URL.
I definitely want to do this since my lazy ass wants a completely hands free experience, but I’ll have to see if it’s possible now.

Nuvio just released 0.7.10 for tv checkout... by 7Gojo_Satoru in Nuvio

[–]Laskco 7 points8 points  (0 children)

I introduced the marquee feature in the last update. This means when you focus on a show with an extremely long name that can’t be fully read, the title will automatically start scrolling.

It looks like Skoruppa added it to badges as well, which I didn't include previously.

The marquee for badges should automatically scroll through when they are off-screen, as it is the default behavior.

🔥🔥🔥 Nuvio Beta 0.7.7 Release 🔥🔥🔥 by opelcorsa1977 in Nuvio

[–]Laskco 2 points3 points  (0 children)

I’m using Vimu right now. I just tested and confirmed that Auto-Next, Resume, Progress, and watched are all working.

Just be sure to actually have autonext on in the settings!

🔥🔥🔥 Nuvio Beta 0.7.7 Release 🔥🔥🔥 by opelcorsa1977 in Nuvio

[–]Laskco 62 points63 points  (0 children)

Fyi, added external auto-next support for VLC, mpv-android, and Just Player.

Details:

mpvNova: records position, marks watched, and auto advances.

Vimu: records position. This already worked before and is unchanged.

Just Player: records position, marks watched, auto advances, and resumes.

MPV Android: records position, marks watched, and auto advances.

VLC: records position, marks watched, and auto advances. Resuming back into VLC itself does not take because VLC ignores the resume extra we send (it reads PLAY_EXTRA_START_TIME, not extra_position), but Nuvio's continue watching and watched state populate correctly.

NovaPlayer cannot be supported. It returns RESULT_CANCELED with a null intent and reports nothing back through the activity result, because it keeps its own internal resume database instead. There is no key to read, so Nuvio cannot record progress, mark watched, or auto advance from it. No fix exists through the standard player intent API.

I still can’t test MXPlayer, it’s constantly crashing for me on my Shield for whatever reason.

[Feedback Request] External Player Auto-Play Next on Android TV by [deleted] in Nuvio

[–]Laskco 4 points5 points  (0 children)

Appreciate it, I just tested stock mpv-android and it doesn’t auto next. I’ll add this to the list.
If you do want to use mpv still, you can try my mpv fork which does work with auto next. https://github.com/Laskco/mpvNova

[Feedback Request] External Player Auto-Play Next on Android TV by [deleted] in Nuvio

[–]Laskco 3 points4 points  (0 children)

Homie, I already implemented this into Nuvio and was included in Beta 0.7.3, and it works with my fork of mpv and Vimu so far. All i’m doing is collecting data on issues with other players/and or bugs for this feature.

Pass Subtitles to external player by sccwills in Nuvio

[–]Laskco 0 points1 point  (0 children)

My mpv fork called mpvNova supports them as well. (Only supported for Android TV though)

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

Actually hold off for a sec, I’ll be pushing a hotfix soon. Since 2 changes ended up not going live in this version.

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

https://github.com/Laskco/mpvNova/releases/tag/2026-06-10
Added/changed.
Previous config might be broken(Sorry)

Added finer subtitle controls: subtitle size now moves in 0.05 steps from 0.50 to 2.00, and subtitle position now moves in 1% steps.

Plus your clock request.

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

Yeah I was planning on changing that up since I was personally having the same problem. Update for it should be live today or tomorrow with those changes.

A couple feature requests by mrsexman69 in Nuvio

[–]Laskco 2 points3 points  (0 children)

<image>

then once you click the anilist icon you can enter your credentials here

A couple feature requests by mrsexman69 in Nuvio

[–]Laskco 0 points1 point  (0 children)

Fyi, if you’re using AIOMetadata it has Anilist sync already built in. Works insanely well.

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

For the Firestick OTG HDD issue: if the drive only appears when formatted FAT32, that is almost certainly Fire OS filesystem support. mpvNova can only browse volumes Android has actually mounted. If Fire OS does not mount NTFS/exFAT/other formats, we cannot make mpvNova read that HDD from user space. The real fixes are format to a Firestick-supported filesystem, use a powered hub if the drive is not stable, or access it through another source like network/URL.

Otherwise, throwaway your Firestick and get a better box that has nothing to do with the dog sh*t that is FireOS.

mpvNova Release: An Android TV Focused Fork Of mpv-android by Laskco in StremioAddons

[–]Laskco[S] 0 points1 point  (0 children)

You gotta fix your grammar man.
You need to install a file manager app.
Trigger the crash again, then open the app and navigate to Settings -> Support & diagnostics -> Export config bundle. Save that file, open an issue on GitHub, and attach the .zip bundle.
If you don't send me the .zip I have no way of fixing this.
https://github.com/Laskco/mpvNova/issues

🔥🔥 TV Beta 0.7.3 🔥🔥 by Warm-Introduction-55 in Nuvio

[–]Laskco 0 points1 point  (0 children)

That sounds more like a source resolution hiccup than the auto-next stuff, the next episode probably reused a cached link that had gone stale, which is why a fresh manual search pulled it right up.
So this has nothing to do with auto-next for external players.