Daniel Șuteu
Daniel Șuteu
As there don't seem to be any plans for adding this feature in the near future, I present below a patch that enables support for auto-translated subtitles for a specific...
The project is not abandoned. It's more on maintenance-mode. I don't have enough time to add any new big features in the foreseeable future. Only bug-fixes for now.
The solution proposed in [Guidocella's comment](https://github.com/mpv-player/mpv/issues/8655#issuecomment-1199733728), using `yt-dlp` for downloading the streams and piping its standard output to mpv, is very nice and clever. We can use it in `pipe-viewer`,...
This issue reappeared after upgrading to version 1.13.1, on Android 13.
It may not work, as the special tokens require data from streaming URLs. As a workaround, see: https://github.com/trizen/pipe-viewer/issues/13#issuecomment-1238713964
For `*SUB*`, `*ITAG*`, `*RESOLUTION*`, in WWW::PipeViewer::Utils::format_text(): https://github.com/trizen/pipe-viewer/blob/main/lib/WWW/PipeViewer/Utils.pm#L363