Releases: Angel-del-dev/Achilles
V.1.0.2
Notes of the release
Opening video files
On executing Achilles for the first time, it will automatically create all the necessary register entries and assign .mp4
files to be able to be opened with Achilles directly.
In order to do so, right click
on any .mp4
file and select Open with
. Achilles will be an available option
Fixed issues
- The text in the configuration dropdown indicating the visibility state on the playlist panel has been corrected
V1.0.1
Changed the proyect icon and name
v1.0-release
The executable automatically installs the application and the required database.
It also creates an uninstall executable
Created with Inno Setup
V1.0
Changed the way to store and access media elements
From JSON FIles to SQLITE
Reworked the overall style and added more functionalities regarding playlists
v0-beta-1
Custom videplayer
Language: Delphi
Date creation: 2024-11-10
APIs: ActiveX, Windows Media player
Architecture: 32bits
Notes
When executing for the first time, it will create all necessary files
Functionalities
-
Add a specific Video file
-
Add all Video files from a folder (Recursive)
- CheckBox to remove old saved Data
-
Filter by name
- OnKeyUp
- Displays a label next to the input to show the amount of similar items
- Displays a ComboBox with every similar item
- OnKeyUp
-
ComboBox width similar items
- Click
- The item is selected in the ListBox container ready for the User's OnClick event
- Click
-
Select a Video
- OnClick
- A loader is displayed and when the Video is loaded it disapears and the Selected Video starts playing
- OnClick
-
Watching a Video
- OnStop
- The Video disapears and the previous screen is shown
- OnStop