An open API service for software projects hosted on Open Collective.

Lidarr

Music Organizer
Collective - Host: opensource - https://opencollective.com/lidarr - Website: https://lidarr.audio - Code: https://github.com/lidarr/lidarr

Attempting AppVeyor builds

github.com/lidarr/lidarr - 2a38db10e0eadf5e4ecc84a64cec99e4f5fbdcdc authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop

github.com/lidarr/lidarr - 66445930eb8674c236cee0a5fde89a9902baff45 authored almost 8 years ago
Implemented track lookup into skyhook.

github.com/lidarr/lidarr - acb7d33d09307986bca94c1ec79da5e4b435f758 authored almost 8 years ago
Switched over to using Spotify API for meta data. This will require deleting DB to start using.

github.com/lidarr/lidarr - a09d5d0b6957e1981727a7e40461454a58d18c45 authored almost 8 years ago
Partially implemented ArtistRefreshCommand. In order to move forward, API may need to be switched to Spotify.

github.com/lidarr/lidarr - b481bc6e45e71ecf0a53b73817b7e81d7e9c2c5b authored almost 8 years ago
Merge pull request #6 from mattman86/runraid

Update readme, replace sonarr->lidarr

github.com/lidarr/lidarr - 89fa71fe966534777ad6a318ce18f7d9ee6ccc63 authored almost 8 years ago
Revert girl url

github.com/lidarr/lidarr - d04cd2ae95cd7d68edfc03d7078e9203d39d58fe authored almost 8 years ago
Update readme, replace sonarr->lidarr

github.com/lidarr/lidarr - a8b40ce1f6ee49640c32dbb68e0633fc3b5b716a authored almost 8 years ago
Merge pull request #5 from mattman86/feature/artist-overview

Implemented artist overview

github.com/lidarr/lidarr - fa80bca2c9ca5347a38cd83b89f3972d1b69bdb4 authored almost 8 years ago
Added Artist Overview.

github.com/lidarr/lidarr - 6aff6de378b1d221731236c3cb24343239055975 authored almost 8 years ago
Fixed up API to instead call multiple APIs and mash results together

github.com/lidarr/lidarr - 3662bb933bf94926e199529363c2091103a26905 authored almost 8 years ago
Partially implemented artist overview. Needs review

github.com/lidarr/lidarr - f97ed62fae66b822c27a54b5406e943e3aa6edfd authored almost 8 years ago
Fixed wording

github.com/lidarr/lidarr - 5302c0915ee17ee5671da853e9b0aeb3409f3129 authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop

github.com/lidarr/lidarr - 3f2c00410de55f756c559299659827721ad3b508 authored almost 8 years ago
Fixed issue with Artist page not rendering the artists in DB

github.com/lidarr/lidarr - 0ec8830def1633f8175ff2a9ed49f5c9a6787fee authored almost 8 years ago
Fixing my epic fail of not setting the columns to allow null.

github.com/lidarr/lidarr - bebb82ec9fc87e07f786039105dd5d37223aba5d authored almost 8 years ago
Updating service provider with Lidarr name

github.com/lidarr/lidarr - ea01ee335bd63ccd6a2f3ff1b64599c413127834 authored almost 8 years ago
Updating links and adding credits

github.com/lidarr/lidarr - d14111f9147a5042be184e1cc1518f6206cda963 authored almost 8 years ago
Adding music related columns to NamingConfig table.

github.com/lidarr/lidarr - e03af773759d08b79190f888a1e0c226b463a724 authored almost 8 years ago
Fixed returning empty artist list from db.

github.com/lidarr/lidarr - 50d569339992ec518b58b99d2d32da15a8cd8e11 authored almost 8 years ago
More refactoring

github.com/lidarr/lidarr - 78639d1787458e6abce2d5d1f7d4a81290fd38bd authored almost 8 years ago
Updating logos and icons

github.com/lidarr/lidarr - 5cedc932861ee3f475c7c7f220360340438b3b22 authored almost 8 years ago
Merge pull request #4 from mattman86/feature/database

Implemented ability to search iTunes for a series and add to database

github.com/lidarr/lidarr - d47909b1f49c574da8bcdf2fd3253702a48c235a authored almost 8 years ago
Merge branch 'feature/database' of https://github.com/mattman86/Lidarr into feature/database

github.com/lidarr/lidarr - d23492177aae691520de970e79919cea3aff98fa authored almost 8 years ago
DB now stores Artists. DB schema may need small tweaks.

github.com/lidarr/lidarr - 5ee1077e1e89f5735d1d82fb4b66a2cfd0fbe057 authored almost 8 years ago
Merge branch 'develop' into feature/database

github.com/lidarr/lidarr - 9a79b590cc1f4a69a5857c6419b2fddf347adc0a authored almost 8 years ago
Search to add DB flow is error free but the artist doesn't add.

github.com/lidarr/lidarr - f2a8336b31696395b6736ebca34bbd7fd48631e9 authored almost 8 years ago
Almost finished linking frontend to backend. A few issues with DB mapping to work out.

github.com/lidarr/lidarr - fa52eabb79b03d52494c1ac1ef40fe6e5ac7e583 authored almost 8 years ago
Albums can now be seen per artist from search.

github.com/lidarr/lidarr - 5b0f11b19ad05e8750055fb0cbdf9724aa6afd3b authored almost 8 years ago
Multiple artists return to UI

github.com/lidarr/lidarr - de21685896c11383725d9721f989ae3afda0406f authored almost 8 years ago
Now returns one artist back with albums.

github.com/lidarr/lidarr - a08ebcc0c2bc54bf33b74c77ac23d8853a1722c4 authored almost 8 years ago
Break XEM URL as per a request to remove it.

github.com/lidarr/lidarr - 7e97f8c42353091d586454a8918f7a69bb4c8cb0 authored almost 8 years ago
Updated the code to allow a search to be made from UI to iTunes and return a mock result.

github.com/lidarr/lidarr - 2813fccc78b027cecc4aa01804fa94b4d612cd84 authored almost 8 years ago
Update internal URL's to point to lidarr.audio

github.com/lidarr/lidarr - b7a46a9e51f34f4df315b74088e5580bc93a43ca authored almost 8 years ago
Merge branch 'feature/database' of https://github.com/mattman86/Lidarr into feature/database

github.com/lidarr/lidarr - 684e4f4c80ed9c444aea504218f8b1e6d34e22c3 authored almost 8 years ago
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.

github.com/lidarr/lidarr - ce62cff57de234a67b2e89c6afb7747758b6593e authored almost 8 years ago
Added Music models and basic database

github.com/lidarr/lidarr - 9ce71ff69824d2990418c1f3a8f354098a4fd04c authored almost 8 years ago
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.

github.com/lidarr/lidarr - 39b58ebda37af18c9cf29989f593b84cea8b8e06 authored almost 8 years ago
Updated to support Album and Track level Compilations

github.com/lidarr/lidarr - 118e2dfe936bfa47c69a4b8d6d8b06ff1a8071d7 authored almost 8 years ago
Added Music models and basic database

github.com/lidarr/lidarr - ad23e8ce9f8daad49aff5f8042fa3736eac69292 authored almost 8 years ago
Merge pull request #3 from nbonfire/patch-1

Update and rename Sonarr to Lidarr

github.com/lidarr/lidarr - 80e8ef4c7a66578a739d14486ed53241c5bb275f authored almost 8 years ago
Update and rename Sonarr to Lidarr

github.com/lidarr/lidarr - 34683bfb3efdbd1ac4dc5572b53fd85ae01e4851 authored almost 8 years ago
Update _fileExtensions to include .mp3 (quality unknown), .m4a quality DVD and .flac quality RAWHD

github.com/lidarr/lidarr - e73158d5fa0c65738bc48dbcaed4a781004ba966 authored almost 8 years ago
Remove ISceneMappingService to get rid of service.sonarr.tv access errors

github.com/lidarr/lidarr - 1a11a932e312cfd13af809f09c999d4da27440bf authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr.git

github.com/lidarr/lidarr - c6f696a0903248f7f6eb44270bd1a380aefe3aed authored almost 8 years ago
Delete appveyor.yml

github.com/lidarr/lidarr - fbe3fad52f8c44655b4ead618215f6342918adeb authored almost 8 years ago
Update appveyor.yml

github.com/lidarr/lidarr - 4e5136f307c5f1f0f5a2b44dee8fbc4e9512a37c authored almost 8 years ago
Create appveyor.yml

github.com/lidarr/lidarr - 6e80a8f83c48767d3713ff2c8f97cb117c3766cd authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 0bfdbb768b74501ae34bdc633608532622045d89 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 2d7573a6bd5844dabb5812c8ea22e702e66439f5 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - cf0f52e0c7c2ab628183ffe905c7626e417d4d5f authored almost 8 years ago
Changes to remove sentry submissions and refrences to sonarr.tv

github.com/lidarr/lidarr - b6cf96b7370e22813d5647afe8323df05d543357 authored almost 8 years ago
Remove references to sonarr sentry

update ics entry to nzbdrone_album

github.com/lidarr/lidarr - 1e8adf092648169b4370a9605f74eda5b2a9ceb6 authored almost 8 years ago
Change process name and rename assembly

github.com/lidarr/lidarr - 31ca0002d7d17f1359dbed3f8c5936128ce94b67 authored almost 8 years ago
Change SSL port and set default branch to develop

github.com/lidarr/lidarr - 402f7435ee534b4a066cbccad08256d2cd91c093 authored almost 8 years ago
Changes from Sonarr app name to Lidarr

github.com/lidarr/lidarr - 67119d97aadde5854d63ae5ae618462051af8ae2 authored almost 8 years ago
Removed reference to Sonarr and replaced them with Lidarr

github.com/lidarr/lidarr - 0d4e049225b46920cd93e4e4ef9f66b18130d40c authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop

github.com/lidarr/lidarr - a4d41078da30e4b7d3a09c913c98b58148cd5f05 authored almost 8 years ago
Updating the ProgramData folder

github.com/lidarr/lidarr - 824c66a14165b6bdbd694ad23cc592b3bae55df4 authored almost 8 years ago
Use different folder to store sqlite database.

github.com/lidarr/lidarr - 3ebbaf4eb72a45a2143b4c1d73bd4de8531f3b52 authored almost 8 years ago
Removing the MusicBrainz API in favor of iTunes

github.com/lidarr/lidarr - a61cdeed0da6399a3ef6a069e3c9cdaf3f42e633 authored almost 8 years ago
Changed the default port to 8686

github.com/lidarr/lidarr - d0728bbe224ce835c03d6644cb82a7ec5478f01a authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop

github.com/lidarr/lidarr - 0fbb8c25ccb78941bed7f19041dc2a2d94c51dce authored almost 8 years ago
Changing the output directory

github.com/lidarr/lidarr - 270a6659a5d857045b2e2c62b7f1f17dbf0e326d authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 806d6e3a2c3a316f51034a76091392deefeb61dc authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 728d55800f9f115ed8e6bf116dd0d4fbd605cd52 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 217662541f2e6c1edde4a1423676679b0bdc9c07 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - f875b3d012204bd124648eacc739c549bcb6de54 authored almost 8 years ago
Merge branch 'develop' of https://github.com/mattman86/Lidarr into develop

github.com/lidarr/lidarr - 94fb1f3e736f068331323378a28f5378dd651f4a authored almost 8 years ago
Added MusicBrainz API project

github.com/lidarr/lidarr - a37add2f7a8cc7f0b17a6dbdf5c7859aa4ac18f1 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - b08474288c101f3665e84598d1b8cb098e7dad2e authored almost 8 years ago
First round of refactoring.

github.com/lidarr/lidarr - 20c8dec50a90529c04ae180fd9c0861083124598 authored almost 8 years ago
Merge pull request #1 from Sonarr/develop

New: Episode files sent to Recycling Bin are put into subfolders

github.com/lidarr/lidarr - c98c6795045092e0aa971eac6de5445bb6d3afbc authored almost 8 years ago
New: Episode files sent to Recycling Bin are put into subfolders

Closes #401

github.com/lidarr/lidarr - 83370ddbbb43d27c14899dcbcfe8a2a2cce00fa1 authored almost 8 years ago
Fixed spelling in message

github.com/lidarr/lidarr - c20b152c2824d2d2111b8d288855ff66c49f2f9a authored almost 8 years ago
Guard against a null file showing an exception in release rejections

Fixes #1755

github.com/lidarr/lidarr - bf5067466dc4a039ce8e26a48710be19c81de785 authored almost 8 years ago
Tweaked default config for extra files import.

