Euro
Euro
`xonsh` is not a posix compliant shell, try using `bash` or smth to run ytfzf (theres another bug related to kitty where the image appeara on the wrong side that...
what is the output of `ls -l /bin/sh`, are you using the kitty terminal? you could try `bash ytfzf ...`
Correct me if I'm wrong, but i think you can just do, `ytfzf --video-duration=medium ...`
This should now be fixed in the development version.
you can enable loop in mpv by pressing shift+l
mpv does both, you can press shift+l in music mode
If it doesn't work then you might not be using mpv, and if that's the cause, you should check with whichever audio player your using to see how to loop...
it's shift L not shift I
The script just sources the addons so the shebang is not very important, but if I'm going to merge this, The `#!/bin/sh` shebangs should probably all just be `#!/usr/bin/env sh`....
According to [this](https://pubs.opengroup.org/onlinepubs/9699919799/) which I've used as a posix reference for this script, `+=` inside arithmetic expansion is posix compliant. > Next, the shell shall treat this as an arithmetic...