Open thomas992 opened 4 months ago
hi 👋 For this the tag reading dart lib I use, needs also tag writing Which is currently not implemented
@ClementBeal is this something you planed at some point?
hi 👋 For this the tag reading dart lib I use, needs also tag writing Which is currently not implemented
@ClementBeal is this something you planed at some point?
I believe that rewriting modified metadata back into audio files is not a good solution, especially for MP3 format audio files. I suggest that after scanning all audio files, the metadata should be recorded in an independent database. Any modifications to the metadata would then be read and write operations to the database, avoiding the need to write to the source files.
Another benefit of this approach is that you don't need to scan the folder every time the application starts. The scan should only be performed after a change in the folder is detected.
One should be able to drag the album art into MusicPod to change the album art for all the songs in the album.