Lidarr/README.md

74 lines
3.7 KiB
Markdown
Raw Permalink Normal View History

2017-11-03 01:03:14 +00:00
# Lidarr
2011-08-03 16:29:03 +00:00
New: Set up CI with Azure Pipelines (#897) * Set up CI with Azure Pipelines [skip ci] * Remove Travis, Build Multiple Environments * Change Task Type to Bash * Checkout submodules * Remove Appveyor Tests, Add Azure Tests * Oops Forget Steps * bad name * test script fixes * add tests to build job * fixup tests * name test runs * fpcalc and artifacts * Try to fix installer * Publish separately * Try publish * Another go at artifacts * Tidy up * Add sentry, assembly info patching and bump version * Only patch one AssemblyInfo; set node version 10 * Try pipeline artifacts again * Tidy up - pipeline artifact seems to be way forward * Fix installer publish * first go at test job seperation * job names and depends/consitions for tests * pusblish single file test artifact * pipeline artifact for test * blitz the pattern filter * windows test jobs * mac tests, checkout on test jobs * try to download build artifact to test job * download and extract artifact * Set LD_LIBRARY_PATH and print some sqlite debug info on mac tests * fixup! tests * integration test fixes * fixup! integration test fixes * fixup! integration test fixes * more fixup * use bash cp * test fixups * mkdir before copy * linux works! add osx integration tests * im tooo tired * coverage attempt * coverage seperate stage * windows paths for integration test * switch coverage to windows where opencover actually works * fix test script * one last go * Simplify installer, try to fix name * Try to parallelize backend and frontend build * Try adding a matrix * Try matrix jobs not stages * Try to fix package step * Remove opencover install * Try to fix tests * coverage fixes * revert build.sh changes * triggers so we don't double build * Publish coverage package so we can debug * try coverage no build, output artifact * use the full pipeline workspace from build job * fix automation tests for new ui * Assorted fix attempts * Another go * MacOS debug * Tidy up, try to fix mac * Fix mac fpcalc, add mac integration tests * Add cross platform automation tests * Fix packages * Try to fix Automation tests * Don't wait on the installer to create standard packages * Fixes * delete logentries reference * run automation tests in headless mode * try install firefox mac * Revert "try install firefox mac" This reverts commit 4684bb19018747cb00407e1d8df64391f44f5183. * test sonarcloud prepare outputs * basic analyze and upload * don't limit fetch depth on analyze * manual scanner do front and backend? * full analyize with tests, coverage * should depend on tests, coverage * no need for condition on coverage * Fix up build numbering * Try to fix sonar * Separate coverage calculation and publication * Try to fix coverage upload
2019-08-13 17:15:59 +00:00
[![Build Status](https://dev.azure.com/Lidarr/Lidarr/_apis/build/status/lidarr.Lidarr?branchName=develop)](https://dev.azure.com/Lidarr/Lidarr/_build/latest?definitionId=1&branchName=develop)
2021-07-29 19:44:51 +00:00
[![Docker Pulls](https://img.shields.io/docker/pulls/linuxserver/lidarr.svg)](https://wiki.servarr.com/lidarr/installation#docker)
2018-04-21 23:38:34 +00:00
![Github Downloads](https://img.shields.io/github/downloads/lidarr/lidarr/total.svg)
2020-11-25 01:09:43 +00:00
[![Backers on Open Collective](https://opencollective.com/lidarr/backers/badge.svg)](#backers)
[![Sponsors on Open Collective](https://opencollective.com/lidarr/sponsors/badge.svg)](#sponsors)
2017-10-18 01:57:57 +00:00
2017-04-12 21:42:52 +00:00
Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
2013-03-29 16:44:41 +00:00
2017-01-18 20:31:20 +00:00
## Major Features Include:
2013-03-29 16:44:41 +00:00
2017-01-18 20:31:20 +00:00
* Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
2017-03-31 04:12:51 +00:00
* Automatically detects new tracks.
* Can scan your existing library and download any missing tracks.
* Can watch for better quality of the tracks you already have and do an automatic upgrade.
2014-12-05 05:53:28 +00:00
* Automatic failed download handling will try another release if one fails
* Manual search so you can pick any release or to see why a release was not downloaded automatically
2017-11-03 01:03:14 +00:00
* Fully configurable track renaming
2017-01-18 20:31:20 +00:00
* Full integration with SABnzbd and NZBGet
* Full integration with Kodi, Plex (notification, library update, metadata)
2017-11-03 01:03:14 +00:00
* Full support for specials and multi-album releases
2014-12-05 05:53:28 +00:00
* And a beautiful UI
2013-03-29 16:44:41 +00:00
2020-12-19 22:48:56 +00:00
## Support
2017-03-31 03:34:40 +00:00
2020-12-19 22:48:56 +00:00
Note: GitHub Issues are for Bugs and Feature Requests Only
2017-03-31 03:34:40 +00:00
2021-02-25 02:55:20 +00:00
[![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg?maxAge=60)](https://lidarr.audio/discord)
2020-11-25 01:09:43 +00:00
[![GitHub - Bugs and Feature Requests Only](https://img.shields.io/badge/github-issues-red.svg?maxAge=60)](https://github.com/Lidarr/Lidarr/issues)
2021-07-29 19:44:51 +00:00
[![Wiki](https://img.shields.io/badge/servarr-wiki-181717.svg?maxAge=60)](https://wiki.servarr.com/lidarr)
2017-11-03 01:03:14 +00:00
2018-04-07 05:06:22 +00:00
## Contributors
2020-11-25 01:09:43 +00:00
This project exists thanks to all the people who contribute. [Contribute](CONTRIBUTING.md).
2018-04-09 03:34:37 +00:00
<a href="https://github.com/lidarr/Lidarr/graphs/contributors"><img src="https://opencollective.com/lidarr/contributors.svg?width=890&button=false" /></a>
2018-04-07 05:06:22 +00:00
## Backers
2020-11-25 01:09:43 +00:00
Thank you to all our backers! 🙏 [Become a backer](https://opencollective.com/Lidarr#backer)
2018-04-07 05:06:22 +00:00
2020-11-25 01:09:43 +00:00
<img src="https://opencollective.com/Lidarr/backers.svg?width=890"></a>
2018-04-07 05:06:22 +00:00
## Sponsors
2020-11-25 01:09:43 +00:00
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor](https://opencollective.com/Lidarr#sponsor)
<img src="https://opencollective.com/Lidarr/sponsors.svg?width=890"></a>
## Mega Sponsors
<img src="https://opencollective.com/Lidarr/tiers/mega-sponsor.svg?width=890"></a>
## JetBrains
Thank you to [<img src="/Logo/jetbrains.svg" alt="JetBrains" width="32"> JetBrains](http://www.jetbrains.com/) for providing us with free licenses to their great tools.
* [<img src="/Logo/resharper.svg" alt="ReSharper" width="32"> ReSharper](http://www.jetbrains.com/resharper/)
* [<img src="/Logo/webstorm.svg" alt="WebStorm" width="32"> WebStorm](http://www.jetbrains.com/webstorm/)
* [<img src="/Logo/rider.svg" alt="Rider" width="32"> Rider](http://www.jetbrains.com/rider/)
* [<img src="/Logo/dottrace.svg" alt="dotTrace" width="32"> dotTrace](http://www.jetbrains.com/dottrace/)
2018-04-07 05:06:22 +00:00
## DigitalOcean
This project is also supported by DigitalOcean
<p>
<a href="https://www.digitalocean.com/">
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg" width="201px">
</a>
</p>
2017-01-18 20:31:20 +00:00
### License
2012-03-04 18:02:06 +00:00
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
2021-01-08 18:06:24 +00:00
* Copyright 2010-2021