I'm using a rooted Android tablet, and I've added the following content to mpv.conf:
```
[test]
profile-cond=path:find('[example-rawmaker][example-tittle]')
glsl-shaders="~~/shaders/AMD_FSR_rgb_RT.glsl:~~/shaders/nlmeans.glsl"
```
However, when I play a file that meets the condition, I get the following mpv log output:
```
[ 0.015][v][auto_profiles] Re-evaluating auto profile test
[ 0.015][v][auto_profiles] Profile condition error on evaluating: [string "profile test condition"]:1: attempt to index global 'path' (a nil value)
[ 0.015][v][auto_profiles] Re-evaluating auto profile test
[ 0.015][v][auto_profiles] Profile condition error on evaluating: [string "profile test condition"]:1: attempt to index global 'path' (a nil value)
Chainik wrote:you'd better give a clear example of what you think must work but it doesn't
> removed the related functional module from mpv
i don't think so