-
Notifications
You must be signed in to change notification settings - Fork 8
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
SubsSelect Stopped Working #33
Comments
Run mpv with |
Hey there, not the OP but I'm having trouble with the tool after I updated to the latest version, here is my log: Particularly these final lines seems to be the problem, since it breaks when I close the player or change file): [ 7.982][d][cplayer] Run command: quit, flags=73, args=[code="0"]
[ 7.982][v][cplayer] EOF code: 5
[ 7.982][v][cplayer] Running hook: sub_select/on_unload
[ 7.982][d][ao/wasapi] Thread Reset
[ 7.982][d][ao/wasapi] Thread Pause And my [
{
"alang": ["jpn", "jap", "ja"],
"slang": "eng?",
"blacklist": ["sign", "song", "forced"]
},
{
"alang": ["jpn", "jap", "ja"],
"slang": "eng?",
"blacklist": ["sign", "song"]
},
{
"alang": ["eng?", "und"],
"slang": ["en%-us", "eng?", "und"],
"condition": "sub.forced"
},
{
"inherit": "^",
"slang": "und"
},
{
"alang": "*",
"slang": "forced"
},
{
"alang": "eng?",
"slang": ["en%-us", "eng?", "und"],
"whitelist": ["sign", "song"]
},
{
"alang": "eng?",
"slang": "und"
},
{
"alang": "*",
"slang": ["en%-us", "eng?", "und"]
},
{
"alang": "no",
"slang": "no"
}
] Additional info:
|
When you mention updating and reverting versions are you referring to sub-select or mpv? And which specific versions are you switching between? |
Your script, I don't have a specific version name/link, but in my repo I have this diff ("newest" to the left) |
I get the following error when trying to generate a log using your provided flags:
Here's my
Oh and sorry for the delay! |
Sorry, I gave the wrong command, it should have been |
This was preventing the script from ever activating
Anyway I think I have replicated the issue. Can you try the latest version of the script and see if it's working now? |
It just stopped working seemingly at random. I was using an older version that was running without issue, I thought a recent mpv version might've broken it, yet the issue persisted after I downloaded the .lua file. FOr some reason, it produces no error code on the console, it just says it's selecting a subtitle when it isn't (at least not correctly). I'm pretty sure it's just falling back to native mpv selection. I checked my .json as well and there's nothing wrong with the syntax (it follows the example).
The text was updated successfully, but these errors were encountered: