vinceliuice / Tela-circle-icon-theme

Tela-circle-icon-theme
687 stars 44 forks source link

[Icon Request] Jellyfin Media Player #148

Closed XiXinping closed 1 year ago

XiXinping commented 1 year ago

Desktop client using jellyfin-web with embedded MPV player. Supports Windows, Mac OS, and Linux. Media plays within the same window using the jellyfin-web interface unlike Jellyfin Desktop. Supports audio passthrough. Based on Plex Media Player.

Homepage: https://jellyfin.org/posts/client-jmp/

Provided .desktop file:

[Desktop Entry]
Version=1.0
Name=Jellyfin Media Player
Comment=Desktop client for Jellyfin
Exec=jellyfinmediaplayer
Icon=com.github.iwalton3.jellyfin-media-player
Terminal=false
Type=Application
StartupWMClass=jellyfinmediaplayer
Categories=AudioVideo;Video;Player;TV;

Actions=DesktopF;DesktopW;TVF;TVW

[Desktop Action DesktopF]
Name=Desktop [Fullscreen]
Exec=jellyfinmediaplayer --fullscreen --desktop

[Desktop Action DesktopW]
Name=Desktop [Windowed]
Exec=jellyfinmediaplayer --windowed --desktop

[Desktop Action TVF]
Name=TV [Fullscreen]
Exec=jellyfinmediaplayer --fullscreen --tv

[Desktop Action TVW]
Name=TV [Windowed]
Exec=jellyfinmediaplayer --windowed --tv

Provided .png icon

Thanks!