insin / remote_control_for_vlc

A VLC remote control written with Flutter

Home Page:https://play.google.com/store/apps/details?id=jbscript.vlcremote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subtitle support

insin opened this issue · comments

  • Selecting a subtitle file for the currently playing media

Start browsing in same directory as current playing file.

?command=addsubtitle&val=<uri>
  • Selection of an available subtitle track.

Should be returned as part of the status listing - store in BrowseItem for later use.

?command=subtitle_track&val=<val>

Implemented subtitle track selection in v1.0.2