Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.15 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.15 KB

Statement of abandonment

This plugin was written before the 1.5.0 refactor of mediafile and Musicbrainz refactoring their schema to use the work type.

Please use the rewritten version of this plugin by @kernitus located at https://github.com/kernitus/beets-oldestdate.

beets-recordingdate

Beets plugin that fetches earliest recording date per-track, ideal for greatest-hits albums

Installation

  1. clone this repository or download a zip and expand somewhere
  2. open a command prompt or terminal
  3. change to the directory containing the files
  4. type: python3 setup.py install

Configuration

auto:       Will run during an import operation if set to yes (default is yes)
force:      Re-process songs that have already been run through the plugin (default is no)
write_over: Also write to the year tag, erasing the original value (default is no)
relations:  A list of relation types to gather year values from (default: edit, first track release, remaster)
            For a list of acceptable values see: https://musicbrainz.org/relationships/recording-recording
            enter as a list like ['edit', 'first track release', 'remaster']