Skip to content
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

"ffmpegthumbnailer could not be found" while it's installed and available #41

Open
jose1711 opened this issue Apr 14, 2023 · 1 comment

Comments

@jose1711
Copy link

Getting ffmpegthumbnailer could not be found in your path,\nplease install it to display video previews even when ffmpegthumbnailer is available.

# which ffmpegthumbnailer
/usr/bin/ffmpegthumbnailer

In the code there is a check for 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.

@FrostyNick
Copy link

It doesn't look like it needs to be installed even. In my case I did:
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants