• 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 movie not correct idetified

     
    • 0 Vote(s) - 0 Average

    movie not correct idetified

    goerdi
    Offline

    Member

    Posts: 114
    Threads: 35
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #1
    2024-09-25, 10:40 AM
    Hi !

    i have the pixar movie wall-e ...
    its always identified as wallstreet and some others..
    i tried various filenames.
    like wall.e, walle wall · e etc..... i'm using themoviedb to find it...
    How cann i proceed ?

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-09-25, 01:21 PM
    I had to add the TMDBID to the folder name to get WALL·E to identify correctly.

    WALL·E [tmdbid-10681]
    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]
    goerdi
    Offline

    Member

    Posts: 114
    Threads: 35
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #3
    2024-09-27, 07:58 AM
    Hi!
    OK
    BTW: I'm still kind of confused about the recognition of the movies... especially regarding special german characters like ä,ö and ü
    usually in germany without german keyboard layout we write ae, oe and ue instead.
    I have some movies where this ae oe and ue were used they were recongnized but some are not ... on te i had to change it to ä , ö or ü..
    How does this comes ?

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-09-27, 01:51 PM (This post was last modified: 2024-09-27, 01:52 PM by TheDreadPirate. Edited 1 time in total.)
    I have zero content with any German characters in them, but I've seen threads from other German users that struggled with umlauts and other accent characters.

    Your content is on a NAS, correct? When you mounted your network shares did you specify what character set to use? If not, try mounting the shares with the "iocharset=utf8" option.

    I found the thread I was thinking about.

    https://forum.jellyfin.org/t-solved-umla...55#pid7355

    You don't need to add the iocharset in docker. You would add iocharset=utf8 in /etc/fstab.
    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]
    goerdi
    Offline

    Member

    Posts: 114
    Threads: 35
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #5
    2024-09-27, 10:21 PM
    Hi !

    How can i do an automatic nfs mount (autofs) with iocharset=utf8 ?
    BTW: im talking about files which are from the same source (i tried via nfs mount and direct on the ssd) the result was the same, means the files which are recongnized without special characters are recongnized on both medias , and thos who were not also...

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-09-28, 01:01 AM
    How do you currently mount your NFS share?
    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]
    goerdi
    Offline

    Member

    Posts: 114
    Threads: 35
    Joined: 2024 Aug
    Reputation: 1
    Country:Germany
    #7
    2024-09-28, 01:05 PM
    Hi !

    ts253Confused-face on /net/nfs4/ts253 type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=192.168.63.1,local_lock=none,addr=192.168.63.111)

    BTW: i do not think this is the problem.... as i said in a previuos post its the same thing on the local ssd, that some are recognized and some are not

    Ciao Gerd
    I7-8700 / 32GB Ram
    Intel A380 / Ubuntu 24.04
    16 TB NAS TS-253
    2 TB NVME  / 2 TB SSD
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-09-28, 04:29 PM
    iocharset isn't limited to NFS/SMB mounts. It also applies to locally attached drives, and the OS in general.

    What is the output of this command?

    Code:
    echo $LANG

    For me it is "en_US.UTF-8".
    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]
    « 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