You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, one needs to find subtitles via VLsub, and load, if any are found.
Problems
The media file might already contain embedded subtitles, therefore it is not needed to find ones elsewhere.
On top of that, the embedded subtitles might be uniquely prepared, synced, etc.
When the current media file changes, the selected subtitles in the extension remain the same.
Proposed functionality
When the current media file contains subtitles (f.x. a *.mkv file), the extension should load ones.
When the media file changes, the extension has to select subtitles appropriately, either embedded ones or previously downloaded. The embedded subtitles have precedence. Apparently, the extension should listen to an event of file change.
The text was updated successfully, but these errors were encountered:
Agreed. I have many MKVs where the subtitles are embedded so the end user only has one file to manage without regard to how many languages. It would be immensely helpful if this tool could optionally search the currently selected embedded subtitles, Thank you!
Current state
Currently, one needs to find subtitles via
VLsub
, and load, if any are found.Problems
Proposed functionality
The text was updated successfully, but these errors were encountered: