casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
745 stars 54 forks source link

[Feature Request] Change titles of downloaded content based on data. #2

Closed PassiveLemon closed 1 year ago

PassiveLemon commented 1 year ago

So rather than having it be shown by author - album - ##.song name, add a feature to be able to change what the title of the mp3 but still have song metadata in the mp3. This could just be an option in a preference menu

Ex: Currently: The Cranberries - No Need To Argue (The Complete Sessions 1994-1995) - 04. Zombie.mp3 What I would like: Zombie.mp3

casualsnek commented 1 year ago

Thanks for feedback, i plan on adding advanced option to specify track name formats and album directories format !

casualsnek commented 1 year ago

So rather than having it be shown by author - album - ##.song name, add a feature to be able to change what the title of the mp3 but still have song metadata in the mp3. This could just be an option in a preference menu

Ex: Currently: The Cranberries - No Need To Argue (The Complete Sessions 1994-1995) - 04. Zombie.mp3 What I would like: Zombie.mp3

Can you please check the latest commit. I have added the option for it. You need to click show advanced setting and use the variables as specified in the README.md

PassiveLemon commented 1 year ago

Works great. Thank you!