diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..dbffdb4 Binary files /dev/null and b/icon.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ad11dc --- /dev/null +++ b/index.html @@ -0,0 +1,868 @@ + + + + + + + + + + + + + + + + + + EmbyX + + + + + + + +
+ + +
+ +
+ + +
+
+
+ +
+

点击开始播放

+
+
+ + +
+ +
+
+ +
+ 收藏 +
+ + + +
+
+ +
+ 清屏 +
+ + +
+
+ + +
+ 全屏 +
+ + +
+
+ +
+ 静音 +
+
+ + +
+ +
+

正在初始化...

+

请点击右下角“我的”进行服务器配置

+
+ + +
+
+
+ + +
+ 00:00 + 00:00 +
+
+ + +
+
+
+ + 顺序播放 +
+
+ + 媒体库 +
+
+ + 已收藏 +
+
+ + 我的 +
+
+
+ + +
+ +
+ + 个人中心 +
+ +
+ +
+

+ 服务器配置 +

+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ + +
+

+ 关于项目 +

+
+ +
+

📱 EmbyX

+ v1.0 +
+ + +
+

💡 简介:这是一个技术小白借助 AI 代码工具和 Emby 官方 API 制作的 Web 应用,仿抖音风格浏览下载的短视频。目前功能还很简陋,就当抛砖引玉了,欢迎技术大佬指点或直接二改。

+
+ + +
+ 提醒:本演示站点的数据仅本地保存,为保障稳定和隐私,建议私有化部署。 +
+ + +
+

🧩 用法

+
    +
  • 苹果 Safari 浏览器【分享-添加到主屏幕】,即可实现 PWA 全屏应用。
  • +
  • 安卓 Chrome/Edge 浏览器,请直接使用全屏按钮。
  • +
  • 如需自动化、批量下载视频,推荐搭配 yt-dlpgallery-dlDouyin_TikTok_Download_API 等开源项目。
  • +
  • 本人另有独家适配的苹果、安卓快捷指令,可一键下载视频到 NAS,然后实现 Emby 自动入库。
  • +
+
+ + +
+

👨🏻‍💻 数字名片:@谢週五

+

🏠 更多内容:谢週五の藏经阁

+
+
+
+
+
+ + + + + +
+ 提示信息 +
+ +
+ + + + \ No newline at end of file diff --git a/manifest.json b/manifest.json new file mode 100644 index 0000000..aa0939d --- /dev/null +++ b/manifest.json @@ -0,0 +1,21 @@ +{ + "name": "EmbyX", + "short_name": "EmbyX", + "start_url": "./index.html", + "display": "standalone", + "background_color": "#000000", + "theme_color": "#000000", + "description": "Emby Short Video Player", + "icons": [ + { + "src": "icon.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icon.png", + "sizes": "512x512", + "type": "image/png" + } + ] +} \ No newline at end of file