Skip to content
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

Support subtitles! #38

Open
tonchis opened this issue Oct 7, 2013 · 4 comments
Open

Support subtitles! #38

tonchis opened this issue Oct 7, 2013 · 4 comments

Comments

@tonchis
Copy link

tonchis commented Oct 7, 2013

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.

@elcuervo
Copy link
Owner

elcuervo commented Oct 8, 2013

Well, I've just started sniffing the connection but I'm 100% sure that adding subtitles is possible and easily customizable:

screen shot 2013-10-07 at 10 59 00 pm

I'll continue doing some tests but expect SRT to be supported in 1.0

@tonchis
Copy link
Author

tonchis commented Oct 8, 2013

Excellent news! Thank you so much!

@bitboxer
Copy link

bitboxer commented Nov 4, 2013

👍 for this one!

@elcuervo
Copy link
Owner

elcuervo commented Nov 4, 2013

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants