We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews even when ffmpegthumbnailer is available.
ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews
ffmpegthumbnailer
# which ffmpegthumbnailer /usr/bin/ffmpegthumbnailer
In the code there is a check for viu:
viu
if ! command -v viu &> /dev/null; then echo "ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews"
which is a separate project. Once installed it's working without issues.
The text was updated successfully, but these errors were encountered:
It doesn't look like it needs to be installed even. In my case I did: sudo touch /usr/bin/viu
sudo touch /usr/bin/viu
This assuming /usr/bin/ is in path (likely).
And it worked. After installing viu and also removing viu from touch nothing changed.
Sorry, something went wrong.
No branches or pull requests
Getting
ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews
even whenffmpegthumbnailer
is available.In the code there is a check for
viu
:which is a separate project. Once installed it's working without issues.
The text was updated successfully, but these errors were encountered: