diff --git a/docs/changelog.rst b/docs/changelog.rst index 2918767bd..4ab5c9e9b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,9 @@ New stuff: rather than just MP3. Thanks again to Rowan Lewis. * The new :doc:`/plugins/fromfilename` guesses tags from the filenames during import when metadata tags themselves are missing. Thanks to Jan-Erik Dahlin. +* The :doc:`/plugins/ftintitle`, by `@Verrus`_, is now distributed with beets. + It helps you rewrite tags to move "featured" artists from the artist field + to the title field. And some fixes: @@ -29,6 +32,7 @@ And some fixes: underlying recording's length, the track length is now used instead. .. _Opus: http://www.opus-codec.org/ +.. _@Verrus: https://github.com/Verrus 1.3.0 (September 11, 2013) diff --git a/docs/plugins/index.rst b/docs/plugins/index.rst index b18e10042..451667639 100644 --- a/docs/plugins/index.rst +++ b/docs/plugins/index.rst @@ -68,6 +68,7 @@ disabled by default, but you can turn them on as described above. discogs beatport fromfilename + ftintitle Autotagger Extensions '''''''''''''''''''''' @@ -94,6 +95,8 @@ Metadata * :doc:`replaygain`: Calculate volume normalization for players that support it. * :doc:`scrub`: Clean extraneous metadata from music files. * :doc:`zero`: Nullify fields by pattern or unconditionally. +* :doc:`ftintitle`: Move "featured" artists from the artist field to the title + field. Path Formats ''''''''''''