ThaUnknown / miru

Bittorrent streaming software for cats. Stream anime torrents, real-time with no waiting for downloads.
https://miru.watch
GNU General Public License v3.0
2.36k stars 133 forks source link

[Feature Request]: No SUB / DUB Toggle inside the Player or the Anime Page. #351

Closed 5OBHAN closed 11 months ago

5OBHAN commented 11 months ago

Preflight checklist

Problem Description

Inside the Player and Anime Page there's no indication to show or change the episode's selected SUB / DUB property on the go.

Proposed Solution

ThaUnknown commented 11 months ago

there's no way to reliably find torrents with dubs

you can change subtitles in the player

5OBHAN commented 10 months ago

There's bit much involved to implement this feature conveniently.

Audio tracks of most production video file in general has language tag specified in the file. You can download any anime episode from torrent and open it with MKVToolNix, I bet you can fine the language mentioned in the audio track's language tag (like en, fr, hi, etc). If there's multi-audio tracks available for that video, every single tracks should have its language mentioned.

image Generally, they always mention as dub in torrent's title if there's any dub audio availaible for that particular torrent. anyway..

If we can detect language tag of the audio track, we can implement this feature. If that can be achieved, then there's one more extra feature you can add along with that, which is DUB Language Label (as we can already detect the tags).