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

Modify actions per file/subdir in file tree. #5

Open
brenthuisman opened this issue Apr 11, 2020 · 1 comment
Open

Modify actions per file/subdir in file tree. #5

brenthuisman opened this issue Apr 11, 2020 · 1 comment

Comments

@brenthuisman
Copy link
Owner

Requires fancier file tree view (i.e. the file tree below action categories).

This was referenced Apr 11, 2020
@brenthuisman
Copy link
Owner Author

Fancier means an actual tree view (so actions can be modified per subdir in addition to per file).

I think the way to implement it is to move files between the file lists (e.g. self.create, self.verifiedfiles_err,self.verifiedfiles_repairable), or get rid of those lists and use something like the table shown in the GUI also in the par2deep class: associate an action to a file, which can be modified. Looping in the execute function then just need to filter instead of using the dedicated list.

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

1 participant