mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Enhancement] added desktop-file #485
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@varlesh commented on GitHub (Mar 3, 2019):
how this work:
https://youtu.be/IKKflXYgac0
@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.
@varlesh commented on GitHub (Mar 5, 2019):
@onny Why not? Plex already have desktop file too...
@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.
@RazeLighter777 commented on GitHub (Mar 7, 2019):
I thought we weren't going to launch the web page upon start-up anymore?
@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.
@varlesh commented on GitHub (Mar 7, 2019):
@JustAMan Yes, you right... Also
localhost:8096it's default URL. if user change port, need fix that on desktop file. I think it's not problem with sed ))@JustAMan commented on GitHub (Mar 7, 2019):
If a user is experienced enough to work with
sedthey 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 :)
@EraYaN commented on GitHub (Mar 8, 2019):
This should probably be in the form of
jellyfin --launch-browserso we don't have to do any external parsing of stuff.@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.