2023-04-15 22:17:26 +02:00
<!--
2024-03-26 02:30:48 +01:00
N.B.: This README was automatically generated by < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
2023-04-15 22:17:26 +02:00
It shall NOT be edited by hand.
-->
2023-04-15 22:17:30 +02:00
# Autobrr for YunoHost
2023-04-15 22:17:26 +02:00
2024-07-21 03:30:55 +02:00
[![Integration level ](https://dash.yunohost.org/integration/autobrr.svg )](https://ci-apps.yunohost.org/ci/apps/autobrr/) ![Working status ](https://ci-apps.yunohost.org/ci/badges/autobrr.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/autobrr.maintain.svg )
2023-04-15 22:17:30 +02:00
[![Install Autobrr with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=autobrr)
2023-04-15 22:17:26 +02:00
2024-04-07 15:10:05 +02:00
*[Read this README in other languages.](./ALL_README.md)*
2023-04-15 22:17:26 +02:00
2024-03-26 02:30:48 +01:00
> *This package allows you to install Autobrr quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
2023-04-15 22:17:26 +02:00
## Overview
2023-04-15 22:26:27 +02:00
autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some.
2023-04-15 22:17:26 +02:00
2024-07-21 03:30:55 +02:00
**Shipped version:** 1.44.0~ynh1
2023-04-15 22:17:26 +02:00
## Screenshots
2023-04-15 22:17:30 +02:00
![Screenshot of Autobrr ](./doc/screenshots/autobrr-front.png )
2023-04-15 22:17:26 +02:00
## Documentation and resources
2024-03-26 02:30:48 +01:00
- Official app website: < https: // autobrr . com />
- Upstream app code repository: < https: // github . com / autobrr / autobrr >
- YunoHost Store: < https: // apps . yunohost . org / app / autobrr >
- Report a bug: < https: // github . com / YunoHost-Apps / autobrr_ynh / issues >
2023-04-15 22:17:26 +02:00
## Developer info
2024-03-26 02:30:48 +01:00
Please send your pull request to the [`testing` branch ](https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing ).
2023-04-15 22:17:26 +02:00
2024-03-26 02:30:48 +01:00
To try the `testing` branch, please proceed like that:
2023-04-15 22:17:26 +02:00
2024-03-26 02:30:48 +01:00
```bash
2023-04-15 22:17:30 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug
2023-04-15 22:17:26 +02:00
or
2023-04-15 22:17:30 +02:00
sudo yunohost app upgrade autobrr -u https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug
2023-04-15 22:17:26 +02:00
```
2024-03-26 02:30:48 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >