Updates the ID3 metadata tags of an MP3 file using the Python `eyeD3` library
via the `reticulate` package. You can modify standard fields such as
title
, artist
, album
, and genre
, as well as
additional tags passed through ...
if they exist in the MP3 file.
Arguments
- filename
Character. Path to the MP3 file to update.
- title
Character. New title of the track (optional).
- artist
Character. New artist name (optional).
- album
Character. New album name (optional).
- genre
Character. New genre name (optional).
- ...
Additional named arguments corresponding to other ID3 tags. Only tags that exist in the MP3 file will be updated.