From e1a6afbab7e86530a0e45115c6e7e827313bfcf8 Mon Sep 17 00:00:00 2001 From: Prilly Date: Thu, 19 Mar 2026 16:51:52 +0100 Subject: [PATCH] Initial creation --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fc30e4 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +# Fjordarr + +Nordic and Norwegian quality profiles for [Profilarr](https://github.com/Dictionarry-Hub/profilarr) by transcodeX. + +## About + +Fjordarr targets Nordic and Norwegian media releases with a focus on 2160p and 1080p quality. Profiles prefer x265/H.265 encoded releases for efficient storage without compromising quality. + +Profiles are modularly built — higher quality targets can be disabled independently while preserving the full profile structure and scoring weight. + +## Usage + +Add this repository as a database in Profilarr: +``` +https://git.hisp.no/profilarr/fjordarr +``` + +## Profiles + +| Profile | Resolution | Description | +| --- | --- | --- | +| `Nordic 2160p` | 4K | Targets 2160p releases, prefers x265/H.265 | +| `Nordic 1080p` | 1080p | Targets 1080p releases, prefers x265/H.265 | + +## Dependencies + +This database depends on the [Dictionarry Schema](https://git.hisp.no/profilarr/schema) and is designed to be used alongside the [Dictionarry](https://git.hisp.no/profilarr/dictionarry) and [TRaSH](https://git.hisp.no/profilarr/trash) databases in Profilarr. + +## Contributing + +Contributions are welcome. If you want to improve or add profiles, open a pull request at [git.hisp.no/profilarr/fjordarr](https://git.hisp.no/profilarr/fjordarr). Please open an issue first for larger changes so we can discuss the approach. + +## Issues + +Report bugs or request features via the [issue tracker](https://git.hisp.no/profilarr/fjordarr/issues). + +## License + +MIT + +## Links + +- [Profilarr](https://github.com/Dictionarry-Hub/profilarr) +- [Dictionarry](https://git.hisp.no/profilarr/dictionarry) +- [TRaSH](https://git.hisp.no/profilarr/trash) +- [Schema Reference](https://git.hisp.no/profilarr/schema) \ No newline at end of file