Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Fails With Long Filenames #2200

Closed
4 tasks done
networkproblemsolver opened this issue Oct 15, 2024 · 4 comments
Closed
4 tasks done

Merge Fails With Long Filenames #2200

networkproblemsolver opened this issue Oct 15, 2024 · 4 comments

Comments

@networkproblemsolver
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Operating System

Windows 10

Steps to reproduce

Hi, first I want to say WOW I LOVE LOSSLESS CUT!!! : )

And, I think I've found a bug...

If you have 3 files with the following names:

  • File-123a Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now●is the time Now is the time Now is the time Now Now.ts
  • File-123b Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now●is the time Now is the time Now is the time Now Now.ts
  • File-123c Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now is the time Now●is the time Now is the time Now is the time Now Now.ts

And try to CONCAT/MERGE... it fails... but if you rename them to:

  • File-123a.ts
  • File-123b.ts
  • File-123c.ts

They MERGE just fine.

Thx!!

Expected behavior

Should merge.

Actual behavior

Fails to merge.

Share log from developer tools

n/a

@mifi
Copy link
Owner

mifi commented Oct 20, 2024

Hi! which error do you get?

@networkproblemsolver
Copy link
Author

"Unable to merge files" (I have attached screenshots and the "report" from the app)
Error-File-1-Load
Error-File-2-Merge
Error-File-3-Fail
Error-File-4-The-Report.txt

@mifi
Copy link
Owner

mifi commented Oct 22, 2024

I think the problem might be the "●" character. did you try without it?

@mifi
Copy link
Owner

mifi commented Oct 22, 2024

I also get an error on MacOS if too long name. I will show a warning if the file name is too long

@mifi mifi closed this as completed in 6ddb397 Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants