Search found 15 matches

by samwell
03 Oct 2022, 01:43
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

Thanks again for all the effort you've devoted to helping debug this.

I've settled on your suggestion to pass all arguments to Filebot via the external file, and this is working in my pipeline now =)
by samwell
02 Oct 2022, 07:59
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

e.g. Please run this test script so we can see the code points that are passed in, and if those code points can be used to refer to the file: filebot -script "C:/test.groovy" G:\auto-media\*giovent* args.each{ a -> println a println a.chars().collect{ c -> String.format('%04x', c) } def f...
by samwell
02 Oct 2022, 01:59
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

I am too unfamiliar with Java and the internals of Filebot, but I have run some tests between Powershell ISE and Python. This hopefully establishes a proof-of-concept that demonstrates the ways in which Windows handles (and fails to handle by default) unicode on stdin and/or stdout. This is the simp...
by samwell
01 Oct 2022, 17:55
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

Strangely, this threw an error at the end. � == e? [false] C:\Users\sam\AppData\Roaming\FileBot\tmp\�.txt == C:\Users\sam\AppData\Roaming\FileBot\tmp\e?.txt [false] C:\Users\sam\AppData\Roaming\FileBot\tmp\�.txt TIME = Sat Oct 01 10:50:59 PDT 2022 java.io.FileNotFoundException: C:\Users\sam\AppData\...
by samwell
30 Sep 2022, 19:29
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

2 arguments means that PowerShell (not FileBot) sees two files or folders. If Windows Explorer / DrivePool show you 1 folder but PowerShell somehow sees 2 folders, then that would be most disturbing. :?: What do you see when you list the parent folder with PowerShell? https://linuxhint.com/list-fil...
by samwell
30 Sep 2022, 04:08
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

:idea: Note that this is likely a PowerShell issue / DrivePool issue and not a FileBot issue per-se. FileBot itself just processes the file paths that are passed along from PowerShell as-is. Notably, NTFS itself stores anything as Normalization Form Canonical Composition (NFC) internally and accept...
by samwell
30 Sep 2022, 03:58
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

:?: PowerShell expands G:\auto-media\*giovent* to 2 arguments? The output suggests that you have the same folder twice, perhaps once for each diacritic encoding? args[2] = G:\PoolPart.2a73f37a-d6ff-4f7c-a0de-69a72e1d9a63\torrents\auto-media\La meglio gioventu? 2003 1080p BluRay DD5.1 x264-EA args[3...
by samwell
30 Sep 2022, 03:12
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Re: Issue Handling Filename with Unicode Combining Diacritical Marks

:?: Are you using CMD or PowerShell? :?: What happens if you select the file via a glob pattern? filebot -script fn:sysenv G:\auto-media\*giovent* Powershell is being used. Below is the output from sysenv script. If I manually rename the file to use the single unicode character instead of the "...
by samwell
30 Sep 2022, 02:13
Forum: Help and Support
Topic: Issue Handling Filename with Unicode Combining Diacritical Marks
Replies: 17
Views: 2012

Issue Handling Filename with Unicode Combining Diacritical Marks

I have the below filename: G:\auto-media\La meglio gioventù 2003 1080p BluRay DD5.1 x264-EA\La meglio gioventù 2003 1080p BluRay DD5.1 x264 P1-EA.mkv When this filename is passed to Filebot, this error is thrown: File does not exist: G:\auto-media\La meglio gioventu` 2003 1080p BluRay DD5.1 x264-EA\...
by samwell
04 Aug 2022, 23:37
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

Re: AMC not using IMDB id/url in sibling .nfo

I do this to enable hardlinks. You can't hardlink against the pool's virtual mount; you can only hardlink against the physical mount. That's really good to know. I shall remember that. In case it's helpful, below is the command I am using to convert from <pool_file_path> to <physical_file_path> dpc...
by samwell
01 Aug 2022, 03:49
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

Re: AMC not using IMDB id/url in sibling .nfo

The SxE pattern 4e77 in your file path unfortunately forces series mode in this case. The [4K.UHD] unfortunately breaks the Name (Year) movie pattern. This comment got me thinking some more, and I realize now how you're saying that this is misleading the AMC script. Unfortunately, I do not control ...
by samwell
22 Jun 2022, 01:54
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

Re: AMC not using IMDB id/url in sibling .nfo

The SxE pattern 4e77 in your file path unfortunately forces series mode in this case. The [4K.UHD] unfortunately breaks the Name (Year) movie pattern. This comment got me thinking some more, and I realize now how you're saying that this is misleading the AMC script. Unfortunately, I do not control ...
by samwell
22 Jun 2022, 00:42
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

Re: AMC not using IMDB id/url in sibling .nfo

Please try FileBot r9241 and check if it now works for your use case: https://www.filebot.net/forums/viewtopic.php?t=1609 :idea: There will likely be a new stable release within the next 2-3 months. Thanks! The new revision is working with the .nfo file: Input: D:\PoolPart.b8ddfd35-ad0d-4e77-9c2e-f...
by samwell
21 Jun 2022, 01:11
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

Re: AMC not using IMDB id/url in sibling .nfo

The SxE pattern 4e77 in your file path unfortunately forces series mode in this case. The [4K.UHD] unfortunately breaks the Name (Year) movie pattern. Also, the movie is from 2021 and not 2022 . Adding [tt13872248] to the file name might help to force movie mode for this file. I suspect that the ro...
by samwell
20 Jun 2022, 06:51
Forum: Scripting and Automation
Topic: AMC not using IMDB id/url in sibling .nfo
Replies: 10
Views: 2076

AMC not using IMDB id/url in sibling .nfo

Hello, I have been using Filebot for the past several months and have found it to be a great piece of software. Thanks for making this tool. However, I experienced a hiccup with a recent movie where it couldn't be identified by the filename via the AMC script, and attempts to manually specify the IM...