SoMuchForSubtlety / f1viewer

🏎️ TUI for F1TV
GNU General Public License v3.0
758 stars 65 forks source link

Open in Elmedia Video Player #224

Closed Jorritboer closed 2 years ago

Jorritboer commented 2 years ago

Elmedia Video Player is my video player of choice on mac but I'm unable to get it working as a custom command.

[[custom_playback_options]] 
  command = ["open", "-a", "elmedia video player", "$url"] 
  proxy   = true 
  title   = "Open in Elmedia Video Player"

This just opens Elmedia Video Player, and subsequently opens safari with the selected link

SoMuchForSubtlety commented 2 years ago

Does it work if you copy the URL to your clipboard and play it manually? https://help.electronic.us/support/solutions/articles/44002276250-open-online-video

Jorritboer commented 2 years ago

Yes it does work that way. I should have mentioned that

SoMuchForSubtlety commented 2 years ago

I'm afraid there's not much I can do. You'll have to ask the authors of Elmedia Video Player for help. Please report back if you manage to make it work.

Jorritboer commented 2 years ago

Yes will do, thanks for looking into it anyway!