Android The movie library cannot scan the Chinese folder - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: Android (https://forum.kodi.tv/forumdisplay.php?fid=164) +---- Thread: Android The movie library cannot scan the Chinese folder (/showthread.php?tid=379469) |
The movie library cannot scan the Chinese folder - jmxs - 2024-11-20 The ftp directory has been added, there is a separate folder of movie resources in the directory, the folder is in Chinese, the movie library can not be searched, modified to an English folder can be searched, and added to the photo wall. Is there a way to fix this. The movie library cannot scan the Chinese folder - Karellen - 2024-11-20 To receive meaningful assistance you will need to provide a full debug log. The instructions are here... debug log (wiki) If you are using the Basic Method, then ensure the following is applied... 1.Enable debugging in Settings>System Settings>Logging, 2.Restart Kodi 3.Replicate the problem. 4.Upload the log to Kodi Paste Site manually or use the Kodi Logfile Uploader. (wiki) With either method post the link to the log back here. If you are using the Advanced Method ensure you have correctly created and applied the advancedsettings.xml file (wiki) In both instances, you should see the word DEBUG throughout the log. Note: Full logs only. No partial or redacted logs Do NOT post your logs directly into the forum. Use the Kodi Paste Site. Post the link to your pasted log in the forum RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-21 https://paste.kodi.tv/asocafavoh RE: The movie library cannot scan the Chinese folder - Karellen - 2024-11-21 (2024-11-21, 04:45)jmxs Wrote: https://paste.kodi.tv/asocafavohLooks like a simple fix... Line 1043... ftp://172.16.151.25:21/让子弹飞 (2010)/' with '.nomedia' file in parent directory, it won't be added to the library. Delete the .nomedia file. RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 (2024-11-21, 05:02)Karellen Wrote:(2024-11-21, 04:45)jmxs Wrote: https://paste.kodi.tv/asocafavohLooks like a simple fix... I'm sure I don't have the file in the directory, and the local scan library can be added to the movie library, FTP doesn't. If you change the movie folder to an English name, FTP can also scan it RE: The movie library cannot scan the Chinese folder - Karellen - 2024-11-25 (2024-11-25, 03:44)jmxs Wrote: I'm sure I don't have the file in the directoryI don't have an ftp setup, but I just tested using smb, and it scraped correctly. Copied the folder/file name from your log and it scraped Let the bullets fly (2010). Hopefully that is the same movie. Hopefully someone with an ftp setup can test. RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 (2024-11-25, 04:31)Karellen Wrote:Yes, SMB can grab Chinese folders normally.thanks. I tried to read the log file, I don't know if the Chinese folder caused the path to automatically increase the character encoding, and the correct path could not be scanned.(2024-11-25, 03:44)jmxs Wrote: I'm sure I don't have the file in the directoryI don't have an ftp setup, but I just tested using smb, and it scraped correctly. Copied the folder/file name from your log and it scraped Let the bullets fly (2010). Hopefully that is the same movie. 2024-11-25 09:58:29.450 T:14361 info <general>: CCurlFile::Stat - <ftp://172.16.151.25:21/> Content length failed: No error(0) 2024-11-25 09:58:29.450 T:14361 debug <general>: CurlFile::Open - <ftp://172.16.151.25:21/> 2024-11-25 09:58:29.519 T:14361 debug <general>: VideoInfoScanner: Scanning dir 'ftp://172.16.151.25:21/' as not in the database 2024-11-25 09:58:29.520 T:14361 debug <general>: VideoInfoScanner: No (new) information was found in dir ftp://172.16.151.25:21/ 2024-11-25 09:58:29.537 T:14361 warning <general>: Process directory 'ftp://172.16.151.25:21/1/' does not exist - skipping scan. 2024-11-25 09:58:29.537 T:14361 warning <general>: Process directory 'ftp://172.16.151.25:21/1/|utf8=0' does not exist - skipping scan. 2024-11-25 09:58:29.545 T:14361 info <general>: VideoInfoScanner: Finished scan. Scanning for video info took 97 ms RE: The movie library cannot scan the Chinese folder - Karellen - 2024-11-25 I've had a search through the github Issue reports, as well as here on the forum. I haven't found any other report similar to yours. Does this issue happen with this one movie only or multiple movies? Does it happen on this single Source only, or on multiple Sources. In your log, was there only a single movie in that ftp: Source? Can you provide a screenshot of your movie folder so we can clearly see all the files and their extensions. Make sure you have disabled Hide system files. Also a screenshot of the ftp://172.16.151.25:21 folder RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 (2024-11-25, 05:03)Karellen Wrote: I[font]已经搜索了 github 问题报告,以及 论坛 。我没有找到任何其他与您的报告类似的报告。1. I have tried to build an FTP server with a different computer, as long as the video folder name is Chinese, scan with mobile phone and TV Kodi, it cannot be added to the library, but scanning Chinese name episodes, it can be scanned. 2. My video directory has more than one video, all of them are classified in separate folders, once I change any folder name to non-Chinese, Kodi can scan and add it to the library I don't know where to upload the image. Video catalog: ftp:xxx.xxx.xxx.xxx/movie name(Chinese)/ Each movie folder contains info.jpg.png.mkv files RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 (2024-11-25, 05:03)Karellen Wrote: I've had a search through the github Issue reports, as well as here on the forum. I haven't found any other report similar to yours.1. I have tried to build an FTP server with a different computer, as long as the video folder name is Chinese, scan with mobile phone and TV Kodi, it cannot be added to the library, but scanning Chinese name episodes, it can be scanned. 2. My video directory has more than one video, all of them are classified in separate folders, once I change any folder name to non-Chinese, Kodi can scan and add it to the library I don't know where to upload the image. Video catalog: ftp:xxx.xxx.xxx.xxx/movie name(chinese)/ Each movie folder contains info.jpg.png.mkv files RE: The movie library cannot scan the Chinese folder - Karellen - 2024-11-25 (2024-11-25, 05:24)jmxs Wrote: I don't know where to upload the image.Use button 17... RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 (2024-11-25, 05:26)Karellen Wrote:(2024-11-25, 05:24)jmxs Wrote: I don't know where to upload the image.Use button 17... All other settings are unchanged, Figure 1 can scan the library, Figure 2 cannot 1: 2: RE: The movie library cannot scan the Chinese folder - jmxs - 2024-11-25 I searched a lot of online resources, and now solved it in this way, and checked the use of UTF-8 on the Windows system.I'm using Windows IIS to build an FTP server, maybe the character encoding of Windows doesn't match Kodi somewhat |