KTGH

Results 64 comments of KTGH

It looks like you need to install Mpv, or tell Orion to build for a different (supported) player that you already have. Read https://github.com/alamminsalo/orion#choosing-player-backend-optional --- Just tested on an Ubuntu...

[This PR](https://github.com/voidlinux/void-packages/pull/9769#issuecomment-352571752) mentions the same error I had when trying to run on Ubuntu 18.

I'm pretty sure #236 would be avoided by using Cmake's `find_package(Qt5 COMPONENTS Qml REQUIRED)` (ignoring other components for sake of brevity), so maybe Qmake has something similar? Just trying to...

But I'm saying the issue would've been avoided if during the build process it throws an error about "missing Qml modules" or some such thing. Then you avoid running it...

I'm running into this issue, except it never even throws an error. It just sits there doing nothing after saying `Selected default network configuration` until I Ctrl+C. Installed v1.6.5-3 from...

According to [this blogpost](https://help.twitch.tv/customer/en/portal/articles/2935005-low-latency-video-beta) it depends on what browser you're viewing from. Try faking the browser agent to be "Chrome" and see if it works.

Internet radio is setup via a `radio.m3u` file I have containing a few stations, which is added as a tuner device under the "Live TV" menu in the admin dashboard....

So I assume the commit you're talking about is https://github.com/jellyfin/jellyfin-media-player/commit/9587b504be95f7ce4ba252333a3271fda416ae50 I don't really know enough about the specifics of how Jellyfin handles m3u streams, but if the issue is transcoding...

I had this issue once, but I turned subs off, turned them back on, then jumped backwards on the timeline. Suddenly they started working.

Might I suggest having it respect `.editorconfig` settings, instead of implementing a specific `.luafmt` file? http://editorconfig.org/