mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-21 19:34:11 +02:00
2107d1c928
* Adding Graphic Eq and Compressor with presets
15 lines
420 B
Cheetah
Executable File
15 lines
420 B
Cheetah
Executable File
#!/usr/bin/env xdg-open
|
|
[Desktop Entry]
|
|
Name=Feishin
|
|
GenericName=Music player
|
|
Exec=${FEISHIN_DESKTOP_EXECUTABLE} ${FEISHIN_DESKTOP_ARGS}
|
|
TryExec=${FEISHIN_DESKTOP_EXECUTABLE}
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=org.jeffvli.feishin
|
|
StartupWMClass=feishin
|
|
SingleMainWindow=true
|
|
Categories=AudioVideo;Audio;Player;Music;
|
|
Keywords=Navidrome;Jellyfin;Subsonic;OpenSubsonic
|
|
Comment=A player for your self-hosted music server
|