anandnet / Harmony-Music

A cross platform App for streaming Music
GNU General Public License v3.0
975 stars 74 forks source link

Export song with all tags #293

Open nanderer opened 1 month ago

nanderer commented 1 month ago

It looked like only cover, artist and song title are set on an exported m4a file:

Screenshot_20241001-170802 but your app has at least access to 3 more of them Screenshot_20241001-170922 So there you see album title, release year and the order of tracks (so song number on album and total number of songs on album tags)

So please write them to into that generated file.

Also it is a good idea to create good file structure like this:

Artist name - Album name - XX. Song title (artist name).m4a

Also I am not a big fan of that export songs mode, I understand that the goal is to don't annoy the user by asking for the access but that way I loose free space times 2, would be nice to have a download directly to and use that external location

Thanks a lot and keep up the good work