SavageCore / torf-gui

An advanced GUI torrent file creator with batch functionality, powered by PyQt and torf
https://pypi.org/project/torf-gui/
GNU General Public License v3.0
22 stars 0 forks source link

batch mode crash #3

Closed evafans closed 8 months ago

evafans commented 9 months ago

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

SavageCore commented 9 months ago

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.

SavageCore commented 9 months ago

Released as v0.2.1

evafans commented 9 months ago

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

Brenex commented 8 months ago

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

SavageCore commented 8 months ago

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
Lebon14 commented 8 months ago

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

SavageCore commented 8 months ago

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 8 months ago

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

SavageCore commented 8 months ago

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