kalbhor / MusicRepair

Fixes music metadata and adds album art.
MIT License
596 stars 43 forks source link

metadata order incorrect in the song #5

Closed JairoQuispe closed 7 years ago

JairoQuispe commented 7 years ago

Hi,

i was trying your script to add metadata with source spotify, but the order of metadata is wrong:

File: command_line.py - line 228 def add_details(file_name, song_title, **artist**, **album**, lyrics=""):

Coukd be replaced with:

def add_details(file_name, song_title, album, artist, lyrics=""):

Work best.

kalbhor commented 7 years ago

Thanks for pointing that out, I've made the necessary changes. It should work fine now.