• 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 SOLVED: Newly downloaded album tracks not showing/unplayable

     
    • 0 Vote(s) - 0 Average

    SOLVED: Newly downloaded album tracks not showing/unplayable

    Since my move to docker and Jellyfin 10.9.7 update im having issues with my music library. Tv and Movies are fine.
    Vida
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jul
    Reputation: 0
    Country:New Zealand
    #1
    2024-07-01, 09:51 PM (This post was last modified: 2024-07-02, 05:35 AM by Vida. Edited 2 times in total.)
    Issue:
    Album shows as available to play but tracks are not showing. I have verified the files and they are playable outside of Jellyfin.

    What it should look like: https://i.gyazo.com/4b667da3f699a28d89e7...53709e.png

    What it looks like: https://i.gyazo.com/665e449c538a7f2156fb...4a4447.png

    Running a 10.9.7 server hosted on a Linux docker container. Here is the compose config:

    Code:
      jellyfin:
        image: jellyfin/jellyfin:latest
        user: 114:122
        container_name: jellyfin
        environment:
          - TZ=Pacific/Auckland
          - JELLYFIN_CACHE_DIR=/var/cache/jellyfin
          - JELLYFIN_CONFIG_DIR=/etc/jellyfin
          - JELLYFIN_DATA_DIR=/var/lib/jellyfin
          - JELLYFIN_LOG_DIR=/var/log/jellyfin
        restart: 'unless-stopped'
        ports:
          - "8097:8096"
          - "8921:8920"
        volumes:
          - /etc/jellyfin:/etc/jellyfin
          - /var/cache/jellyfin:/var/cache/jellyfin
          - /var/lib/jellyfin:/var/lib/jellyfin
          - /var/log/jellyfin:/var/log/jellyfin
          - /mnt/media:/mnt/media
        networks:
          - jellyfish

    I recently ish migrated the server to a docker container that just points to the jellyfin config that was already there and have upgraded the jellyfin instance a few times since then. All my old media plays fine its the newly downloaded audio media that has the issue. Shows and Movies recently downloaded have no issues playing. Logs (attached end of post restart logs) show lots of null value and permission denied errors which don't make sense to me as all files are rwx to all users and the media exists...

    Any help is welcome I've been running around in circles coming up with nothing. Thanks in advance!


    Attached Files
    .txt   Log.txt (Size: 26.88 KB / Downloads: 151)
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Newly downloaded album tracks not showing/unplayable - by Vida - 2024-07-01, 09:51 PM
    RE: Newly downloaded album tracks not showing/unplayable - by Efficient_Good_5784 - 2024-07-01, 10:15 PM
    RE: Newly downloaded album tracks not showing/unplayable - by Vida - 2024-07-01, 11:30 PM
    RE: Newly downloaded album tracks not showing/unplayable - by Efficient_Good_5784 - 2024-07-01, 11:51 PM
    RE: Newly downloaded album tracks not showing/unplayable - by Vida - 2024-07-02, 05:35 AM

    • 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