-
|
I'm trying to set a different /tmp/mpv/config The problem is that by the time the property How can I solve this? the perfect solution will be:
Maybe I'm missing something, any help/solution for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
I managed to solve this problem by using a Lua script that retrieves the current playlist's There is one important point to note: profiles that use For now, this solution meets my needs. If you have a better alternative, please feel free to share it. Thank you. |
Beta Was this translation helpful? Give feedback.
I managed to solve this problem by using a Lua script that retrieves the current playlist's
filename, as it is available earlier, and uses it instead of thepath, since both have the same value.