jellyfin / jellyfin-vue

A modern web client for Jellyfin based on Vue
https://jellyfin.org
GNU General Public License v3.0
1.26k stars 226 forks source link

[ Improvement Request ] Jellyfin Vue Desktop #1793

Closed AnonymousWebHacker closed 1 year ago

AnonymousWebHacker commented 2 years ago

I was reading this number, and it is closed without solving https://github.com/jellyfin/jellyfin-vue/issues/910

In my case, the videos are h265 and the browsers are not able to play the videos. A desktop version is necessary, with an mpv below

ferferga commented 2 years ago

Did you check our Tauri builds?

See artifacts of this run: https://github.com/jellyfin/jellyfin-vue/actions/runs/3029446124

Tauri just gets the client bundled without any special treatment, so probably H265 won't still work, but you can try it in the meantime

AnonymousWebHacker commented 2 years ago

wow, I didn't know they were already building for desktop.

I was reviewing and it looks great, a few tweaks, and it's perfect Captura desde 2022-09-12 13-54-07

maybe it's the wrong place, but I'll leave these improvements

improvements

left sidebar -- > I could add the option to hide, resize or only show the icons (it takes up space in viewing the indexed content).

Improve video playback with more efficient formats for streams (av1, vp8, vp9, h265 HEVC) (I think it's time to incorporate mpv libraries).

On the Welcome Home screen, there is a slider with the latest content. It's very cool, but it's useless, without some metadata, like about (what the movie or series is about).

Full Screen

If there is a single video, with only 1 internal embedded audio, and with only 1 subtitles (or no subtitles), it is not necessary to pull out a collapsible list with those options.

They should take more advantage of the backdrop and landscape data from the movie or serie

bvoo commented 2 years ago

Are there any plans to embed MPV into this akin to jellyfin-media-player?

AnonymousWebHacker commented 2 years ago

Are there any plans to embed MPV into this akin to jellyfin-media-player?

You ask the option to embed mpv to jellyfin-vue or jellyfin-media-player? Media_player has an mpv below

bvoo commented 2 years ago

Into jellyfin-vue

ferferga commented 1 year ago

Closing this as there's already a desktop player ready to use and further improvements to it are down the roadmap, but this issue doesn't tackle any of them specifically (regarding a desktop version of the client). I take into consideration the rest of the feedback, but if further discussion is needed, a discussion must be opened for each point individually.

AnonymousWebHacker commented 1 year ago

@ferferga Could you publish the builds (deb, exe , ..etc as releases?

ferferga commented 1 year ago

@ferferga Could you publish the builds (deb, exe , ..etc as releases?

We have Docker as of now only, for those to work we would need to make releases, which will only happen when we feel major milestones/features etc are reached.