mirror of
https://github.com/Readarr/Readarr
synced 2026-01-10 01:24:08 +01:00
No description
This fixes and implements many items on the ArtistIndex Page and ArtistDetailPage * Create ArtistStatistics Core Module and tie into API. * Create Members Class and tie into ArtistModel and Artist API resource. * Finish Out Album API resources and pass to ArtistDetailPage. * Finish Out Track and TrackFile API resources and pass to ArtistDetailPage. * Lots of UI work on Artist Detail Page to get Albums and Track list working. * Add Cover and Disc Image Types to MediaCover Class * Remove AddSeries UI Flow, since we have replaced with AddArtist (Cleanup) |
||
|---|---|---|
| .github | ||
| .idea | ||
| debian | ||
| gulp | ||
| Logo | ||
| osx | ||
| schemas | ||
| setup | ||
| src | ||
| tools | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .gitmodules | ||
| appveyor.yml | ||
| build-appveyor.cake | ||
| build-appveyor.ps1 | ||
| build.ps1 | ||
| build.sh | ||
| CLA.md | ||
| CONTRIBUTING.md | ||
| gulpFile.js | ||
| package.json | ||
| README.md | ||
| test.sh | ||
| webpack.config.js | ||
Lidarr
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 episode renaming
- Full integration with SABnzbd and NZBGet
- Full integration with Kodi, Plex (notification, library update, metadata)
- Full support for specials and multi-episode releases
- And a beautiful UI
Feature Requests
Configuring Development Environment:
Requirements
- Visual Studio 2015 or higher (https://www.visualstudio.com/vs/). The community version is free and works (https://www.visualstudio.com/downloads/).
- Git
- NodeJS
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
npm install - Start gulp to monitor your dev environment for any changes that need post processing using
npm startcommand. - 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
NzbDrone.slnin Visual Studio - Make sure
NzbDrone.Consoleis set as the startup project - Change build to 'Debug x86'
License
- GNU GPL v3
- Copyright 2010-2017