-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix chromecast subtitle position #379
base: master
Are you sure you want to change the base?
Conversation
Add Chromecasts / Dlnacasts Remove Upnp-Mediarendrer / chromecast-js / nodecast-js
Dlna/Chromecasts Module Improvement
What does your fork changes exactly? I think you should rather open an issue/PR on main module, for it to remain maintained and updated. |
@vankasteelj My fork change this: to
This edit the subs.vtt and add margin from bottom with this change reading is much easier |
can you give me .exe for your fix |
I'm uncomfortable with this. I know it breaks DLNA on LG, but that probably can be fixed. My main concern here is the fork of node-captions without a PR being sent back upstream. |
This was fixed when i got an update on my Chromecast, as you can see here i think it is a Chromecast firmware issue and an update was provided to fix this. |
@Breaking1 No, editing the vtt subtitles file you can put the text in any position on the screen. @vankasteelj I can think of another way to modify the script in pt @sulaimanob go to C:\Users\YOURUSERNAMME\AppData\Local\Popcorn-Time\node_modules\node-captions\lib and replace with VTT_BODY.push(module.exports.formatTime(caption.startTimeMicro) + ' --> ' + module.exports.formatTime(caption.endTimeMicro) + ' line:90%'); now restart pt |
@vankasteelj check the last commit in node-captions 11 Aug 2015 |
Okay, I'm voting for this, apparently node-captions is dead (maintainer not online for a year) @xaiki you ok merging this too? (not merging like it's now, it has leftovers from a merge that broke dlna, only keep the actual changes from brai4u: |
why do we have all those commits ? didn't you revert those in the firstplace ? |
changes look ok, but i have no tv to test on, a few nitpicks:
|
can we solve the nitpicks and merge this ? |
1 similar comment
can we solve the nitpicks and merge this ? |
It would be great if we can merge this! |
@zakariaridouh do you want to do the cleanup @vankasteelj asked for ? go for it =D |
@brai4u you think you can also merge the PRs that are made on the main repo, and publish your version to NPM (I don't like the idea of depending on you not deleting your repo^^) ? |
No description provided.