PaulWoitaschek / Voice

Minimalistic audiobook player
GNU General Public License v3.0
2.42k stars 369 forks source link

Cover picture #1643

Closed DrewsR closed 1 year ago

DrewsR commented 1 year ago

Overview

i have a directory with many audio book mp3 files of a series, e.g. "die drei Fragezeichen". every mp3 file has its own cover picture. But the app displays always only the cover picture of the first file. i would expect, that always the cover is loaded when a new file is being played.

How to reproduce

open the app see the covers pictures

Version

6.1.2

Android Version

12

Device Model

Samsung Galaxy tab a7

theAkito commented 1 year ago

every mp3 file has its own cover picture.

So, if there are 31 MP3 files, there are 31 *.png files?

Could you please post an example of how the files look like? For example, a screenshot of the folder content, showing the files. It's important, how the files are named.

DrewsR commented 1 year ago

As you can See by Screenshot 1, 2 & 3 Voice is currently playing "Folge 063

The covers (jpeg) are integrated via ID3Tag into the mp3-files. You can see this by Screenshot 4 & 5.

regards, René

Am Sa., 10. Dez. 2022 um 03:36 Uhr schrieb theAkito < @.***>:

every mp3 file has its own cover picture.

So, if there are 31 MP3 files, there are 31 *.png files?

Could you please post an example of how the files look like? For example, a screenshot of the folder content, showing the files. It's important, how the files are named.

— Reply to this email directly, view it on GitHub https://github.com/PaulWoitaschek/Voice/issues/1643#issuecomment-1344986612, or unsubscribe https://github.com/notifications/unsubscribe-auth/A4VETRM5KRVIVPGBCTQIMQTWMPUCRANCNFSM6AAAAAASZZ2OMY . You are receiving this because you authored the thread.Message ID: @.***>

theAkito commented 1 year ago

@DrewsR

I think, you need to add the screenshot via Github.

DrewsR commented 1 year ago

Screenshot1 Screenshot1

Screenshot2 Screenshot2

Screenshot3 Screenshot3

Screenshot4 Screenshot4

Screenshot5 Screenshot5

DrewsR commented 1 year ago

@theAkito Screenshot added

allmynamesweretakenomoreideas commented 1 year ago

@DrewsR You used the same Album Tag for the entire "Drei Fragezeichen Kids" Collection. An Album is intended to have only one cover, so usually a player takes the cover from the first Title and applies it to all. The album Tag is to be used when you have one Episode, e.g. "Fußballhelden" with seperate chapters (different Title Tags), then you use the Album Tag "Fußballhelden" so it merges the mp3 files with the same Album Tag to one logic episode. Like one CD with different tracks. What you trying to do is seperating different Collections (Drei ???, Star Wars etc.) by using Albums, which is not correct. You need a function merging multiple Episodes (which can be individual Albums) to a Collection, which is not possible in Voice.

PaulWoitaschek commented 1 year ago

Thanks for your idea. Though I think showing distinct covers is not the right solution here. I think in the long term we should rather allow for a way to really support this kind of series. Right now, the concept is rather: Every item is one book. And books conceptually only have one cover.