vanilla-music / vanilla

Vanilla Music Player for Android
GNU General Public License v3.0
1.13k stars 291 forks source link

Some files form YT can't be resumed on pause or seeked #1198

Closed Olli closed 2 months ago

Olli commented 4 months ago

(Please use our subreddit for general questions: https://www.reddit.com/r/vanillamusic/ (I'm not on Reddit) )

Description

Stop and resume at the same position don't work as well as seeking. This only happens on several files which are downloaded via yt-dlp

Steps to reproduce the issue

File download with "yt-dlp --embed-thumbnail --add-metadata -x --audio-format vorbis https://www.youtube.com/watch\?v\=90KXOaOXnuE" Seeking in the the file as well as play and start.

I'm not really sure what the cause of this problem is. I think some index isn't set by ffmpeg from yt-dlp ... Maybe there is a easy solution to fix the oggs but otherwise it would be cool if this issue can be fixed in the player engine of the Vanilla Player

Olli commented 2 months ago

This bug is caused by an too old Android media framework. The OnePlus 6T had a too old Android and the adb logs showed a crash somewhere in the player framework libs. After a update to the actual LineageOS everything works fine. So this bug report isn't relevant.