Archives

Multimedia development 03-07-2026

July 5, 2026
Multimedia Player 3.1 release Full changelog (Added) Allow spectrogram color palette selection with in-combobox gradient preview, including an Adaptive palette that follows the active skin. (Updated) Debug window: architecture indicator and memory working-set display. (Updated) Skin... Read more

Multimedia development 19-06-2026

June 19, 2026
Multimedia Player 3.0 release Today marks the day with a new release for Multimedia Player. Version 3.0 is our biggest release yet. Under the hood, Multimedia Player has been rebuilt on a modern foundation. We migrated it all the way from its original 2008 Delphi 7 codebase to... Read more

Multimedia development 04-24-2025

April 24, 2025
Multimedia Player 2.1 release Today marks the day with a new release for Multimedia Player.  We hope you will enjoy this new version.   (Added) Support for new audio file (*.adx, *.opus) (Added) Sanity check every user inputs and validate configs during load time. (Added) Painted a... Read more

Multimedia development 07-29-2019

July 29, 2019
Multimedia Player 2.0 release. Today marks the day with a new release for Multimedia Player. It has been 4 years since last update. The main reason why it took so long is that we wanted to release a stable version with video support. It took a while to get it right & during this time we took... Read more

Multimedia development 02-23-2019

February 23, 2019
Here's what we've been cooking for the last few weeks: (Added) Spectrogram visualization. (Updated) Playlist Search searches automatically through artist, title & filename in this order + redesign. No more ridiculous searches. Ex: Before, to search for an artist named Floex, you had to... Read more

Multimedia development 02-06-2019

February 6, 2019
I know there has not been a lot of updates on Multimedia Player since forever but it is mainly due to the fact that we've been working really hard on adding video support & improving the player overall. Here's what to be expected in the upcoming version 2.0 (list is subject to... Read more

How to create a self-signed certificate

June 17, 2016
1 - Creating the certificate First, make sure you have "Microsoft Windows SDK for Windows and .NET Framework 4" kit installed first. https://www.microsoft.com/en-us/download/details.aspx?id=8279 I created a bat file to automate the process of creating a self-signed certificate. Make sure to... Read more

Multimedia development 06-15-2016

June 15, 2016
(Added) possibility to read videos & DVD. (Added) possibility to show/hide subtitles. (Added) Windows UAC manifest to give admin access to the application (necessary Windows 8 >) Ex : Access to Window's registry (Added) possibility to dis/enable Notifications (was frustrating on... Read more

Multimedia development 02-19-2016

February 20, 2016
Fix the TStringList of Delphi7 We came on an annoying bug with the TStringList of delphi7. At the end of the list, there's always a linebreak (#10#13) added. We found 2 different solutions to this problem. Either we had to patch the component itself, or we just had to remove the last character... Read more

Multimedia development 02-03-2016

February 3, 2016
Starting to look to add the possibility to play videos/DVD with multimedia. Some early implementations & tests are already in place. Reworked the "update multimedia" function. Fixed various minor bugs. Read more