headphonify beets

This commit is contained in:
rembo10
2014-03-31 16:25:49 -07:00
parent 2ba476c6ef
commit 4f5a2cd3d0
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,9 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
# This particular version has been slightly modified to work with headphones
# https://github.com/rembo10/headphones
__version__ = '1.3.4'
__author__ = 'Adrian Sampson <adrian@radbox.org>'

View File

@@ -242,3 +242,6 @@ def apply_metadata(album_info, mapping):
item[field] = value
if track_info.disctitle is not None:
item.disctitle = track_info.disctitle
# Headphones seal of approval
item.comments = 'tagged by headphones/beets'