mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 18:43:38 +01:00
info: don't print out album art blobs
This commit is contained in:
parent
2be1bdeb1f
commit
6b0c03db9d
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@ from beets import util
|
|||
def info(paths):
|
||||
# Set up fields to output.
|
||||
fields = list(mediafile.MediaFile.fields())
|
||||
fields.remove('art')
|
||||
fields.remove('images')
|
||||
|
||||
# Line format.
|
||||
other_fields = ['album art']
|
||||
|
|
|
|||
Loading…
Reference in a new issue