7 python3Packages.buildPythonApplication rec {
15 hash = "sha256-YMki+1rC726RtbZceoVbcpk/Gi3F81xxERQjpqLjn+A=";
18 build-system = with python3Packages; [
23 dependencies = with python3Packages; [
32 "--set YTDL_SUB_FFMPEG_PATH ${lib.getExe' ffmpeg "ffmpeg"}"
33 "--set YTDL_SUB_FFPROBE_PATH ${lib.getExe' ffmpeg "ffprobe"}"
37 homepage = "https://github.com/jmbannon/ytdl-sub";
38 description = "Lightweight tool to automate downloading and metadata generation with yt-dlp";
40 ytdl-sub is a command-line tool that downloads media via yt-dlp and prepares it for your favorite media player, including Kodi, Jellyfin, Plex, Emby, and modern music players. No additional plugins or external scrapers are needed.
42 changelog = "https://github.com/jmbannon/ytdl-sub/releases/tag/${version}";
43 license = lib.licenses.gpl3Only;
44 maintainers = with lib.maintainers; [
47 mainProgram = "ytdl-sub";