-
Notifications
You must be signed in to change notification settings - Fork 143
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
Implement chromecast support #186
base: master
Are you sure you want to change the base?
Conversation
933aa60
to
bc70ca8
Compare
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
==========================================
+ Coverage 78.62% 79.02% +0.40%
==========================================
Files 57 56 -1
Lines 9211 9068 -143
Branches 910 925 +15
==========================================
- Hits 7242 7166 -76
+ Misses 1958 1890 -68
- Partials 11 12 +1
Continue to review full report at Codecov.
|
CI has to pass. Additionally, use Node 15 and npm 7 to develop, so you can get a proper |
Please pull https://github.com/jesec/flood/tree/pr/186. I cleaned the changes up a bit. |
6411add
to
4d686bf
Compare
Is there an ETA on this PR ? |
Description
Adds a new modal which can be used to cast files with supported file formats to a chromecast.
The modal can be opened from a context menu item on a selected torrent.
Users can select the file to be casted and subtitles.
After starting the cast, the cast can be paused/played and the progress can be viewed.
Chromecasting is only supported on some browsers and only from secure domains.
Supported subtitle formats:
Screenshots
Types of changes