![]() |
movie not correct idetified - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Media Scanning & Identification (https://forum.jellyfin.org/f-media-scanning-identification) +---- Thread: movie not correct idetified (/t-movie-not-correct-idetified) |
movie not correct idetified - goerdi - 2024-09-25 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 RE: movie not correct idetified - TheDreadPirate - 2024-09-25 I had to add the TMDBID to the folder name to get WALL·E to identify correctly. WALL·E [tmdbid-10681] RE: movie not correct idetified - goerdi - 2024-09-27 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 RE: movie not correct idetified - TheDreadPirate - 2024-09-27 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-umlaut?pid=7355#pid7355 You don't need to add the iocharset in docker. You would add iocharset=utf8 in /etc/fstab. RE: movie not correct idetified - goerdi - 2024-09-27 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 RE: movie not correct idetified - TheDreadPirate - 2024-09-28 How do you currently mount your NFS share? RE: movie not correct idetified - goerdi - 2024-09-28 Hi ! ts253 ![]() 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 RE: movie not correct idetified - TheDreadPirate - 2024-09-28 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". |