You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not concern peerflix or mkchromecast users. If you're using those, you can stop reading now.
The idea is to minimize what the extension and shim (server) have to do by using MPV profiles. This would not only drastically minimize maintenance, but also increase safety and stability to a maximum.
Configuration
MPV: Set up your MPV profile/s. This is where the actual of the configuration happens.
Shim: Set host:port via command line option or environment variable.
Extension: Paste the shim's URL, add your profile name/s.
Flow
User clicks button.
Extension sends profile name and target URL to shim.
Shim executes mpv --profile {name} {URL}.
MPV does what it's supposed to.
I'm interested in any thoughts on this idea.
NOTE: This is not a duplicate of #94, because only supporting MPV profiles is not enough in my opinion.
The text was updated successfully, but these errors were encountered:
APT37
changed the title
A new approach
A new approach (MPV profiles)
Nov 6, 2024
This does not concern
peerflix
ormkchromecast
users. If you're using those, you can stop reading now.The idea is to minimize what the extension and shim (server) have to do by using MPV profiles. This would not only drastically minimize maintenance, but also increase safety and stability to a maximum.
Configuration
Flow
mpv --profile {name} {URL}
.I'm interested in any thoughts on this idea.
NOTE: This is not a duplicate of #94, because only supporting MPV profiles is not enough in my opinion.
The text was updated successfully, but these errors were encountered: