Closes Bleuzen/SpotRec#17
Previously, using relative paths resulted in an incorrectly calculated path for the cover file (thanks to splitext). This commit changes that to use rsplit instead, and clarifies that the filename variable in add_cover_art is the directory + the file name.
Closes Bleuzen/SpotRec#17 Previously, using relative paths resulted in an incorrectly calculated path for the cover file (thanks to splitext). This commit changes that to use rsplit instead, and clarifies that the
filename
variable inadd_cover_art
is the directory + the file name.