Emby

部署emby

docker compose

网上也有开心版,不需要硬件解码的没必要

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
services:
  emby:
    image: linuxserver/emby:latest
    container_name: emby
    volumes:
      - ./config:/config
      - /mnt/h1:/data
    #devices:
      #- /dev/dri:/dev/dri
    ports:
      - 8096:8096
    network_mode: 'host'
    restart: always
    dns:
      - 208.67.222.222

在宿主机添加hosts(或者设置extra_hosts)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
vim /etc/hosts
# 最佳ip https://tools.ipip.net/ping.php

===
2600:9000:2135:c00:c:174a:c400:93a1 api.themoviedb.org
2600:9000:2135:2800:c:174a:c400:93a1 api.themoviedb.org
13.224.163.120          api.themoviedb.org
13.224.163.98           api.themoviedb.org
13.226.125.88           api.thetvdb.com
13.35.157.141           api.thetvdb.com
84.17.37.217            image.tmdb.org
169.150.207.212         image.tmdb.org
===

设置

注意事项:

  1. 设置-媒体库-编辑:

    元数据获取器要设置当地网络能连接上的,建议只选themoviedb 语言选中文简体, 地区选中国,首选图像下载语言:Javanese

  2. 设置-播放-家庭网络质量: 选局域网里最快的速度

  3. 用户: 取消解码编码相关

  4. 计划任务: 删除不需要的,调短扫描时间

刮削

参考教程: https://post.smzdm.com/p/aenzm444/

  • 命名:
  1. https://www.themoviedb.org/
  2. https://thetvdb.com/
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
tv: 放季度更新的番剧
    番剧的名称
        S0: 特殊, 例如SP
        S1: 第一季
            S01E01.mp4
            S01E02.mp4
        S2: 第二季
movie: 放电影
    电影名
        电影名.mp4
Built with Hugo
Theme Stack designed by Jimmy