plexclip 1.2.0

Download videos from Plex Media Server
Documentation
# plexclip configuration
# Copy to ~/.config/plexclip/config.toml

[auth]
token = "your-plex-token-here"
# username = "user@example.com"

[[servers]]
name = "home"
url = "http://localhost:32400"
default = true

# [[servers]]
# name = "remote"
# url = "https://xyz.plex.direct:32400"

[defaults]
format = "mp4"
resolution = "1920x1080"
bitrate = 8000  # kbps
quality = 75    # 0-100
# output_dir = "~/Downloads"
filename_template = "{title}.{ext}"

[transcode]
temp_dir = "/tmp/plexclip"
keep_temp = false

[download]
concurrent_segments = 3
retry_count = 3
bandwidth_limit = 0  # 0 = unlimited, in KB/s