mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Rework source to move UI to QT6 and comply with GitHub ToS
This commit is contained in:
37
src/app/desktop-translations/qmmp_bg.desktop.in
Normal file
37
src/app/desktop-translations/qmmp_bg.desktop.in
Normal file
@@ -0,0 +1,37 @@
|
||||
[Desktop Entry]
|
||||
X-Desktop-File-Install-Version=0.11
|
||||
Name=Qmmp
|
||||
Comment=Qt4-based Multimedia Player
|
||||
GenericName=Audio player
|
||||
Keywords=player;audio;video;multimedia;
|
||||
Exec=qmmp %F
|
||||
Icon=qmmp
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=AudioVideo;Player;Audio;Qt;
|
||||
MimeType=application/x-ogg;audio/mp3;audio/mpeg;audio/flac;audio/x-mp3;audio/x-mpeg;audio/x-ms-wma;audio/x-musepack;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mpegurl;audio/x-it;audio/x-mod;audio/x-s3m;audio/x-stm;audio/x-xm;audio/x-ape;application/x-cue;x-content/audio-cdda;audio/x-ffmpeg-shorten;
|
||||
X-KDE-StartupNotify=false
|
||||
Actions=Play;Pause;Stop;Previous;Next;
|
||||
|
||||
[Desktop Action Play]
|
||||
Name=Play
|
||||
Exec=qmmp --no-start --play
|
||||
|
||||
[Desktop Action Pause]
|
||||
Name=Pause
|
||||
Exec=qmmp --no-start --pause
|
||||
|
||||
[Desktop Action Stop]
|
||||
Name=Stop
|
||||
Exec=qmmp --no-start --stop
|
||||
|
||||
[Desktop Action Previous]
|
||||
Name=Previous
|
||||
Exec=qmmp --no-start --previous
|
||||
|
||||
[Desktop Action Next]
|
||||
Name=Next
|
||||
Exec=qmmp --no-start --next
|
||||
|
||||
|
||||
# Translations
|
Reference in New Issue
Block a user