Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trouble with subtitles #964

Open
jsuelwald opened this issue Apr 13, 2024 · 0 comments
Open

Trouble with subtitles #964

jsuelwald opened this issue Apr 13, 2024 · 0 comments

Comments

@jsuelwald
Copy link

jsuelwald commented Apr 13, 2024

Subtitles aren't downloaded. What am I doing wrong? (Yeah, the videos downloaded do have subtitles for at least one of the configured languages. i also updated yt-dl to a more recent version, this didn't fix this issue.

ytdl-sub -c config.yaml sub media.yaml

--- config.yaml ---

presets:
  base:
    # Embed chapters into video files
    chapters:
      embed_chapters: True

    # Embed English subtitles into video files (supports more)
    subtitles:
      #subtitles_name: "{title_sanitized}.{lang}.{subtitles_ext}"
      #subtitles_type: "srt"
      embed_subtitles: True
      languages:
        - "en"  # supports multiple languages
        - "de"
      allow_auto_generated_subtitles: True

--- media.yaml ---

__preset__:
  overrides:
    tv_show_directory: "/mnt/dl/yt"  # Root folder of all ytdl-sub TV Shows

    # For 'Only Recent' preset, only keep vids within this range and limit
    only_recent_date_range: "7days"
    only_recent_max_files: 300

Jellyfin TV Show by Date:
  = Documentaries | Only Recent:
    "Code Bullet": "https://www.youtube.com/@CodeBullet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant