mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
Update postprocessor.py
Changed ID3 logging to debug
This commit is contained in:
@@ -884,10 +884,10 @@ def correctMetadata(albumid, release, downloaded_track_list):
|
|||||||
# Set ID3 tag version
|
# Set ID3 tag version
|
||||||
if headphones.CONFIG.IDTAG:
|
if headphones.CONFIG.IDTAG:
|
||||||
beetsconfig['id3v23'] = True
|
beetsconfig['id3v23'] = True
|
||||||
logger.info("Using ID3v2.3")
|
logger.debug("Using ID3v2.3")
|
||||||
else:
|
else:
|
||||||
beetsconfig['id3v23'] = False
|
beetsconfig['id3v23'] = False
|
||||||
logger.info("Using ID3v2.4")
|
logger.debug("Using ID3v2.4")
|
||||||
|
|
||||||
for item in items:
|
for item in items:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user