• 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 artist images / library settings ignored

     
    • 0 Vote(s) - 0 Average

    artist images / library settings ignored

    sak
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #1
    2024-09-17, 05:31 PM (This post was last modified: 2024-09-17, 05:32 PM by sak. Edited 1 time in total.)
    hello,

    new to the forum, relatively new to jellyfin

    adding a new music library to an empty server, the library settings are ignored and images for both artists and album artists are downloaded from one of the services and added to the library.

    i'd rather have the 'empty' default icons for artists and album artists.

    any ideas, how to solve this problem?

    the details:
    • just updated jellyfin to 10.9.11 (from 10.8.13)
    • removed all existing music libraries
    • removed all metadata files in /var/jellyfin/metadata and /var/cache/jellyfin
    • all music files are properly tagged with musicbrainz-picard
    • all files grouped according to album artist and album
    • metadata downloaders and metadata fetchers for both albums and artists disabled
    • image extractor enabled

    or is there a trick to batch remove all images for artists / album artists ?

    thank you
    best
    sak
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-17, 06:25 PM
    Can you go to /var/lib/jellyfin/root/default/Music (or whatever you called your music library) and share the contents of "options.xml" via pastebin?
    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]
    sak
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #3
    2024-09-17, 06:52 PM
    thanks for the quick reply

    here you go:

    https://pastebin.com/QQDtPALq
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-17, 07:06 PM
    I'm getting a 404 on your pastebin. Since it shouldn't be too big, can you just post it directly in a forum post?
    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]
    sak
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #5
    2024-09-17, 07:09 PM (This post was last modified: 2024-09-17, 07:13 PM by TheDreadPirate. Edited 1 time in total.)
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <LibraryOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <Enabled>true</Enabled>
      <EnablePhotos>true</EnablePhotos>
      <EnableRealtimeMonitor>true</EnableRealtimeMonitor>
      <EnableLUFSScan>false</EnableLUFSScan>
      <EnableChapterImageExtraction>false</EnableChapterImageExtraction>
      <ExtractChapterImagesDuringLibraryScan>false</ExtractChapterImagesDuringLibraryScan>
      <EnableTrickplayImageExtraction>false</EnableTrickplayImageExtraction>
      <ExtractTrickplayImagesDuringLibraryScan>false</ExtractTrickplayImagesDuringLibraryScan>
      <PathInfos>
        <MediaPathInfo>
          <Path>/mnt/smb_share/from_Music_SSD_Media</Path>
        </MediaPathInfo>
      </PathInfos>
      <SaveLocalMetadata>false</SaveLocalMetadata>
      <EnableAutomaticSeriesGrouping>false</EnableAutomaticSeriesGrouping>
      <EnableEmbeddedTitles>false</EnableEmbeddedTitles>
      <EnableEmbeddedExtrasTitles>false</EnableEmbeddedExtrasTitles>
      <EnableEmbeddedEpisodeInfos>false</EnableEmbeddedEpisodeInfos>
      <AutomaticRefreshIntervalDays>0</AutomaticRefreshIntervalDays>
      <PreferredMetadataLanguage>en</PreferredMetadataLanguage>
      <MetadataCountryCode>DE</MetadataCountryCode>
      <SeasonZeroDisplayName>Specials</SeasonZeroDisplayName>
      <MetadataSavers />
      <DisabledLocalMetadataReaders />
      <LocalMetadataReaderOrder>
        <string>Nfo</string>
      </LocalMetadataReaderOrder>
      <DisabledSubtitleFetchers />
      <SubtitleFetcherOrder />
      <SkipSubtitlesIfEmbeddedSubtitlesPresent>false</SkipSubtitlesIfEmbeddedSubtitlesPresent>
      <SkipSubtitlesIfAudioTrackMatches>false</SkipSubtitlesIfAudioTrackMatches>
      <SubtitleDownloadLanguages />
      <RequirePerfectSubtitleMatch>true</RequirePerfectSubtitleMatch>
      <SaveSubtitlesWithMedia>true</SaveSubtitlesWithMedia>
      <AutomaticallyAddToCollection>false</AutomaticallyAddToCollection>
      <AllowEmbeddedSubtitles>AllowAll</AllowEmbeddedSubtitles>
      <TypeOptions>
        <TypeOptions>
          <Type>MusicArtist</Type>
          <MetadataFetchers />
          <MetadataFetcherOrder>
            <string>TheAudioDB</string>
            <string>MusicBrainz</string>
          </MetadataFetcherOrder>
          <ImageFetchers />
          <ImageFetcherOrder>
            <string>TheAudioDB</string>
          </ImageFetcherOrder>
          <ImageOptions>
            <ImageOption>
              <Type>Primary</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Art</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>BoxRear</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Banner</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Box</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Disc</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Logo</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Menu</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Thumb</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Backdrop</Type>
              <Limit>0</Limit>
              <MinWidth>1280</MinWidth>
            </ImageOption>
          </ImageOptions>
        </TypeOptions>
        <TypeOptions>
          <Type>MusicAlbum</Type>
          <MetadataFetchers />
          <MetadataFetcherOrder>
            <string>MusicBrainz</string>
            <string>TheAudioDB</string>
          </MetadataFetcherOrder>
          <ImageFetchers />
          <ImageFetcherOrder>
            <string>TheAudioDB</string>
          </ImageFetcherOrder>
          <ImageOptions>
            <ImageOption>
              <Type>Primary</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Art</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>BoxRear</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Banner</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Box</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Disc</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Logo</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Menu</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Thumb</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Backdrop</Type>
              <Limit>0</Limit>
              <MinWidth>1280</MinWidth>
            </ImageOption>
          </ImageOptions>
        </TypeOptions>
        <TypeOptions>
          <Type>Audio</Type>
          <MetadataFetchers />
          <MetadataFetcherOrder />
          <ImageFetchers>
            <string>Image Extractor</string>
          </ImageFetchers>
          <ImageFetcherOrder>
            <string>Image Extractor</string>
          </ImageFetcherOrder>
          <ImageOptions />
        </TypeOptions>
        <TypeOptions>
          <Type>MusicVideo</Type>
          <MetadataFetchers />
          <MetadataFetcherOrder />
          <ImageFetchers>
            <string>Embedded Image Extractor</string>
          </ImageFetchers>
          <ImageFetcherOrder>
            <string>Embedded Image Extractor</string>
            <string>Screen Grabber</string>
          </ImageFetcherOrder>
          <ImageOptions>
            <ImageOption>
              <Type>Primary</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Art</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>BoxRear</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Banner</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Box</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Disc</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Logo</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Menu</Type>
              <Limit>0</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Thumb</Type>
              <Limit>1</Limit>
              <MinWidth>0</MinWidth>
            </ImageOption>
            <ImageOption>
              <Type>Backdrop</Type>
              <Limit>0</Limit>
              <MinWidth>1280</MinWidth>
            </ImageOption>
          </ImageOptions>
        </TypeOptions>
      </TypeOptions>
    </LibraryOptions>
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-09-17, 07:23 PM
    Disable real time monitoring. It isn't supported by SMB.

    Otherwise, the config looks fine for what you're looking to do.

    Also clear your browser cache. I'm wondering if what you're still seeing is from the browser caching previous images.
    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]
    sak
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #7
    2024-09-17, 07:31 PM
    thank you for the SMB info.

    cleared the browser cache multiple times. no effect. since I can manually edit the images for artists/album artists (Primary, logo and Backdrop) the references are somwhere in the db, I guess.

    in the previously installed version (10.8.13) only the images for artists, but not album artists were downloaded. same library settings.
    sak
    Offline

    Junior Member

    Posts: 5
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Germany
    #8
    2024-09-19, 06:56 PM
    as a follow up.still struggling to get rid of artist images.

    * removed all existing music libraries
    * removed all metadata files in /var/jellyfin/metadata and /var/cache/jellyfin
    * restarted server
    * browser cache deleted

    * created a new library with _all_ metadata downloaders and metadata fetchers disabled, even with image extractors disabled

    I end up with blue default icons for album covers and all album artists.

    BUT two images for album artists and MANY for artists are shown, can be manualy deleted, one by one

    So I guess that the information remains in the database even if all libraries are removed. Do you have any suggestions how to proceed?

    Do I need to do a full re-install?
    thank you
    « 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