SheinH / YouTube-Split

A JavaFX app for splitting youtube videos based on timestamps. Built entirely in Kotlin.
GNU General Public License v3.0
17 stars 6 forks source link

Fixed mp3 tagging #2

Open MihajloNesic opened 5 years ago

MihajloNesic commented 5 years ago

I created a new issue about this a couple of months ago.

Basically, JAudioTagger does not handle mp3 files that well. Fortunately, I've found a good work-around. The trick is to remove both ID3v1 and ID3v2 tags, create new ones and then add them to the audio file.

I found this trick while developing my own program for tagging audio files called SongTagger.

Here are the mp3 files downloaded and tagged after this fix:

Screenshot_1

P.S. youtube-dl needs updating

MihajloNesic commented 5 years ago

Please ignore latest force-push. I was changing my commit email thus I've changed the commit author email.