An open API service indexing awesome lists of open source software.

https://github.com/davidbuchanan314/turbo-recadmiumator

A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features. (NOTE: still working in 2024 😎)
https://github.com/davidbuchanan314/turbo-recadmiumator

Last synced: 19 days ago
JSON representation

A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features. (NOTE: still working in 2024 😎)

Awesome Lists containing this project

README

        

# Turbo-Recadmiumator [WIP]
A remake of truedread/netflix-1080p which auto-patches cadmium-playercore at runtime to enable enhanced playback features.

Works in both Firefox and Chrom{e,ium}.

Rather than bundling a hand-patched cadmium-playercore.js, this extension
performs the patches at runtime using regex. Therefore, it should be publishable
to the chrome/ff webstores without any copyright issues etc.

It remains to be seen how robust my regexes will be to playercore updates.

## Current features:

- Enable Ctrl+Shift+Alt+S bitrate selection window.

- 1080p video.

- Disable VP9 profiles.

- Enable 5.1 audio profile.

- Auto-select stream with max available bitrate.

## Undocumented Keyboard Shortcuts:

Netflix has a bunch of undocumented keyboard shortcuts, that do useful things. This list may be incomplete.

- Ctrl+Shift+Alt+B - Bitrate selection menu (re-enabled by this project) (NOTE: This used to be S, not B!)

- Ctrl+Shift+Alt+D - Debug overlay - displays lots of useful info and stats, including current resolution and bitrate.

- Ctrl+Shift+Alt+T - Upload custom subtitle file, in DFXP/TTML format.

- Ctrl+Shift+Alt+L - Log viewer.

## TODO:

- Add settings UI (right now, you have to edit the source...)

- Add comments detailing where I stole the code from...

## Credits:

This codebase is cobbled together with bits and pieces from [truedread/netflix-1080p](https://github.com/truedread/netflix-1080p) and its various forks. Notably:

- https://github.com/vladikoff/netflix-1080p-firefox

- https://github.com/TheGoddessInari/netflix-1080p-firefox

- https://github.com/OothecaPickle/netflix-1080p

- https://github.com/jangxx/netflix-1080p