Table of Contents

thunar-media-tags-plugin

About

The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager.

Available Features:

Screenshots

:projects:thunar-plugins:thunar-media-tags-plugin-renamer.png

The renamer, which you can see in the above screenshot, is reachable through the Rename… context menu entry after selecting more than one file.

:projects:thunar-plugins:thunar-media-tags-plugin-tag-editor.png

The tag editor can be found in the file properties dialog (Audio page).

Releases

Version 0.3.0

thunar-media-tags-plugin-0.3.0.tar.gz

thunar-media-tags-plugin-0.3.0 mirrors

Git repository

https://git.xfce.org/thunar-plugins/thunar-media-tags-plugin/

ssh://git@git.xfce.org/thunar-plugins/thunar-media-tags-plugin

Dependencies

Building and Installing

If you downloaded a source tarball from the download page, you can run the following command:

./configure --prefix=$(pkg-config --variable prefix thunarx-1)

to configure the plugin. If you have obtained the source from Git, you must use this command:

./autogen.sh --prefix=$(pkg-config --variable prefix thunarx-1)

After that, you should be able to build and install the plugin using the following commands (remember you have to be root for that!):

make && make install

Reporting Bugs