Open alurei97 opened 3 years ago
might help https://forum.videolan.org/viewtopic.php?t=98342
I think, you need to write your own patch for that. You can create a list of subtitles with the url & desired name, and then add them to the vlc. i guess vlc keeps the order of added subtitles.
I'm working on it, I can post the code here when I finish it.
cool :)
Hello, I'm using the basic example from the repo and I'm trying to add .srt subtitles.
In
single_tab.dart
I have the following code to add the files (I don't know if this is the correct place to do that but it works):When the subtitle dialog is created in
vlc_player_with_controls.dart
, the list is:But I want it to be like:
I know that if subs are embedded in the movie file, the name is shown correctly because there is a example with embedded subs, but I don't know how to change the imported ones name. Any ideas?