「Emby」- 常用配置

添加影库

我们也是首次使用,详细内容,参考 Emby Movie Naming : Emby 笔记。

虽然对影片命名有要求,但是也能够识别出在自定义目录中的影片。

识别在目录中的电影确实花了些时间。在添加电影目录后,不会立即显示在目录中的电影。

管理密码

How to disable password prompt? – Android TV / Fire TV – Emby Community

Settings => Password / Local Network Access / Local network sign in mode: Don’t require a password on the local network

字幕搜索

Open Subtitles

1)注册 opensubtitles 帐号;
2)在 Emby 中,Settings => Open Subtitles => 填写帐号信息 => Save;
3)在特定电影中,Edit Subtitles,进行字幕搜索;

影片命名规则

Emby Movie Naming : Emby

\Movies\Avatar (2009)\Avatar (2009).mkv
\Movies\Pulp Fiction (1994)\Pulp Fiction (1994).mp4
\Movies\Reservoir Dogs (1992)\Reservoir Dogs (1992).mp4
\Movies\The Usual Suspects (1995)\The Usual Suspects (1995).mkv
\Movies\Top Gun (1986)\Top Gun (1986).mp4

\Movies\A\Avatar (2009)\Avatar (2009).mkv
\Movies\P\Pulp Fiction (1994)\Pulp Fiction (1994).mp4
\Movies\R\Reservoir Dogs (1992)\Reservoir Dogs (1992).mp4
\Movies\T\The Usual Suspects (1995)\The Usual Suspects (1995).mkv
\Movies\T\Top Gun (1986)\Top Gun (1986).mp4

Name (Year) [tmdbid=xxxx]

/Movies
  /300 (2006)
  /300 (2006)/300 (2006) - 1080p.mkv
  /300 (2006)/300 (2006) - 1080p-trailer.mp4
  /300 (2006)/300 (2006) - 4K.mkv
  /300 (2006)/300 (2006) - 720p.mp4
  /300 (2006)/300 (2006) - extended edition.mp4
  /300 (2006)/300 (2006) - directors cut.mp4
  /300 (2006)/300 (2006) - 3D.hsbs.mp4
  
/Movies
  /Home Alone (1990)
     Home Alone (1990).mkv
       /extras
         deleted-scenes.mkv
       /behind the scenes
         video1.mkv
       /interviews
         video1.mkv 

剧集的命名规则(Emby TV Naming : Emby):

For example:

 \TV
    \Glee (2009)
       \Season 1
          Glee S01E01.mp4
          Glee S01E02.mp4
  \TV
     \Seinfeld (1989)
        Seinfeld S01E01.mp4
        Seinfeld S01E02.mp4 

For example:

 \TV
     \A-M
        \Glee (2009)
           \Season 1
              Glee S01E01.mp4
     \N-Z
        \Seinfeld (1989)
           \Season 1
              Seinfeld S01E01.mp4 

常见问题处理

root@laptop-k53sd:/opt/file-service/svc_media-server# ls
docker-compose.yaml  nginx.conf  README.md  Toolkit
root@laptop-k53sd:/opt/file-service/svc_media-server# vim docker-compose.yaml 
root@laptop-k53sd:/opt/file-service/svc_media-server# docker-compose up -d
Recreating embyserver ... error

ERROR: for embyserver  Cannot start service emby: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown

ERROR: for emby  Cannot start service emby: OCI runtime create failed: container_linux.go:380: starting container process caused: process_linux.go:545: container init caused: Running hook #0:: error running hook: exit status 1, stdout: , stderr: nvidia-container-cli: initialization error: driver error: failed to process request: unknown
ERROR: Encountered errors while bringing up the project.