SavageCore/torf-gui

batch mode crash

Closed this issue · 9 comments

batch mode never work on my end, it crashes on both of my computers (win 10 and 11).
single mode works fine.

I have a fix for this incoming, it's currently in the https://github.com/SavageCore/torf-gui/tree/feature/mediainfo branch. I'll try and rip that out and make a quick release later today, thanks.

Released as v0.2.1

If it's files inside a forder, it works.
Forders inside a forder, still crashes.

Brenex commented

Sorry, I just realized this is what I experienced today too

Worth noting dottorrent-gui displays Input path must be non-empty when selecting a folder of folders like so:

folder/
		subfolder/
						file
		subfolder2/
						file
		subfolder3/
						file


As far as I know, most folders had sub-folders and none were empty.

I decided to fix this in the same way as dottorrent-gui, thus preventing the hard crash. I've created #12 to track sub-folder support.

Released as 0.2.5

Brenex commented

Doesn't work for me:
CleanShot 2023-11-04 at 22 59 04@2x

@Brenex That's the expected behaviour now. Emulating dottorrent-gui. #12 will allow it to work once done.