issadarkthing / gomu

golang TUI music player
GNU General Public License v2.0
159 stars 15 forks source link

getLength took too long time #33

Closed tramhao closed 3 years ago

tramhao commented 3 years ago

When I save a queue with more than 30 songs, reload the queue will take noticeable time to load. When the song is very long, the time is longer as well. I checked the id3v2 tag, and there is a length tag. Can we use it to speed up the progress?

issadarkthing commented 3 years ago

Yes sure

tramhao commented 3 years ago

It's in the new PR. I don't know how to separate the PRs...