1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lidarr_ynh.git synced 2024-09-03 19:35:58 +02:00
lidarr_ynh/README.md

48 lines
1.8 KiB
Markdown
Raw Normal View History

2021-06-09 22:55:44 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Lidarr for YunoHost
2023-02-24 00:32:31 +01:00
[![Integration level](https://dash.yunohost.org/integration/lidarr.svg)](https://dash.yunohost.org/appci/app/lidarr) ![Working status](https://ci-apps.yunohost.org/ci/badges/lidarr.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/lidarr.maintain.svg)
2021-06-09 22:55:44 +02:00
[![Install Lidarr with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=lidarr)
*[Lire ce readme en français.](./README_fr.md)*
> *This package allows you to install Lidarr 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.*
## Overview
2021-11-22 23:49:39 +01:00
Music collection manager for Usenet and BitTorrent users
2021-06-09 22:55:44 +02:00
2023-09-30 15:50:24 +02:00
**Shipped version:** 1.3.5.3530~ynh3
2021-06-09 22:55:44 +02:00
## Screenshots
2022-10-17 23:09:07 +02:00
![Screenshot of Lidarr](./doc/screenshots/screenshot.jpg)
2021-06-09 22:55:44 +02:00
## Documentation and resources
2022-10-17 23:09:07 +02:00
* Official app website: <https://lidarr.audio>
* Official admin documentation: <https://wiki.servarr.com/Lidarr>
* Upstream app code repository: <https://github.com/Lidarr/Lidarr>
2023-11-13 13:36:12 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/lidarr>
2022-10-17 23:09:07 +02:00
* Report a bug: <https://github.com/YunoHost-Apps/lidarr_ynh/issues>
2021-06-09 22:55:44 +02:00
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/lidarr_ynh/tree/testing).
To try the testing branch, please proceed like that.
2022-10-17 23:09:07 +02:00
``` bash
2021-06-09 22:55:44 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/lidarr_ynh/tree/testing --debug
or
sudo yunohost app upgrade lidarr -u https://github.com/YunoHost-Apps/lidarr_ynh/tree/testing --debug
```
2022-10-17 23:09:07 +02:00
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>