• 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: Library scan keeps failing

     
    • 0 Vote(s) - 0 Average

    SOLVED: Library scan keeps failing

    lx77
    Offline

    Junior Member

    Posts: 13
    Threads: 2
    Joined: 2024 May
    Reputation: 1
    Country:Germany
    #8
    2024-05-31, 06:51 AM
    (2024-05-30, 11:48 PM)pcm Wrote: That's it! It was the '–' in the file names instead of the '-' that was causing this problem. Thanks a lot!

    In case anyone else is facing this problem. Here's a quick oneliner linux CLI that I came up with to fix all unicode hyphens to standard (ascii) hyphens in all files and dirs. 

    Code:
    find . -name "*–*" -print | while IFS= read -r f ; do  mv -v "$f" "`echo \"$f\" | sed 's/–/-/g'`" ; done

    Hi, if those special characters are an issue, you probably have a wrong setting. Because with a correct installation they don't make problems.
    You should check if you have a wrong env setting for 10.9.x (DOTNET_SYSTEM_GLOBALIZATION_INVARIANT set to true or 1). And if so, delete it.
    https://github.com/jellyfin/jellyfin/iss...2105568202

    Don't try to delete this variable with portainer if you're using synology docker (Container Manager), because it might reset the value. Took me a while to realize this. In Container Manager deleting the variable worked. https://github.com/portainer/portainer/issues/5813
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Library scan keeps failing - by pcm - 2024-05-24, 01:41 PM
    RE: Library scan keeps failing - by TheDreadPirate - 2024-05-24, 01:45 PM
    RE: Library scan keeps failing - by pcm - 2024-05-24, 03:42 PM
    RE: Library scan keeps failing - by TheDreadPirate - 2024-05-24, 04:00 PM
    RE: Library scan keeps failing - by nothingveryobvious - 2024-05-27, 09:32 AM
    RE: Library scan keeps failing - by lx77 - 2024-05-27, 11:48 AM
    RE: Library scan keeps failing - by pcm - 2024-05-30, 11:48 PM
    RE: Library scan keeps failing - by lx77 - 2024-05-31, 06:51 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