We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It'd be so sweet to have subtitles supported! I imagine something like
$ air play [url to video] -s path/to/subs.es.srt
Or
require "airplay" apple_tv = Airplay["Apple TV"] player = apple_tv.play('path/to/video', subtitles: 'path/to/subs.es.srt')
Loading the subs automatically if they're located under the same directory, with the same name would be a plus.
The text was updated successfully, but these errors were encountered:
Well, I've just started sniffing the connection but I'm 100% sure that adding subtitles is possible and easily customizable:
I'll continue doing some tests but expect SRT to be supported in 1.0
Sorry, something went wrong.
Excellent news! Thank you so much!
👍 for this one!
The next minor release 1.1 will include subtitles. Since changing audio sources is fairly similar maybe it will be added as well. We'll see :)
No branches or pull requests
It'd be so sweet to have subtitles supported! I imagine something like
Or
Loading the subs automatically if they're located under the same directory, with the same name would be a plus.
The text was updated successfully, but these errors were encountered: