You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/src/NzbDrone.Core/Music
Joseph Milazzo 6aff6de378
Added Artist Overview.
7 years ago
..
Events Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
AddArtistOptions.cs Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
AddArtistService.cs Added Artist Overview. 7 years ago
AddArtistValidator.cs Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
Album.cs Albums can now be seen per artist from search. 7 years ago
Artist.cs Partially implemented artist overview. Needs review 7 years ago
ArtistNameNormalizer.cs Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
ArtistRepository.cs Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
ArtistService.cs Fixed returning empty artist list from db. 7 years ago
ArtistSlugValidator.cs Almost finished linking frontend to backend. A few issues with DB mapping to work out. 7 years ago
Track.cs Changed the db to represent compilations. By default a track will have a single albumId and a list of artistIds. If the album is a compilation, we will use Various Artists to align with Plex, iTunes, and Amazon. 7 years ago
TrackService.cs Updated the code to allow a search to be made from UI to iTunes and return a mock result. 7 years ago