-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRT subs position tags #4306
Comments
According to this thread positional tags like It's really hard for us to support subtitle formats that aren't properly specified, and in particular where undocumented additions have been made, as appears to be the case here. I'm going to class this as an enhancement rather than a bug, since the tags aren't really part of SRT, and mark it as low priority. We would accept a pull request into the |
After a quick research, I got the same conclusion as mentioned above, those tags are not part of the SRT format. People started to borrow these tags from other places over time and step by step the players started to support them. These tags are taken from ASS (https://www.matroska.org/technical/specs/subtitles/ssa.html). I will try to add support for these |
That would be great! A few things to keep in mind to help us merge any changes with minimal effort:
Thanks! |
Sure thing! |
@ojw28
This is a known issue or what am I missing? :) |
That's an Android Studio bug, where it doesn't set the working directory properly. After you first try and run the tests (and they fail), you'll see it as the thing that's selected to run in the drop-down (by default near the top right of the Android Studio UI). Click the drop-down and select "Edit Configuration". You should see a "Working directory" configuration property for the tests. Click the icon at the far right of that box, and select "MODULE_DIR", then click OK. Re-run the tests and they should work correctly. |
…gnment tags based on SSA v4+
…signments, setting Cue's textAlignment to def value - null
#4306 - Extract tags from SubRip subtitles, add support for alignment
#4306 - Extract tags from SubRip subtitles, add support for alignment
### Issue description
It doesn't recognize the position of the subtitles. I don't know if its possible just ignore and not show the tag, or position in the correct place.
Link to test content
Version of ExoPlayer being used
Plex android app embedded.
The text was updated successfully, but these errors were encountered: