• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Media Scanning & Identification Multi Disk Album Track Numbers

     
    • 0 Vote(s) - 0 Average

    Multi Disk Album Track Numbers

    Some albums not showing multiple disks
    CleverId10t
    Offline

    Junior Member

    Posts: 22
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #1
    2024-10-20, 11:58 AM
    On the current 10.10 beta Docker release on Ubuntu 22.04 with HWE kernel 

    All testing is on a completely clean instance with no additional plugins installed and with a test library.

    My music collection is from CD's ripped to Flac with Exact Audio Copy, and then tagged via Picard using the below "script"

    %album% $if2(%catalognumber%,%barcode%,%asin%)/
    $if($gt(%totaldiscs%,1),%discnumber%-,)
    $if($and(%albumartist%,%tracknumber%),$num(%tracknumber%,2) ,)
    $if(%_multiartist%,%artist% - ,)
    %title%

    I'm seeing some albums where the multiple disks are shown correctly in Jellyfin, but for others the multiple disks are not shown but instead, the name of one of the CD's is shown

    As an example https://musicbrainz.org/release/904a281b...6777e48aa0 is shown as "Tracid Traxx Compilation Vol. 2 CD 1" and has a single track listing with duplicate track 1, track 2 etc.

    From the Jellyin logs, I see "Discarding ID3 tags because more suitable tags were found.", but no errors.

    It is possible to manually edit the metadata of each track in Jellyfin, but I would prefer to find an automated method if at all possible.

    To be able to provide a sample of all of the tracks, I tried chopping all bar the first 5 seconds of audio of all of the tracks with the below (from a shell in the Jellyfin docker container using the Jellyfin ffmpeg), but the chopped versions does not display the issue!

    Code:
    for f in *.flac; do /usr/lib/jellyfin-ffmpeg/ffmpeg -i "$f" -ss 0 -t 5 -c copy "chopped/${f%.flac}.flac"; done

    Any suggestions on how to progress with this would be welcomed.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Multi Disk Album Track Numbers - by CleverId10t - 2024-10-20, 11:58 AM
    RE: Multi Disk Album Track Numbers - by TheDreadPirate - 2024-10-20, 04:25 PM
    RE: Multi Disk Album Track Numbers - by CleverId10t - 2024-10-20, 05:22 PM
    RE: Multi Disk Album Track Numbers - by CleverId10t - 2024-10-22, 05:51 PM
    RE: Multi Disk Album Track Numbers - by TheDreadPirate - 2024-10-22, 06:04 PM
    RE: Multi Disk Album Track Numbers - by CleverId10t - 2024-10-23, 05:19 PM
    RE: Multi Disk Album Track Numbers - by TheDreadPirate - 2024-10-23, 07:43 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode