[Enhancement] added desktop-file #485

Closed
opened 2026-02-06 19:45:41 +03:00 by OVERLORD · 10 comments
Owner

Originally created by @varlesh on GitHub (Mar 3, 2019).

Will be good added desktop-file for run Jellyfin. This quick access for open server and comfortable ;)
For example:

[Desktop Entry]
Categories=Audio;Music;Video;Player;Media;
Comment=Manage your Jellyfin Media
Exec=x-www-browser http://localhost:8096
GenericName=Jellyfin
Icon=jellyfin
Name=Jellyfin
StartupNotify=true
Terminal=false
Type=Application
Originally created by @varlesh on GitHub (Mar 3, 2019). Will be good added desktop-file for run Jellyfin. This quick access for open server and comfortable ;) For example: ``` [Desktop Entry] Categories=Audio;Music;Video;Player;Media; Comment=Manage your Jellyfin Media Exec=x-www-browser http://localhost:8096 GenericName=Jellyfin Icon=jellyfin Name=Jellyfin StartupNotify=true Terminal=false Type=Application ```
OVERLORD added the enhancement label 2026-02-06 19:45:41 +03:00
Author
Owner

@varlesh commented on GitHub (Mar 3, 2019):

how this work:
https://youtu.be/IKKflXYgac0

@varlesh commented on GitHub (Mar 3, 2019): how this work: https://youtu.be/IKKflXYgac0
Author
Owner

@onny commented on GitHub (Mar 5, 2019):

Hm this is quite unusual. Normally you don't have desktop shortcuts to web service pages. This would make more sense in the future for a jellyfin-desktop player/app.

@onny commented on GitHub (Mar 5, 2019): Hm this is quite unusual. Normally you don't have desktop shortcuts to web service pages. This would make more sense in the future for a jellyfin-desktop player/app.
Author
Owner

@varlesh commented on GitHub (Mar 5, 2019):

@onny Why not? Plex already have desktop file too...

@varlesh commented on GitHub (Mar 5, 2019): @onny Why not? Plex already have desktop file too...
Author
Owner

@JustAMan commented on GitHub (Mar 6, 2019):

Idea itself is good, but cannot be implemented as simple as this, as URL to access the Jellyfin server is configurable. So there's need to have a middle program that would read Jellyfin config, compose the URL and then launch a web browser.

@JustAMan commented on GitHub (Mar 6, 2019): Idea itself is good, but cannot be implemented as simple as this, as URL to access the Jellyfin server is configurable. So there's need to have a middle program that would read Jellyfin config, compose the URL and then launch a web browser.
Author
Owner

@RazeLighter777 commented on GitHub (Mar 7, 2019):

I thought we weren't going to launch the web page upon start-up anymore?

@RazeLighter777 commented on GitHub (Mar 7, 2019): I thought we weren't going to launch the web page upon start-up anymore?
Author
Owner

@JustAMan commented on GitHub (Mar 7, 2019):

This is not about launching a page on startup, it's more like browser bookmark for jellyfin instance being put to the desktop.

@JustAMan commented on GitHub (Mar 7, 2019): This is not about launching a page on startup, it's more like browser bookmark for jellyfin instance being put to the desktop.
Author
Owner

@varlesh commented on GitHub (Mar 7, 2019):

@JustAMan Yes, you right... Also localhost:8096 it's default URL. if user change port, need fix that on desktop file. I think it's not problem with sed ))

@varlesh commented on GitHub (Mar 7, 2019): @JustAMan Yes, you right... Also `localhost:8096` it's default URL. if user change port, need fix that on desktop file. I think it's not problem with sed ))
Author
Owner

@JustAMan commented on GitHub (Mar 7, 2019):

If a user is experienced enough to work with sed they should have no problem creating a bookmark in their browser or a shortcut to said bookmark themselves :)

That said, small little program that would read up the URL from Jellyfin settings at launch is still possible :)

@JustAMan commented on GitHub (Mar 7, 2019): If a user is experienced enough to work with `sed` they should have no problem creating a bookmark in their browser or a shortcut to said bookmark themselves :) That said, small little program that would read up the URL from Jellyfin settings at launch is still possible :)
Author
Owner

@EraYaN commented on GitHub (Mar 8, 2019):

This should probably be in the form of jellyfin --launch-browser so we don't have to do any external parsing of stuff.

@EraYaN commented on GitHub (Mar 8, 2019): This should probably be in the form of `jellyfin --launch-browser` so we don't have to do any external parsing of stuff.
Author
Owner

@jellyfin-bot commented on GitHub (Jul 29, 2019):

We are moving all feature and enhancement requests to our new Fider platform here. This new platform lets people vote on and better manage such requests.
This request now lives here.

@jellyfin-bot commented on GitHub (Jul 29, 2019): We are moving all feature and enhancement requests to our new Fider platform [here](https://features.jellyfin.org/). This new platform lets people vote on and better manage such requests. This request now lives [here](https://features.jellyfin.org/posts/205/enhancement-added-desktop-file).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#485