Daniel Clarke

Results 129 comments of Daniel Clarke

Glancing at your pull request, it looks like I might be able to achieve what I'm looking for by subclassing the Builder, SourceManager, and Reloader, will try that sometime soon....

@Fredericco72 Basically I did not come up with any *good* solution but the project I was using this for is long done. In retrospect, staticjinja is simple and good for...

@FrostKnight It is possible to add mpv options directly to the bakamplayer.ini file (which is json formatted) under the mpv section. For example: ``` ... "mpv": { "audio-device": "sndio", "msg-level":...

Perhaps this document clarifies things?

@Thirsk that's a nice fix. I wonder if there is a way to flexibly support that syntax in the UI.

This issue sounds like #169 I wonder why the old fix didn't work on your system (using QtMath & qCeil)

@chinese-soup are you able to compile baka-mplayer on Debian or do you need us to try and get you a binary? The new version of baka outputs logs to stdout...

@petri152 just to confirm those files don't crash with pure mpv. There is certainly something strange going on here, I seem to recall when I was getting it compiled on...

@mc4man we've never gotten settings from mpv's config file, this is largely intended. What, specifically, would you be interested in changing?

This is related to #172 --it has to do with mpv/conf being used at all. Both will most likely be fixed at the same time.