reddit-magnet/src/config/fixtures/test_config.toml
Marc Plano-Lesay bb32cfdf97
feat!: distinguish URLs and hosts
BREAKING CHANGE: the configuration for Bitmagnet and Ntfy has changed.
Instead of `host`, they now use `url`.
2025-05-22 22:04:22 +10:00

28 lines
499 B
TOML

[bitmagnet]
enable = true
url = "http://localhost:8080"
[transmission]
enable = false
host = "localhost"
port = 9091
username = "admin"
password = "password"
download_dir = "/downloads"
[ntfy]
enable = true
topic = "reddit-magnet"
url = "https://ntfy.sh"
priority = "default"
[sources.movies]
username = "movie_poster"
title_filter = "\\[1080p\\]"
tags = ["movies", "hd"]
[sources.tv_shows]
username = "tv_shows_fan"
title_filter = "S\\d{2}E\\d{2}"
imdb_id = "tt1234567"
tags = ["tv", "series"]