SerenityOS build: Monday, November 14
Images 💾⌗
- serenity-x86_64-20221114-7649feb.img.gz (Raw image, 139.87 MiB)
- serenity-x86_64-20221114-7649feb.vdi.gz (VirtualBox VDI, 139.54 MiB)
Last commit ⭐⌗
commit 7649feb26f83f35f4ea3eb42849df8b7a389cc12
Author: Lucas CHOLLET <lucas.chollet@free.fr>
AuthorDate: Tue Oct 4 01:07:18 2022 +0200
Commit: Andrew Kaster <akaster@serenityos.org>
CommitDate: Sun Nov 13 18:51:18 2022 -0700
SoundPlayer: Load cover image from music files
When the visualization is set to "Album Cover", the player will now try
to load the embedded image. On failure, it defaults to a "Cover" image
file in the directory.
In Player::play_file_path, file_name_changed now needs to be executed
after that the loader have been set, to get the correct image.
Other builds