Add the ability to handle zip and directory input#2
Add the ability to handle zip and directory input#2ssb22 wants to merge 4 commits intoaphtech:mainfrom ssb22:main
Conversation
|
I need to look at this closely and also plan to raise it as a discussion tomorrow at the project meeting. However from a technical point of view I have some initial thoughts. This project is primarily a library for use in other project UI frontends and any scripts contained in this project were really added mainly to aid development and serve as an example to anyone looking to implement a UI frontend tool which uses this library. How to handle files feels more like a frontend UI matter and to hard code functionality like processing ZIP files in this library does not sit well with me. You may want to look at https://github.com/aphtech/Convert2EBRL which is the APH primary user interface for converting BRF into eBraille. |
|
Thanks. It's useful to have a non-GUI command-line tool for those of us who don't get on very well with GUIs. |
|
This pull request was discussed yesterday at the project meeting and it raised a more general question of how we would like to handle pull requests, especially when adding features. The feeling is that issues should be created first so that the full detail of how things should work can be discussed before implementation. As an example here are some questions specific to this which should have been dealt with in a discussion pre-implementation:
|
|
Thanks, raised as aphtech/Convert2EBRL#1 for discussion there. |
Hi, thanks for all your hard work on brf2ebrl. This merge request adds the ability for the
convert()function and thebrf2ebrlcommand to take input from one or morezipfiles or directory (folder) names as well as individual.brf/.brlfiles..brf/.brlfiles),zipfile is given, it is unpacked to a temporary directory, which is then scanned and deleted after use.