From 3cc66b9726d92bec60321156221a17f5385b7760 Mon Sep 17 00:00:00 2001 From: Arne Elster Date: Tue, 21 Dec 2021 05:59:07 +0100 Subject: [PATCH] Base: Associate mp3 files with SoundPlayer Also give them the sound icon. --- Base/etc/FileIconProvider.ini | 2 +- Base/res/apps/SoundPlayer.af | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Base/etc/FileIconProvider.ini b/Base/etc/FileIconProvider.ini index 8841879a68..0a7fd9e40b 100644 --- a/Base/etc/FileIconProvider.ini +++ b/Base/etc/FileIconProvider.ini @@ -20,7 +20,7 @@ gml=*.gml palette=*.palette pdf=*.pdf python=*.py -sound=*.wav,*.flac +sound=*.wav,*.flac,*.mp3 spreadsheet=*.sheets,*.csv text=*.txt truetype=*.ttf diff --git a/Base/res/apps/SoundPlayer.af b/Base/res/apps/SoundPlayer.af index 13222d2b73..87d75a4d04 100644 --- a/Base/res/apps/SoundPlayer.af +++ b/Base/res/apps/SoundPlayer.af @@ -4,4 +4,4 @@ Executable=/bin/SoundPlayer Category=Sound [Launcher] -FileTypes=flac,m3u,m3u8,wav +FileTypes=mp3,flac,m3u,m3u8,wav