<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>影视 on 盧瞳小站</title><link>https://oilu.cn/tags/%E5%BD%B1%E8%A7%86/</link><description>Recent content in 影视 on 盧瞳小站</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Mon, 13 Apr 2026 06:25:34 +0800</lastBuildDate><atom:link href="https://oilu.cn/tags/%E5%BD%B1%E8%A7%86/index.xml" rel="self" type="application/rss+xml"/><item><title>用 OpenList + emby2Alist + tmdb-proxy 搭一套可用的 Jellyfin</title><link>https://oilu.cn/posts/openlist+emby2alist+tmdb-proxy%E6%90%AD%E9%85%8Djellyfin%E5%85%A5%E9%97%A8%E5%88%B0%E5%85%A5%E5%9C%9F/</link><pubDate>Mon, 13 Apr 2026 06:25:34 +0800</pubDate><guid>https://oilu.cn/posts/openlist+emby2alist+tmdb-proxy%E6%90%AD%E9%85%8Djellyfin%E5%85%A5%E9%97%A8%E5%88%B0%E5%85%A5%E5%9C%9F/</guid><description>&lt;h2 id="用-openlist--emby2alist--tmdb-proxy-搭一套可用的-jellyfin">
&lt;a class="header-anchor" href="#%e7%94%a8-openlist--emby2alist--tmdb-proxy-%e6%90%ad%e4%b8%80%e5%a5%97%e5%8f%af%e7%94%a8%e7%9a%84-jellyfin">&lt;/a>
用 OpenList + emby2Alist + tmdb-proxy 搭一套可用的 Jellyfin
&lt;/h2>&lt;p>这套方案一次解决两件事：&lt;/p>
&lt;ul>
&lt;li>TMDb 元数据访问不稳定&lt;/li>
&lt;li>&lt;code>.strm&lt;/code> 播放时希望走 OpenList 的 &lt;code>302&lt;/code> 直链，而不是让 Jellyfin 自己探测和中转&lt;/li>
&lt;/ul>
&lt;p>最终链路分成两段：&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span>元数据:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>Jellyfin -&amp;gt; mitmproxy -&amp;gt; 你的 tmdb-proxy 域名 -&amp;gt; TMDb
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>播放:
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>客户端 -&amp;gt; emby2Alist -&amp;gt; Jellyfin
&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span> \-&amp;gt; OpenList -&amp;gt; 302 -&amp;gt; 真实网盘地址
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;h2 id="一先部署-tmdb-代理">
&lt;a class="header-anchor" href="#%e4%b8%80%e5%85%88%e9%83%a8%e7%bd%b2-tmdb-%e4%bb%a3%e7%90%86">&lt;/a>
一、先部署 TMDb 代理
&lt;/h2>&lt;p>项目使用 &lt;a href="https://github.com/imaliang/tmdb-proxy">&lt;code>imaliang/tmdb-proxy&lt;/code>&lt;/a>。&lt;/p>
&lt;p>部署步骤很简单：&lt;/p>
&lt;ol>
&lt;li>打开仓库主页&lt;br>
&lt;a href="https://github.com/imaliang/tmdb-proxy">https://github.com/imaliang/tmdb-proxy&lt;/a>&lt;/li>
&lt;li>点击 README 里的 &lt;code>Deploy with Vercel&lt;/code>&lt;/li>
&lt;li>在 Vercel 创建项目&lt;/li>
&lt;li>绑定你自己的域名，例如：&lt;/li>
&lt;/ol>
&lt;div class="highlight">&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-text" data-lang="text">&lt;span style="display:flex;">&lt;span>tmdb.example.com
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>说明：&lt;/p>
&lt;ul>
&lt;li>根路径 &lt;code>/&lt;/code> 跳转到 GitHub 项目页是正常现象&lt;/li>
&lt;li>真正代理的是 API 路径和 &lt;code>/t/p/*&lt;/code> 图片路径&lt;/li>
&lt;/ul>
&lt;h2 id="二在-openlist-里挂载网盘并生成本地-strm">
&lt;a class="header-anchor" href="#%e4%ba%8c%e5%9c%a8-openlist-%e9%87%8c%e6%8c%82%e8%bd%bd%e7%bd%91%e7%9b%98%e5%b9%b6%e7%94%9f%e6%88%90%e6%9c%ac%e5%9c%b0-strm">&lt;/a>
二、在 OpenList 里挂载网盘并生成本地 &lt;code>.strm&lt;/code>
&lt;/h2>&lt;p>这一段的目标是：让 OpenList 负责出真实下载地址，Jellyfin 只吃本地生成的 &lt;code>.strm&lt;/code> 文件。&lt;/p></description></item></channel></rss>