List view
- This milestone is focused on ensuring that V2Mp3 is compatible across multiple widely-used operating systems. - E.g. MacOS, Linux, etc. - Achieving this goal will likely come to fruition slowly, and across multiple commits and version updates. - Existing libraries responsible for file-type conversion and/or downloads may need to be replaced with other solutions with cross-compatibility in mind.
No due date- This milestone is quite important; not everyone has a Python environment installed who may wish to utilize this program. - The main goal is to create a self-contained version of V2Mp3 that can be run without a Python environment/dependencies. - Converting software to an executable may pose several challenges. - `pyinstaller` unfortunately encounters several issues when attempting to convert V2Mp3 to an .exe - Need to look into alternatives.
No due date- The goal of this milestone is to implement a progress bar that works with both video-audio conversion, as well as video downloads. - Main obstacle has to do with the libraries used to convert video-audio being meant for CLI applications as opposed to GUI. - The library's built-in progress bar can only be displayed through a console, and unfortunately does not contain any methods exposing the processes needed to get pertinent information regarding download stats.
No due date