Giter VIP home page Giter VIP logo

lidarr's Introduction

Lidarr

Build Status Docker Pulls Github Downloads 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

Support

Note: GitHub Issues are for Bugs and Feature Requests Only

Discord GitHub - Bugs and Feature Requests Only Wiki

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

Mega Sponsors

JetBrains

Thank you to JetBrains JetBrains for providing us with free licenses to their great tools.

DigitalOcean

This project is also supported by DigitalOcean

License

lidarr's People

Contributors

austinwbest avatar bakerboy448 avatar dahlgren avatar danielunderwood avatar delphiactual avatar dependabot-preview[bot] avatar gismo2004 avatar halkeye avatar iaddis avatar jamiemagee avatar kayone avatar larsjohnsen avatar lloydsparkes avatar majora2007 avatar margaale avatar markus101 avatar mattman86 avatar mynameisbogdan avatar pearsonflyer avatar qstick avatar robindadswell avatar servarr[bot] avatar servarradmin avatar stanzilla avatar stevietv avatar ta264 avatar taloth avatar tcbwza avatar thezak48 avatar weblate avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lidarr's Issues

Refactor Core.Mediacovers class for Artist/Albums

Should store artwork for artist and albums. Currently setup to only store series artwork per the following scheme:

(Lidarr AppData)/MediaCovers/(Series.ID)/Image-size.ext

should look something like this.

(Lidarr AppData)/MediaCovers/(Artist.ID)/Image-size.ext
(Lidarr AppData)/MediaCovers/(Artist.ID)/(Album.ID)/Image-size.ext

LidarrRestModuleWithSignalR.cs naming error

Lidarr.Http/LidarrRestModuleWithSignalR.cs is named LIdarr.Http/LidarrRestModuleWithSignalR.cs, which seems to cause build issues at times.

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

Unable to Process Release Results from Torznab Indexer

I had Jackett set up for Radarr and Sonarr, but never really used it for them, so this evening I went through the process of adding it to Lidarr since music is kind of hit or miss with Usenet. I have RARBG and LimeTorrents set up through Jackett, and added both Torznab feeds to Lidarr. No issue there. When I search for an album, Lidarr bombs out.

17-10-16 21:11:44.0|Info|NzbSearchService|Searching 5 indexers for [A Perfect Circle - Thirteenth Step (2003)]
17-10-16 21:11:46.5|Info|DownloadDecisionMaker|Processing 32 releases
17-10-16 21:11:46.6|Error|DownloadDecisionMaker|Couldn't process release.

[v0.2.0.88] System.NullReferenceException: Object reference not set to an instance of an object.
at NzbDrone.Core.DecisionEngine.DownloadDecisionMaker.d__6.MoveNext() in C:\projects\lidarr\src\NzbDrone.Core\DecisionEngine\DownloadDecisionMaker.cs:line 59

17-10-16 21:11:46.8|Error|ReleaseModule|Album search failed: Object reference not set to an instance of an object.

[v0.2.0.88] System.NullReferenceException: Object reference not set to an instance of an object.
at Lidarr.Api.V3.Indexers.ReleaseResourceMapper.ToResource(DownloadDecision model) in C:\projects\lidarr\src\Lidarr.Api.V3\Indexers\ReleaseResource.cs:line 70
at Lidarr.Api.V3.Indexers.ReleaseModuleBase.MapDecision(DownloadDecision decision, Int32 initialWeight) in C:\projects\lidarr\src\Lidarr.Api.V3\Indexers\ReleaseModuleBase.cs:line 25
at Lidarr.Api.V3.Indexers.ReleaseModule.MapDecision(DownloadDecision decision, Int32 initialWeight) in C:\projects\lidarr\src\Lidarr.Api.V3\Indexers\ReleaseModule.cs:line 116
at Lidarr.Api.V3.Indexers.ReleaseModuleBase.MapDecisions(IEnumerable`1 decisions) in C:\projects\lidarr\src\Lidarr.Api.V3\Indexers\ReleaseModuleBase.cs:line 13
at Lidarr.Api.V3.Indexers.ReleaseModule.GetAlbumReleases(Int32 albumId) in C:\projects\lidarr\src\Lidarr.Api.V3\Indexers\ReleaseModule.cs:line 95

Pull NetImport from Radarr Refactor for Music

Pull NetImport from Radarr Refactor for Music

  • NetImport Base
  • NetImport Tests
  • List - iTunes New (Need Metadata to map)
  • List - iTunes Top Albums (Need Metadata to map)
  • List - Billboard 200 (Need Metadata to map)
  • List - Headphones API
  • Lists - Best Ever Album (Need Metadata to map)
  • List - Last FM User and Top Artists/Albums

Error refreshing artist

Error occurred while executing task RefreshArtist: constraint failed
UNIQUE constraint failed: Albums.ForeignAlbumId

System.Data.SQLite.SQLiteException (0x80004005): constraint failed
UNIQUE constraint failed: Albums.ForeignAlbumId
at System.Data.SQLite.SQLite3.Reset (System.Data.SQLite.SQLiteStatement stmt) [0x00083] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLite3.Step (System.Data.SQLite.SQLiteStatement stmt) [0x0003c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0016b] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteScalar (System.Data.CommandBehavior behavior) [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteScalar () [0x00006] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at Marr.Data.QGen.InsertQueryBuilder1[T].Execute () [0x00046] in C:\projects\lidarr\src\Marr.Data\QGen\InsertQueryBuilder.cs:140 at Marr.Data.DataMapper.Insert[T] (T entity) [0x0005d] in C:\projects\lidarr\src\Marr.Data\DataMapper.cs:728 at NzbDrone.Core.Datastore.BasicRepository1[TModel].InsertMany (System.Collections.Generic.IList1[T] models) [0x0002d] in C:\projects\lidarr\src\NzbDrone.Core\Datastore\BasicRepository.cs:145 at NzbDrone.Core.Music.AlbumService.InsertMany (System.Collections.Generic.List1[T] albums) [0x00000] in C:\projects\lidarr\src\NzbDrone.Core\Music\AlbumService.cs:139
at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo (NzbDrone.Core.Music.Artist artist, System.Collections.Generic.IEnumerable`1[T] remoteAlbums) [0x00251] in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshAlbumService.cs:108
at NzbDrone.Core.Music.RefreshArtistService.RefreshArtistInfo (NzbDrone.Core.Music.Artist artist) [0x0019e] in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:100
at NzbDrone.Core.Music.RefreshArtistService.Execute (NzbDrone.Core.Music.Commands.RefreshArtistCommand message) [0x00043] in C:\projects\lidarr\src\NzbDrone.Core\Music\RefreshArtistService.cs:148
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:91
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at System.Dynamic.UpdateDelegates.UpdateAndExecuteVoid3[T0,T1,T2] (System.Runtime.CompilerServices.CallSite site, T0 arg0, T1 arg1, T2 arg2) [0x00035] in :0
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x00027] in C:\projects\lidarr\src\NzbDrone.Core\Messaging\Commands\CommandExecutor.cs:41

Deleted an artist without deleting folder, then went to re add it got this error when it tried to download album info

Handle case when folderinfo.quality is null

https://sentry.io/lidarr/lidarr/issues/348730019/

NullReferenceException: Object reference not set to an instance of an object
  File "\NzbDrone.Core\MediaFiles\TrackImport\ImportDecisionMaker.cs", line 231, in UseFolderQuality
    Boolean UseFolderQuality(NzbDrone.Core.Parser.Model.ParsedTrackInfo, NzbDrone.Core.Qualities.QualityModel, NzbDrone.Core.Music.Artist)
  File "\NzbDrone.Core\MediaFiles\TrackImport\ImportDecisionMaker.cs", line 184, in GetQuality
    NzbDrone.Core.Qualities.QualityModel GetQuality(NzbDrone.Core.Parser.Model.ParsedTrackInfo, NzbDrone.Core.Qualities.QualityModel, NzbDrone.Core.Music.Artist)
  File "\NzbDrone.Core\MediaFiles\TrackImport\ImportDecisionMaker.cs", line 83, in GetDecision
    NzbDrone.Core.MediaFiles.TrackImport.ImportDecision GetDecision(System.String, NzbDrone.Core.Music.Artist, NzbDrone.Core.Parser.Model.ParsedTrackInfo, Boolean)

Couldn't import file. /data/2014 Fading West FLAC/01 - Love Alone Is Worth the Fight.flac

Issue starting Lidarr.exe on Ubuntu 16.04 with mono 4.2.3

[Fatal] ConsoleApp: EPIC FAIL!

[v10.0.0.6776] System.MissingMethodException: Method 'Array.Empty' not found.
at NzbDrone.Common.Disk.DiskProviderBase.EnsureFolder (System.String path) <0x417ff610 + 0x00017> in :0
at NzbDrone.Common.EnvironmentInfo.AppFolderFactory.Register () <0x417ff5c0 + 0x0003d> in :0
at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, IUserAlert userAlert, System.Action`1 startCallback) <0x417c8e70 + 0x00137> in :0
at NzbDrone.Console.ConsoleApp.Main (System.String[] args) <0x4177c470 + 0x00083> in :0

Mono JIT compiler version 4.2.3 (Stable 4.2.3.4/832de4b Wed Mar 16 13:19:08 UTC 2016)

Also looks like 4.2.4 doesn't work either but is resolved with 4.4

Waffles Indexer

Add Waffles

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

Allow Select Wanted Release(s) for a Given Release Group/Album

Allow user to select which release(s) they want for a given album instead of just the default returned from metadata.

Metadata currently returns all releases for a given album during initial artist info pull, however we may have to add another route to allow retrieving additional info for a release. Track data will need to be removed and replaced with selected release track data

We also need to consider that we must ensure we refresh correct release during Artist refresh and not override track data with default release track info.

Add support for albums with multi media

Multi disc, etc..

  • Back-end Skyhook Integration
  • V1 API Support
  • Parse Disc Number from Tags
  • Add Disc Count Column on Artist Detail Page
  • Parse releases with multi-disc -2CD-
  • Add Renaming options based on Medium

Issue: Auto Wanting All Albums

I am not sure if this is an issue or a feature but...

MusicBrainz lists wayyy too many albums for artists when adding them rather than just the main releases. When I searched Neil Young there were 7038 albums and Led Zeppelin is showing 1167. Even less known bands such as In Flames are showing over 500.

Manual import issue on needing to deselect and reselect files to import

So if Lidarr finds files after opening the window to manually import, I fill in the info to be imported. However the import button is still grayed and can't click it after the fact. If I deselect everything and reselect it, the button works and I can import the items.

Using version: 0.2.0.66

Flatten DB Migrations before First Release

Flatten DB migrations to purge all old Sonarr migrations and migration code before first release.
Start DB at v001

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

Root Folder Not Mapping

I have everything setup properly (I know because I have setup Radarr and Sonarr) and when I try to add any artist I cannot. For this example I used Neil Young.

Add Artist
Searched Neil Young
Clicked Neil Young
Root Folder Dropdown menu
Add New Path
Selected /music
Click 'ok'
Nothing at all happens.

If I type in /music and click ok, the same thing happens... nothing.

1

Seems as though the user permissions are not working properly. I setup the PUID and GUID within Docker properly and Lidarr should have the user permissions it needs.

Signalr: 500 error

Running 0.2.0.99 from Appveyor on a Docker container, based on ubuntu xenial with mono.
dockerfile

I'm getting this error:
lidarr-web-error 0 99

No error on log, got this on chrome's devtools:
lidarr-500-error 0 99

Better handling of special characters in artist NameSlug

From discord:

I think I found a very small issue with how special characters are stripped in Lidarr for the artist pages. The artist page for "A$AP Rocky" is at /artist/aaprocky and the artist page for "WHAM!" is /artist/wham but the artist page for "!!!" is non-existant because all exclamation marks get removed. "!!!" gets imported fine and shows up in the homepage.

NotSupportedException: The URI prefix is not recognized.

https://sentry.io/lidarr/lidarr-development/issues/365106612/

NotSupportedException: The URI prefix is not recognized.
  File "\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs", line 25, in GetResponse
    NzbDrone.Common.Http.HttpResponse GetResponse(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
  File "\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs", line 60, in GetResponse
    NzbDrone.Common.Http.HttpResponse GetResponse(NzbDrone.Common.Http.HttpRequest, System.Net.CookieContainer)
  File "\NzbDrone.Common\Http\HttpClient.cs", line 70, in Execute
    NzbDrone.Common.Http.HttpResponse Execute(NzbDrone.Common.Http.HttpRequest)
  File "\NzbDrone.Common\Http\HttpClient.cs", line 193, in Get
    NzbDrone.Common.Http.HttpResponse Get(NzbDrone.Common.Http.HttpRequest)
  File "\NzbDrone.Common\Http\HttpClient.cs", line 198, in Get
    NzbDrone.Common.Http.HttpResponse`1[T] Get[T](NzbDrone.Common.Http.HttpRequest)
