Skip to content

Releases: warren-bank/Android-ExoPlayer-AirPlay-Receiver

v1.0.22

24 Mar 08:49
Compare
Choose a tag to compare
auto detect subtitle files when playing media from external storage

* this is a fallback strategy that only applies
  when no captions have been explicitly specified

* this is especially helpful when videos are added to the queue
  by indirect means, other than the HTTP endpoint
  - Intent
  - directory index
  - .m3u playlist

* follows the defacto standard naming convention,
  whereby the name of a subtitle file
  begins with the name of its associated media file
  - can optionally include nested file extensions,
    which are typically used to denote the language;
  - ex:
      video.mp4
      video.vtt
      video.english.srt

v1.0.21

24 Mar 00:53
Compare
Choose a tag to compare
improve intent-filter support for absolute directory paths

v1.0.20

23 Mar 22:01
Compare
Choose a tag to compare
add intent-filters to support playing media opened through other apps

v1.0.19

23 Mar 10:51
Compare
Choose a tag to compare
fix: process files in alphabetic order when reading directory content

v1.0.18

23 Mar 00:02
Compare
Choose a tag to compare
add ability to recursively search for media files in dir on receiver

v1.0.17

22 Mar 22:47
Compare
Choose a tag to compare
add ability to play all media files in storage directory on receiver

v1.0.16

22 Mar 15:19
Compare
Choose a tag to compare
add ability to play .m3u playlist from external storage by file path

v1.0.15

22 Mar 09:48
Compare
Choose a tag to compare
add ability to play media from external storage by absolute file path

v1.0.14

15 Mar 03:23
Compare
Choose a tag to compare
DONE: update text sync dialog - add support for OnValueChangeListener

v1.0.13

15 Mar 01:05
Compare
Choose a tag to compare
WIP: update text sync dialog - add support for negative values