Skip to content
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

[Feature Request]: spawn custom video player process #415

Closed
3 tasks done
ThaUnknown opened this issue Feb 7, 2024 · 2 comments
Closed
3 tasks done

[Feature Request]: spawn custom video player process #415

ThaUnknown opened this issue Feb 7, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@ThaUnknown
Copy link
Owner

Preflight checklist

  • I have searched the issue tracker for a bug report that matches the one I want to file, without success.
  • I have searched the features list for this feature, and I couldn't find it.
  • I have checked that I'm using the latest stable version of the app.

Problem Description

people like their mpv setups

Proposed Solution

allow some form of execution like mpv %0 where %0 would be replaced by the HTTP URL of the media, then listen to when the process closes, and how long it's been open for to track watch progress

@ThaUnknown ThaUnknown added the enhancement New feature or request label Feb 7, 2024
@EnergoStalin
Copy link

EnergoStalin commented Feb 11, 2024

Must remind that using mpv ipc would be required for w2g. So i'd like to think that extended and abstracted version of my proposed player api implementation from draft pr would be particularly useful for wiring it both to user controls, mpv controls, and session controls. Of course if such support is planned in observable future.

@ThaUnknown
Copy link
Owner Author

not worth, I wouldn't target any specific player, or sync data, I'd simply spawn the process, and give it the playback URL, nothing more nothing less, simply times wouldn't be synced, only what files are played

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants