Daniel Underwood 116d3d22bb Fixed: Escape regex in ParseAlbumWithSearchCriteria (#244)
* Add regex escape to fix #231

* Add escape to artist name

* Fix test case

* Use single album parameter and add test cases

* Add artist test cases

* Add qualities to release titles

* Create albums in ParserFixture

* Added missing case in QualityParser. Handle escaping regex better for artists/albums that are just symbols.

* Removed custom code to escape slashes. Enhanced regex to support more test cases.

* Fixed Regex for other test cases.

* Small enhancements to code. Removed log statement.

* Tweaked one of my regex to account for not stripping ? from SimpleTitleRegex.
2018-04-21 09:40:23 -04:00
2018-04-01 13:24:56 -04:00
2018-04-20 18:57:02 -04:00
2018-01-31 23:21:44 -05:00
2016-01-16 16:19:28 -08:00
2016-08-13 22:22:24 +02:00
2017-10-07 02:21:06 -04:00
2018-02-11 16:57:00 +01:00
2017-09-05 23:00:26 -04:00
2017-09-05 23:00:26 -04:00
2018-01-28 03:08:31 -05:00
2018-01-23 23:22:01 -05:00
2017-05-06 07:44:46 -07:00
2018-04-01 13:35:55 -04:00
2017-09-05 23:00:26 -04:00
2018-03-14 23:26:40 -04:00
2018-04-08 23:34:37 -04:00
2017-09-05 23:00:26 -04:00
2018-03-14 23:26:40 -04:00

Lidarr

Build status Codacy Badge Docker Pulls Backers on Open Collective Sponsors on Open Collective

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.

Major Features Include:

  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • 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.
  • 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
  • Fully configurable track renaming
  • Full integration with SABnzbd and NZBGet
  • Full integration with Kodi, Plex (notification, library update, metadata)
  • Full support for specials and multi-album releases
  • And a beautiful UI

Feature Requests

Feature Requests

Support

Discord Reddit GitHub GitHub Wiki

Configuring Development Environment:

Requirements

Setup

  • Make sure all the required software mentioned above are installed.
  • Clone the repository into your development machine. info
  • Grab the submodules git submodule init && git submodule update
  • Install the required Node Packages yarn install
  • Start gulp to monitor your dev environment for any changes that need post processing using yarn start command.
  • Build the project in Visual Studio
  • Run the project in Visual Studio
  • Open http://localhost:8686

Please note gulp must be running at all times while you are working with Lidarr client source files.

Development

  • Open Lidarr.sln in Visual Studio
  • Make sure NzbDrone.Console is set as the startup project
  • Change build to 'Debug x86'

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

Description
No description provided
Readme 286 MiB
Languages
C# 68.1%
JavaScript 28.3%
CSS 1.8%
TypeScript 1.4%
Shell 0.2%