-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
If I pass in a filepath with special characters like "³" for example for the Movie "[REC]³" I get the following output:
dbug: MediaInfo.MovieService[0]
2023-04-13T14:36:25.883272712Z Analyzing media /mnt/media-data/movies/[REC]³ Genesis (2012)/[REC]³ Genesis (2012).mkv.
2023-04-13T14:36:25.883318982Z dbug: MediaInfo.MovieService[0]
2023-04-13T14:36:25.883328632Z MediaInfo library was loaded. (handle=139712803286768, version=MediaInfoLib - v21.09)
2023-04-13T14:36:25.883338682Z warn: MediaInfo.MovieService[0]
2023-04-13T14:36:25.883341682Z MediaInfo library has not been opened media /mnt/media-data/movies/[REC]³ Genesis (2012)/[REC]³ Genesis (2012).mkv
2023-04-13T14:36:25.883345492Z dbug: MediaInfo.MovieService[0]
2023-04-13T14:36:25.883347982Z Process /mnt/media-data/movies/[REC]³ Genesis (2012)/[REC]³ Genesis (2012).mkv was completed successfully. Video=0, Audio=0, Subtitle=0
If I rename the folder to "[REC]3" everything works fine.
However, renaming is not really an option for me, so is there anything that I can do?
If I use MediaInfo from the CLI it can parse the file just fine.
Reactions are currently unavailable