• 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 General Questions Remove recap from album?

     
    • 0 Vote(s) - 0 Average

    Remove recap from album?

    I would like to remove the recap from the album details
    bhenstra
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #1
    2023-11-05, 01:02 PM
    Hello, 

    I would like to know if it is possible to remove the recap from the album details? Please see the attached screenshot. I did mark the details I mean with the vertical red line. 

    I did look into meta data and other options. But I couldn't find a way to filter out or remove the details. 

    Thank you.  

       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-11-05, 03:34 PM
    "Edit Metadata" for that album. Is it in the "Overview" field?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    thornbill
    Offline

    Core Team

    Posts: 174
    Threads: 6
    Joined: 2023 Jun
    Reputation: 8
    Country:United States
    #3
    2023-11-05, 06:54 PM
    The screenshot is showing the artist list not the overview
    jimmyjammy
    Offline

    Member

    Posts: 90
    Threads: 0
    Joined: 2023 Jul
    Reputation: 2
    Country:Canada
    #4
    2023-11-05, 07:11 PM
    The easiest way is to use a music tagging program like Mp3tag & change "album artists (not artists)" to "Various Artists". You can do it with Jellyfin by editing the metadata for each song but that takes some time & will not actually be written to the files which is preferred.
    bhenstra
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #5
    2023-11-05, 08:22 PM (This post was last modified: 2023-11-05, 08:36 PM by bhenstra. Edited 1 time in total. Edit Reason: Incorrect quote (sorry) )
    thornbill Wrote:The screenshot is showing the artist list not the overview

    Thank you. I didn't know it was called 'artist list'. I'm also not a native speaker of English... and find ways to express what I mean in the most clumsy ways.
    bhenstra
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #6
    2023-11-05, 08:32 PM (This post was last modified: 2023-11-05, 08:34 PM by bhenstra. Edited 1 time in total. Edit Reason: Incorrect quote (sorry) )
    jimmyjammy Wrote:The easiest way is to use a music tagging program like Mp3tag & change "album artists (not artists)" to "Various Artists". You can do it with Jellyfin by editing the metadata for each song but that takes some time & will not actually be written to the files which is preferred.

    Thank you. This did solve the problem. 

    These are the steps I followed to change the tag of all the MP3 files (steps 4 - 7):
    1. SSH into my True NAS VM
    2. Navigate to the folder that contains the MP3s with the cd command
    3. Change file mode bits:
      Code:
      # chmod 666 *mp3
    4. SSH into my Jellyfin VM
    5. Install "Mutagen"
      Code:
      # apt install python3-mutagen
    6. Navigate to the folder that contains the MP3s with the cd command
    7. Change tag of MP3 files:
      Code:
      # mid3v2 --TPE2 "Various Artist" *.mp3
    8. Navigate to "Dashboard" in the Jellyfin WebUI
    9. Navigate to "Libraries"
    10. Click "Scan All Libraries"

    Please see the screenshot for the result :-)
       
    bhenstra
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    #7
    2024-02-25, 02:29 PM
    I encountered a similar problem with an album containing FLAC files. To address it, I utilized the 'metaflac' tool to configure the ALBUMARTIST.

    Here are the steps.

    Install the package 'flac':
    Code:
    apt update
    apt install flac

    Remove the tag
    Code:
    metaflac --remove-tag=ALBUMARTIST *.flac

    Set the tag
    Code:
    metaflac --set-tag=ALBUMARTIST="Various Aristst" *.flac

    Tip: to view tags, use the --show-all-tags option.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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