github.com/lidarr/lidarr - ec7f7495416ab630995228c5f33a872cf1d6f056 authored almost 8 years ago
Fixed: Sabnzbd error when tv sorting enabled for all categories.

github.com/lidarr/lidarr - 56ecbf4a31e105ccf970ff6f70102b14d18d6637 authored almost 8 years ago
True/False for config settings value

github.com/lidarr/lidarr - 1b39911135a7b73c1975b632bca33e8539736630 authored almost 8 years ago
New: Explicit toggle for importing extra files

github.com/lidarr/lidarr - 6aaefae2d59cab9e7037a6b00ad39e0ff750958d authored almost 8 years ago
Revert Session name

github.com/lidarr/lidarr - db9d601115b26b2f69af41be7b2457803f921c6c authored almost 8 years ago
Fixed: Newznab default capabilities erroneously cached if indexer is unavailable.

github.com/lidarr/lidarr - e7331539f0b30a14b80f0350f74e2a1981848211 authored almost 8 years ago
New: Updated MediaInfo to 0.7.93.

github.com/lidarr/lidarr - 58bd57bed6fcf6120f18a1f2bfa3dabd45de690d authored almost 8 years ago
smallicon for Join notifications

New: White icon with transparent background for Join notifications notification bar icon
Closes ...

github.com/lidarr/lidarr - 7a58082cd77e99502eb96fee9e4005afb758b642 authored almost 8 years ago
Fixed: Zero length file causes MediaInfo hanging in 100% cpu load.

github.com/lidarr/lidarr - 2e08f195e45966387f5b5d5e76ef8a8d7cf7a8e3 authored almost 8 years ago
fixed sab tests.

github.com/lidarr/lidarr - a1a5e29c3ec22a42819397163f5a0634b459d9d0 authored almost 8 years ago
Fixed: DownloadStation api client for DSM 5.x.

github.com/lidarr/lidarr - 5033886b90d749896bbe73e8b64d1b70368283c0 authored almost 8 years ago
Update README.md

github.com/lidarr/lidarr - 29419d657517af4d1b981a6e6e269fc7fe2a6d13 authored almost 8 years ago
Fixed: Parsing releases with year added to the end of the series title

Fixes #1768

github.com/lidarr/lidarr - 3c22f68f5abe8b1da3802025b68a5b80e1f8b0c5 authored almost 8 years ago
Use MaterialisingResponse for static resource responses

github.com/lidarr/lidarr - a0d98951aae48e7ff96d74c03a879b530820b937 authored almost 8 years ago
Fixed: Sabnzbd 2.0 api compatibility.

closes #1775

github.com/lidarr/lidarr - 70f7404499d916d5c9279b96a5c3a6c3eb261601 authored almost 8 years ago
New: UHD category for RARBG

github.com/lidarr/lidarr - abd70f538157229eb17115c9ee9fa0d7c708844c authored almost 8 years ago
Fixed: Join grab messages

Fixes #1751

github.com/lidarr/lidarr - 878e9730816a097d0815988a1560072370e8d824 authored almost 8 years ago
fixed typo setting custom directory for rtorrent.

github.com/lidarr/lidarr - 2bf3b9e7dd799953b4f5c53db6212bf720ed41f1 authored almost 8 years ago
Fixed: Refactored rtorrent interface to fix reliability issues with adding magnets & torrents.

fixes #1745

github.com/lidarr/lidarr - 2326db0deabb387a1020466ae66e8cdbe5e6c2c2 authored almost 8 years ago
Fixed: Timing issue in rtorrent handling of magnet links.

ref #1745

github.com/lidarr/lidarr - 3590fedeaf5b0372930f56d8f02aedc77b3c5c94 authored almost 8 years ago
fixed broken project file.

github.com/lidarr/lidarr - f4866cae69c7260f490b1583371ef0525d066405 authored almost 8 years ago
Upgrade CommonServiceLocator

From 1.0 to 1.3

github.com/lidarr/lidarr - bb9bd63382ec14531e889c4739bfe75e7624e814 authored almost 8 years ago
Remove NCrunch.Framework

github.com/lidarr/lidarr - 149d191f626f74b898ff7ebf76de273016722cd7 authored almost 8 years ago