forked from videomorph-dev/videomorph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
28 lines (25 loc) · 1.2 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
TODO List:
----------
Next version (2.0):
- Implement a Dialog to generate the conversion commands using the ffmpeg options
- Update and improve tests and coverage
- Create an user manual
- Define a README.rst file to be included in source package
- Improve the icons visualization
- Automate the process of creating the Portable Edition on Linux and Windows
- Add notifications (text and sound) when video conversion is finished
BugFix:
- App freezes with certain movies when reading ffprobe output on Windows platform
Someday:
- Pack in .rpm format
- Pack for Arch Linux
- Pack as standard binary package, not as a Python package
- Implement the main window interface in a separated module, maybe mainwindow.py
- Implement an alternative class for _Converter (subprocess maybe) to decouple from PyQt5
- Move the business logic present in videomorph.py, about.py and other views to converter
package
- Move the HTML text hardcoded in about.py to a file distributed as doc. Read the about
info from that file as done with the license
- Define a git work flow for the project
- Pack in Flatpak or Snap
- Implement model/view/controller pattern