...
(5 additional frame(s) were not displayed)

Couldn't refresh info for [dff0d392-4cd5-4052-9fbb-f485df3891e5][2 Chainz]

Same artist slug for artists with special characters

Artists with special characters in their slug can produce the same slug as another. For example, Adèle and Adele both have the url /artist/adele. Adding a conflicting artist results in Title slug is in use by another artist with a similar name.

Unable to add artist

When I try and add Garth Brooks, I get this error:

Request Failed. POST /api/v1/artist: Value cannot be null. Parameter name: source

System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Select[TSource,TResult] (System.Collections.Generic.IEnumerable1[T] source, System.Func2[T,TResult] selector) [0x0000d] in <521f3fe476f34ea88748e97b3b984d05>:0 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.MapAlbum (NzbDrone.Core.MetadataSource.SkyHook.Resource.AlbumResource resource) [0x0009b] in C:\projects\lidarr\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:162 at System.Linq.Enumerable+SelectListIterator2[TSource,TResult].ToList () [0x0002a] in <521f3fe476f34ea88748e97b3b984d05>:0
at System.Linq.Enumerable.ToList[TSource] (System.Collections.Generic.IEnumerable1[T] source) [0x0001f] in <521f3fe476f34ea88748e97b3b984d05>:0 at NzbDrone.Core.MetadataSource.SkyHook.SkyHookProxy.GetArtistInfo (System.String foreignArtistId, System.Collections.Generic.List1[T] primaryAlbumTypes, System.Collections.Generic.List1[T] secondaryAlbumTypes) [0x000e5] in C:\projects\lidarr\src\NzbDrone.Core\MetadataSource\SkyHook\SkyHookProxy.cs:84 at NzbDrone.Core.Music.AddArtistService.AddSkyhookData (NzbDrone.Core.Music.Artist newArtist) [0x00000] in C:\projects\lidarr\src\NzbDrone.Core\Music\AddArtistService.cs:90 at NzbDrone.Core.Music.AddArtistService.AddArtist (NzbDrone.Core.Music.Artist newArtist) [0x00047] in C:\projects\lidarr\src\NzbDrone.Core\Music\AddArtistService.cs:49 at Lidarr.Api.V1.Artist.ArtistModule.AddArtist (Lidarr.Api.V1.Artist.ArtistResource artistResource) [0x00000] in C:\projects\lidarr\src\Lidarr.Api.V1\Artist\ArtistModule.cs:123 at Lidarr.Http.REST.RestModule1[TResource].<set_CreateResource>b__41_0 (System.Object options) [0x00000] in C:\projects\lidarr\src\Lidarr.Http\REST\RestModule.cs:155
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <bb3027f50b35411088f45475912cc2ff>:0

