The Thunar Media Tags Plugin (thunar-media-tags-plugin) adds special features for media files to the Thunar File Manager.
Currently, these are:
- A bulk renamer option, which allows users to rename multiple audio files at once, based on their tags (e.g. ID3 or OGG/Vorbis),
- An audio tag editor which is reachable from the file properties page,
- A special media file page for the file properties dialog, which displays detailed information about quality, length, etc.
Thunar-media-tags-plugin documentation
See NEWS for details on changes and fixes made in the current release.
Thunar-media-tags-plugin source code
Thunar-media-tags-plugin archive or Thunar-media-tags-plugin tags
From source:
% cd thunar-media-tags-plugin
% meson setup build
% meson compile -C build
% meson install -C build
From release tarball:
% tar xf thunar-media-tags-plugin-<version>.tar.xz
% cd thunar-media-tags-plugin-<version>
% meson setup build
% meson compile -C build
% meson install -C build
% ninja uninstall -C build
Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.