Oscar Manglaras

Results 73 comments of Oscar Manglaras

Yes, that's how I've solved the issue in [file-browser](https://github.com/CogentRedTester/mpv-file-browser/commit/f7760f1319850be269559c66d12220f9fd55fdd5). I'm not really maintaining this script any more, so I haven't bothered to port any of the improvements over.

What scripts were you thiking about in particular? Most of the scripts in this repository are relatively small and simple. They also tend not to perform many visual operations. I...

Is there a way of getting channel information for each video as well?

Run mpv with `--msg-level=sub_select='trace' --log-level=log.txt` and upload the log. Make sure you try and open the file in question. Also upload your `.json`.

When you mention updating and reverting versions are you referring to sub-select or mpv? And which specific versions are you switching between?

Sorry, I gave the wrong command, it should have been `--msg-level=sub_select='trace' --log-file=log.txt`.

Anyway I think I have replicated the issue. Can you try the latest version of the script and see if it's working now?

Ignore that AI generated answer, it's riddled with errors. On Linux the `/etc` config files are for system level configuration, while the `~/.config` files are for user-level configuration. So if...

I'm not sure if there's any documentation I should be modifying for this as the current docs don't really explain anything regarding the behaviour of multiple input.get requests.

The scenario that lead to this PR was actually caused by me wanting to trigger input.select from input.get, which you can see in this youtube-search script that I modified earlier...