Its possible start a torrent with a subtitle(without the user to specify it) if i have the .srt link ?
And is possible change the window style ( leave like mac example) with css in webtorrent ?
I'm using windows 8.1.
Latest version of webtorrent.
It would also be great if it played with subtitles embedded in the format like .mkv files do.
@mikeal i agree. the <video> tag doesn't support this out of the box yet, but we can probably hack it with https://www.npmjs.com/package/mkv-subtitle-extractor and mp4box.js
@mikeal It would also be great if it played with subtitles embedded in the format like .mkv files do.
Yes -- this is something we should do! @mathiasvr, who is a WebTorrent Desktop contributor, actually wrote a subtitle parser that can extract subtitles from .mkv files: https://www.npmjs.com/package/matroska-subtitles
@gabrieldesouza And is possible change the window style ( leave like mac example) with css in webtorrent ?
Sorry, no. If you want to improve the UI, you can send a PR though.
Closing as duplicate of https://github.com/feross/webtorrent-desktop/issues/526
Most helpful comment
It would also be great if it played with subtitles embedded in the format like .mkv files do.