airplay icon indicating copy to clipboard operation
airplay copied to clipboard

Support subtitles!

Open tonchis opened this issue 10 years ago • 4 comments

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.

tonchis avatar Oct 07 '13 19:10 tonchis

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

elcuervo avatar Oct 08 '13 01:10 elcuervo

Excellent news! Thank you so much!

tonchis avatar Oct 08 '13 03:10 tonchis

:+1: for this one!

bitboxer avatar Nov 04 '13 08:11 bitboxer

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

elcuervo avatar Nov 04 '13 10:11 elcuervo