Initial creation

This commit is contained in:
2026-03-19 16:51:52 +01:00
parent d1d044ac8b
commit e1a6afbab7
+46
View File
@@ -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)