Feature #1020
Ability to choose subtitles
0%
Description
It would be nice to be able to configure which subtitle track to use for the vlc plugin in the WebUI.
Pretty annoying with finnish subs when I am swede and it is not even possible to turn them of.
Here are some examples how it is done:
http://forum.videolan.org/viewtopic.php?t=33190
So it is just about adding another parameter and burping it out in the player window.
Files
History
Updated by Hein Rigolo over 12 years ago
can you come up with a patch that could implement this?
here is location where the vlc plugin gets called in the source:
/ src / webui / static / app / tvheadend.js
Hein
Updated by Andreas Lunderhage over 12 years ago
- File vlc_test.html vlc_test.html added
I have spent the evening to find out how it works...
I have found out that the stream has to be started before it is possible to determine if we have subtitles, which ones and then set the one we want.
Then the question is how it should work in Tvheadend.
Either we can add another combo box to the player window in case the stream has subtitles. Or we can add a config parameter and then try to set that one if it is possible. Then we don't bloat the player window. I would prefer the later one.
What do you think?
Updated by Andreas Lunderhage over 12 years ago
- File subtitles.patch subtitles.patch added
This is my suggestion about how it should be done.
I turning the subtitles off by default. Then I have added a button to cycle through the available subtitles including turning them off again. Also the active subtitles is shown in the video window for short moment so you know what you have chosen.
Only thing missing is an icon for the button, maybe it should be a "T"?
Updated by Hein Rigolo over 12 years ago
why a "T" ... and not a "S"?
Or how about a icon that is a square with a little line just above the bottom? (to mimic the position of the subtitles)
And can you set a tooltip for the icon?
Hein
Updated by Adam Sutton about 12 years ago
It's a bug in redmine (related to the upgrade) and Andreas is on the case.
Adam
Updated by Andreas Lunderhage about 12 years ago
What do you mean with "patches are gone"? It is in this thread. Then if it has made it's way to the repo yet, I don't know.
Updated by Adam Sutton about 12 years ago
Andreas, see my note above it was a redmine bug which has now been fixed.
Adam
Updated by Sam Stenvall about 10 years ago
@perexg I think you can close this, this is possible using stream filters nowadays.
Updated by Rob vh about 10 years ago
@Walter: Please explain? How does the "wife" enable/disable these filters?
Updated by Mark Clarkstone about 7 years ago
- Status changed from New to Fixed
Sam Stenvall wrote:
@perexg I think you can close this, this is possible using stream filters nowadays.
As above