Files
wizarr/wizard_steps/plex/99_tips.md
Matthieu B fc49da65f6 refactor: fix ruff linting and ty type errors
- Fix invalid parameter defaults: library_id: str | None = None
- Replace try-except-pass with contextlib.suppress()
- Remove unnecessary dict.keys() calls
- Remove unnecessary variable assignments before return
- Combine nested if statements
- Add type ignore comments for intentional shadowing
- Add type ignore comments for SQLAlchemy dynamic attributes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 22:06:15 +02:00

701 B
Raw Permalink Blame History

title
title
{{ _('Tips for the best experience') }}

🎞 {{ _('Get the best quality') }}

{{ _('Plex sometimes defaults to low quality or shows its own adverts first. Here's how to fix that:') }}

  1. {{ _('Disable trailers & extras') }} {{ _('Settings → Experience → untick') }} {{ _('Show cinematic trailers') }}
  2. {{ _('Force original quality') }} {{ _('Settings → Playback → set') }} {{ _('Automatic') }} {{ _('to') }} {{ _('Original') }}
  3. {{ _('Use a wired connection') }} {{ _('if you're on a smart-TV for stutter-free 4K.') }}

{{ _('Happy viewing!') }} 🍿

{{ widget:button url="https://app.plex.tv/desktop/#!/" text=_("Go to Plex") }}