Update image type
This commit is contained in:
parent
25b620aa17
commit
b2997e6c17
3
tag-mp3s
3
tag-mp3s
@ -32,7 +32,8 @@ def process_mp3(mp3_path)
|
|||||||
args += %W[--title=#{title}]
|
args += %W[--title=#{title}]
|
||||||
args += %W[--track=#{track_number}] if track_number
|
args += %W[--track=#{track_number}] if track_number
|
||||||
args += %W[--release-year=#{year}] if year
|
args += %W[--release-year=#{year}] if year
|
||||||
args += %W[--add-image=#{album_art}:FRONT_COVER] if album_art
|
# 2017 Outback likes to show picture for OTHER but not FRONT_COVER...
|
||||||
|
args += %W[--add-image=#{album_art}:OTHER] if album_art
|
||||||
args += [mp3_path]
|
args += [mp3_path]
|
||||||
system("eyeD3", *args)
|
system("eyeD3", *args)
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user