Post Reply 
[SOLVED]: Need for some help: double album entries in BubbleUPnP
21-01-2024, 14:15 (This post was last modified: 21-01-2024 17:24 by mf_im_fb@hotmail.de.)
Post: #1
[SOLVED]: Need for some help: double album entries in BubbleUPnP
Hello,

maybe someone give me some advice how to get rid of double album entries in BubbleUPnp.

Where I am:
I've installed a containerized Mimimserver on a Linux server using Podman (comparable to docker).
For now I'm on the starter version for testing purposes.
I have a couple of hundreds of music albums baught and ripped; partly as FLAC, partly as MP3. Each Album is placed in its own folder on the filesystem.
I can stream music with no problems and I'm quite happy with the sound compared to minidlna.

What is the problem:
I see a double entry for most of the albums with exact the same content. I've baught quite a while back ADELE 21 and I can see 2 entries on BubbleUPnP.
Only a couple of days back I've baught Layers of Life from the Emil Brandquist Trio which is only shown once as expected.

What I have done so far:
I've been searching this forum and I came accross that this might be a problem with Id3 tags not correct set.
So I took ffmpeg / ffprobe for reading the Id3 tags, looking for some differencies and than correcting the Id3 tags.
Maybe I'm blindfold but I can't see any real differencies between those two albums.

Here's what I got for ADELLE 21
Code:
/Music/ADELE/21 # ffmpeg -hide_banner -i 01-01-\ Rolling\ In\ The\ Deep\ \[Explicit].mp3
Input #0, mp3, from '01-01- Rolling In The Deep [Explicit].mp3':
  Metadata:
    title           : Rolling In The Deep [Explicit]
    artist          : Adele
    album           : 21
    genre           : Pop
    composer        : Paul Epworth
    track           : 1/11
    disc            : 1/1
    comment         : Amazon.com Song ID: 220423087
    copyright       : 2011 XL Recordings Ltd.
    date            : 2011
    album_artist    : Adele
    encoder         : Lavf60.16.100
    id3v2_priv.www.amazon.com: \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x0
  Duration: 00:03:48.13, start: 0.025056, bitrate: 138 kb/s
  Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 128 kb/s
    Metadata:
      encoder         : Lavc60.31
  Stream #0:1: Video: png, rgb24(pc, gbr/unknown/unknown), 600x600 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn (attached pic)
    Metadata:
      comment         : Cover (front)

Here's what I got for Layer of Life
Code:
/Music/Emil Brandqvist Trio/Layers of Life # ffmpeg -hide_banner -i 01\ -\ Still\ Awake.mp3
Input #0, mp3, from '01 - Still Awake.mp3':
  Metadata:
    title           : Still Awake
    artist          : Emil Brandqvist Trio
    album           : Layers of Life
    genre           : Jazz
    composer        : Emil Brandqvist
    track           : 1/13
    disc            : 1/1
    album_artist    : Emil Brandqvist Trio
    comment         : Amazon.com Song ID: 200000487910960
    copyright       : SKIP RECORDS
    date            : 2023
    id3v2_priv.www.amazon.com: \x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00​\x00\x00\x00\x0
  Duration: 00:04:42.02, start: 0.025056, bitrate: 257 kb/s
  Stream #0:0: Audio: mp3, 44100 Hz, stereo, fltp, 255 kb/s
    Metadata:
      encoder         : Lavc58.35
  Stream #0:1: Video: mjpeg (Baseline), yuvj420p(pc, bt470bg/unknown/unknown), 600x600 [SAR 1:1 DAR 1:1], 90k tbr, 90k tbn (attached pic)
    Metadata:
      comment         : Cover (front)

I'm sorry but I can't see any difference between within the data structure, only within the data itself.

So I don't understand what I'm doing wrong.

Any help to find a solution is highly appreciated.

Best regards

MF
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED]: Need for some help: double album entries in BubbleUPnP - mf_im_fb@hotmail.de - 21-01-2024 14:15

Forum Jump:


User(s) browsing this thread: 1 Guest(s)