Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UR/FR] 增加对 Jellyfin-Vue web客户端的支持, Add support for Jellyfin-Vue #24

Open
t0ury opened this issue Jan 10, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@t0ury
Copy link

t0ury commented Jan 10, 2024

关于Jellyfin-Vue

Jellyfin-Vue 是一个新的,用Vue写的web客户端替代方案,是Jellyfin Project的一员。

官方实例

jellyfin-vue 和 jellyfin-web <video> html块的比较

jellyfin-web

...
<div class="videoPlayerContainer" style="animation: 240ms ease-in 0s 1 normal none running htmlvideoplayer-zoomin;">
    <video class="htmlvideoplayer" preload="metadata" autoplay="autoplay" webkit-playsinline="" playsinline="" 
         poster="https://jellyfin.doamin.com/Items/xxxxxxxxxxxxxxxxxxx/Images/Backdrop? 
         quality=100&amp;tag=xxxxxxxxxxxxxxxxxxxxb" crossorigin="anonymous"
         src="blob:https://jellyfin.domain.com/xxxxxx-xxx- 
         xxxx-xxxx" ede_listening="true">
    </video>
...
</div>

jellyfin-Vue

...
...
<div class="h-100" style="transform-origin: center center;">
    <main data-v-d9d1be2c="" class="v-main fullscreen-video-container fill-height no-cursor" style="--v-layout-left: 0px; --v-layout-right: 0px; --v-layout-top: 0px; --v-layout-bottom: 0px;">
    <!---->
    <!---->
        <video poster="https://jellyfin.domain.com/Items/xxxxxxxxxxxxxx/Images/Backdrop?imgTag=xxxxxxxxxx&amp;
                quality=90" autoplay="" crossorigin="anonymous" playsinline="" class="stretched" style="">
            <source type="video/mp4" src="blob:https://jellyfin-vue.domain.com/xxxx-xxxx-xxxx-xxxx-xxxxxxxxxx">
        </video>
    </main>
</div>
...
...
</div>
@t0ury t0ury added the enhancement New feature or request label Jan 10, 2024
@Izumiko
Copy link
Owner

Izumiko commented Jan 11, 2024

这个感觉更适合把弹幕功能写成Jellyfin-Vue的一个component,然后自己编译一份再托管。但是这个项目现在不少基本功能都还不能正常使用,还是再等等吧

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants