From 4f5a2cd3d01c64f780d87be2ec2c2d88d674947d Mon Sep 17 00:00:00 2001 From: rembo10 Date: Mon, 31 Mar 2014 16:25:49 -0700 Subject: [PATCH] headphonify beets --- beets/__init__.py | 3 +++ beets/autotag/__init__.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/beets/__init__.py b/beets/__init__.py index 6bdbf3bf..17651f4b 100644 --- a/beets/__init__.py +++ b/beets/__init__.py @@ -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 ' diff --git a/beets/autotag/__init__.py b/beets/autotag/__init__.py index 6b0c1185..aaec990c 100644 --- a/beets/autotag/__init__.py +++ b/beets/autotag/__init__.py @@ -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'