CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
1.05k stars 49 forks source link

[BUG] - playback stops near end of song. #221

Open dessalines opened 5 months ago

dessalines commented 5 months ago

Describe the bug

When playing several songs, playback stops near the end of the song.

I then have to manually go to the next song, and click play.

This seems to happen only for for mp3 files, flac seems unaffected.

Expected behavior

It shouldn't stop near the end of the song.

To Reproduce

See above

Environment

Logs or Screenshots

na

Additional context

Steven-- commented 1 month ago

I am facing the same issue. It seems to be related to an incorrect track duration in the ID3 tags and it can be observed that the duration reported near the seek bar differs from the duration shown in the track info.

I was able to fix my files using:

$ mp3check --cut-junk-start --cut-junk-end --fix-headers *.mp3
dessalines commented 1 month ago

A lot of my files are from torrents, so I couldn't manipulate them like that.