• 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 SOLVED: Umlaut

     
    • 0 Vote(s) - 0 Average

    SOLVED: Umlaut

    Umlaut not correct
    Ice
    Offline

    Junior Member

    Posts: 17
    Threads: 4
    Joined: 2023 Jun
    Reputation: 0
    #10
    2023-10-31, 11:47 AM
    I have found a solution, after long research and many tests.
    Docker-compose.yaml looks now like that:

    version: '3.5'
    services:
      jellyfin:
        image: linuxserver/jellyfin
        container_name: ICE-JELLYFIN
        hostname: ICE
        network_mode: 'bridge'
        ports:
          - 8095:8095
        volumes:
          - D:\Applications\Jellyfin\config:/config
          - D:\Applications\Jellyfin\cache:/cache
          - D:\Daten/Video:/mnt/media
          - media2:/mnt/media2
          - media3:/mnt/media3
        restart: 'unless-stopped'
    volumes:
      media2:
        driver_opts:
          type: nfs
          o: "addr=192.168.1.54,ro"
          device: ":/data/Videos"
      media3:
        driver_opts:
          type: cifs
          o: "username=<username>,password=<password>,iocharset=utf8"
          device: "//192.168.1.55/video"

    The solution is the added ",iiocharset=utf8" BUT to take this effect you have to recreate the volumes in docker-desktop.
    Important: In Docker desktop, you need to delete the container AND any associated volumes. Running the docker-compose up -d command will recreate everything.

    media is an example to include a host local folder with media.
    media2 is an example to include a shared folder on a nas configured with nfs-access.
    media3 imcludes a cifs share on annother nas (on this share/volume the problem occured).
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Umlaut - by Ice - 2023-08-09, 10:30 AM
    RE: Umlaut - by Venson - 2023-08-15, 06:32 AM
    RE: Umlaut - by Ice - 2023-08-16, 04:30 PM
    RE: Umlaut - by Ice - 2023-08-16, 04:43 PM
    RE: Umlaut - by Ice - 2023-09-13, 04:19 PM
    RE: Umlaut - by Ice - 2023-09-27, 09:38 AM
    RE: Umlaut - by skribe - 2023-09-27, 01:29 PM
    RE: Umlaut - by Ice - 2023-09-27, 02:09 PM
    RE: Umlaut - by skribe - 2023-09-27, 03:09 PM
    RE: Umlaut - by Ice - 2023-10-31, 11:47 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