Giter VIP home page Giter VIP logo

ffmpeg-audio-thumbnailer's Introduction

FFMPEG audio thumbnailer

FFMPEG audio thumbnailer (ffmpeg-audio-thumbnailer) is a simple audio file thumbnailer for file managers, such as nautilus, dolphin, thunar, and nemo.

Installing on various Linux distributions

Arch Linux, Manjaro Linux and derivatives

ffmpeg-audio-thumbnailer is available in the AUR. The VCS version is also available.

Install using your favorite AUR helper, e.g.,

$ yay -S ffmpeg-audio-thumbnailer

You may also install manually using makepkg to build from the AUR directly (not recommended).

# pacman -S --needed git base-devel
$ git clone https://aur.archlinux.org/ffmpeg-audio-thumbnailer.git --depth 1
$ cd ffmpeg-audio-thumbnailer
$ makepkg -s --asdeps
# pacman -U ffmpeg-audio-thumbnailer-*-any.pkg.tar.*

Manjaro users: You can install using pamac (aka Add/Remove Software).

$ pamac build ffmpeg-audio-thumbnailer

Other Linux distributions

This package should theoretically work on any Linux distribution with ffmpeg installed. If you'd like support added for your distribution, please open a new issue, after ensuring that nobody else has already requested that distro. If you are a maintainer for a distribution, please don't hesitate to add this package! Alternatively, build and install from the source directly (see below).

Usage

After installation, file managers should automatically use the thumbnailer to give new files a thumbnail. To also give existing files a thumbnail, clear the thumbnail cache

$ rm -rf ~/.thumbnails
$ rm -rf ~/.cache/thumbnails

Building from source

Dependencies:

  • make (at buildtime)
  • ffmpeg (at runtime)

To install the thumbnailer, run

# make PREFIX=/usr install

Remember that files installed with make install cannot be removed by a package manager. As far as I know, installing thumbnailers in the user's home directory is not supported.

To uninstall, run

# make PREFIX=/usr uninstall

License and Legal

See COPYING.md for details.

GNU General Public License

ffmpeg-audio-thumbnailer's People

Contributors

saltedcoffii avatar bkmnst avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.