/yt-dlp-metadata2nfo

Generate NFO files (for emby / jellyfin / plex) as metadata files from yt-dlp's .info.json files.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

yt-dlp-metadata2nfo

Generate NFO files (for emby / Jellyfin / Plex) as metadata files from yt-dlp's metadata files(*.info.json).

Support Youtube, AcFun and Bilibili.

Usage

  1. yt-dlp --write-info-json 'https://video_url' for saving metadata to *.info.json
  2. git clone https://github.com/unacro/yt-dlp-metadata2nfo.git && cd yt-dlp-metadata2nfo
  3. poetry install
  4. cp .env.example .env and edit .env file
  5. poetry run start

Notice: Need enable NFO as first prority metadata saver.

注意:控制台 > 媒体库 > 管理媒体库 > 媒体资料储存方式:勾上 NFO 并作为首选项。