I've even tried to add it by creating an empty folder and importing, but I get pretty much the same error.

Add AlbumCutoffService

Add service to handle alums that have not met profile cutoff

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

error while refreshing meta data

Error occurred while executing task RefreshArtist: SQL logic error or missing database
no such column: t0.Media
Exception
System.Data.SQLite.SQLiteException (0x80004005): SQL logic error or missing database
no such column: t0.Media
at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x000f6] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.GetStatement (System.Int32 index) [0x00008] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteCommand:GetStatement (int)
at System.Data.SQLite.SQLiteDataReader.NextResult () [0x0011e] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteDataReader..ctor (System.Data.SQLite.SQLiteCommand cmd, System.Data.CommandBehavior behave) [0x00090] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteDataReader:.ctor (System.Data.SQLite.SQLiteCommand,System.Data.CommandBehavior)
at System.Data.SQLite.SQLiteCommand.ExecuteReader (System.Data.CommandBehavior behavior) [0x0000c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader (System.Data.CommandBehavior behavior) [0x00000] in <61a20cde294d4a3eb43b9d9f6284613b>:0
at System.Data.Common.DbCommand.ExecuteReader () [0x00000] in <0693dcdae0e54fcdac2a7336b377e299>:0
at (wrapper remoting-invoke-with-check) System.Data.Common.DbCommand:ExecuteReader ()
at Marr.Data.DataMapper.Query[T] (System.String sql, System.Collections.Generic.ICollection1[T] entityList, System.Boolean useAltName) [0x00071] in <1f7bad446a6c4b48b93c78ab617932b6>:0 at Marr.Data.QGen.QueryBuilder1[T].ToList () [0x00052] in <1f7bad446a6c4b48b93c78ab617932b6>:0
at Marr.Data.QGen.SortBuilder1[T].ToList () [0x00000] in <1f7bad446a6c4b48b93c78ab617932b6>:0 at NzbDrone.Core.Music.AlbumRepository.GetAlbums (System.Int32 artistId) [0x00075] in <b48c3560407e4e85bc26081e7a16ad3f>:0 at NzbDrone.Core.Music.AlbumService.GetAlbumsByArtist (System.Int32 artistId) [0x00000] in <b48c3560407e4e85bc26081e7a16ad3f>:0 at NzbDrone.Core.Music.RefreshAlbumService.RefreshAlbumInfo (NzbDrone.Core.Music.Artist artist, System.Collections.Generic.IEnumerable1[T] remoteAlbums) [0x00021] in :0
at NzbDrone.Core.Music.RefreshArtistService.RefreshArtistInfo (NzbDrone.Core.Music.Artist artist) [0x001b7] in :0
at NzbDrone.Core.Music.RefreshArtistService.Execute (NzbDrone.Core.Music.Commands.RefreshArtistCommand message) [0x00043] in :0
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommand[TCommand] (TCommand command, NzbDrone.Core.Messaging.Commands.CommandModel commandModel) [0x000f6] in :0
at (wrapper dynamic-method) System.Object:CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,NzbDrone.Core.Messaging.Commands.CommandExecutor,object,NzbDrone.Core.Messaging.Commands.CommandModel)
at NzbDrone.Core.Messaging.Commands.CommandExecutor.ExecuteCommands () [0x0008c] in :0

Error while refreshing meta data.

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

Remove TV Related Search Criteria

Remove TV Related Search Criteria since we have Album and Artist Search.

SingleEpisodeSearch
AnimeSearch
DailySearch (Should we leave/refactor to support daily Audio shows/podcast)
SeasonSearch

svg Honeycomb broken

lidarr.svg Honeycomb is broken

Provide a description of the feature request or bug, the more details the better.
Please use http://lidarr.audio for support or other questions. (When in doubt, use the forums)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.