mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-20 16:03:59 +01:00
headphonify beets
This commit is contained in:
@@ -12,6 +12,9 @@
|
|||||||
# The above copyright notice and this permission notice shall be
|
# The above copyright notice and this permission notice shall be
|
||||||
# included in all copies or substantial portions of the Software.
|
# 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'
|
__version__ = '1.3.4'
|
||||||
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
__author__ = 'Adrian Sampson <adrian@radbox.org>'
|
||||||
|
|
||||||
|
|||||||
@@ -242,3 +242,6 @@ def apply_metadata(album_info, mapping):
|
|||||||
item[field] = value
|
item[field] = value
|
||||||
if track_info.disctitle is not None:
|
if track_info.disctitle is not None:
|
||||||
item.disctitle = track_info.disctitle
|
item.disctitle = track_info.disctitle
|
||||||
|
|
||||||
|
# Headphones seal of approval
|
||||||
|
item.comments = 'tagged by headphones/beets'
|
||||||
|
|||||||
Reference in New Issue
Block a user