You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the GUI proposes 'actions' and then 'further actions'. In the first case, no options are available other than 'run', in the second a few options are available, but are set for the whole fileset.
The proposal is to allow actions to be set on a per file (and per directory) basis, including no action (e.g. skip a large file for now). In the CLI this would be hard to handle, so the proposal is GUI specific. Affected: reporting (use actions lists now, need to find a way to move files/folders between).
Potentional help:
Selecting multiple rows is possible in Treeview widget (selectmode="browse" disables it).
Gui wise I think I have all I need. But the main painpoint will be to disentangle the execute*() functions in par2deep.py. I think using the lists already used (self.create,self.verifiedfiles_repairable) for the loops that execute*() runs is a good idea. Need to change/create a generic execute() that just runs is what's present in the self lists (these will have to be identified more clear).
Currently the GUI proposes 'actions' and then 'further actions'. In the first case, no options are available other than 'run', in the second a few options are available, but are set for the whole fileset.
The proposal is to allow actions to be set on a per file (and per directory) basis, including no action (e.g. skip a large file for now). In the CLI this would be hard to handle, so the proposal is GUI specific. Affected: reporting (use actions lists now, need to find a way to move files/folders between).
Potentional help:
The text was updated successfully, but these errors were encountered: