I have a fews of songs in a folder which I would like to add the metadata items of artist, title, genre and album to. I would like to take the metadata info for the title and artist from the file name itself.
For Example: I have a song file named Melvv - Glide.mp3. I would like to take the name of the artist Melvv and the title of the song Glide from the file name and add it as MetaData. For the Album and Genre, I'll add this in myself.
- Is there a way I can do this in the Linux environment via
bashorpython? - Is there a way this can be done in the Windows environment?
