Commit Graph

136 Commits (dc5a5240bea4c72901b563a5f0d0db0aab760df3)

Author SHA1 Message Date
Qstick fbe6bfc78e Add Album Label Support from Metadata
7 years ago
Qstick f1aec8f15c Add Logo Mediacover Type
7 years ago
Qstick d2bafd4605 Add Support for Artist Links from Metadata
7 years ago
Qstick 95051cbd63 Initial Commit Rework
7 years ago
Qstick de5e0871cf Bulk Import (#55)
7 years ago
Qstick 934bde7858 Add Image Map and Clean SkyHookProxy (#38)
7 years ago
Qstick 1e4d9480e9 Implement Release Parsing, Decision Engine, and Downloading (#35)
7 years ago
Qstick 572586063e Fixed: Various Unit Tests Issues/Additions (#28)
7 years ago
Joseph Milazzo ef4da4ac9f Track Parsing Code (#10)
7 years ago
Qstick d8ea0a3243 Many UI and API Improvements (#8)
7 years ago
Joseph Milazzo bf7f890c48 Restabilized add artist flow with NodeJS API
7 years ago
Joseph Milazzo b4279a455e Fixed all issues from merging
7 years ago
Joseph Milazzo e7f72a9d08 Merging feature/db into feature/trackParse
7 years ago
Qstick a8ac1f3adc Album Repo Work
7 years ago
Qstick 15b70ede7c Track Mapping Fixes
7 years ago
Qstick 0f3c355381 New DB Schema
7 years ago
Joseph Milazzo 704983f652 Fixed small issue in ProfileService. Reimplemented the metadata with LidarrAPI.Metadata
7 years ago
Joseph Milazzo 1024555f75 At a point where we can build. Many TODOs and existing Series-based APIs need to be removed. No track code actually works.
7 years ago
Joseph Milazzo fbb6691ea1 Implemented Tracks and ability to save to the DB. Updated SkyHook to support ArtistSlug.
7 years ago
Joseph Milazzo acb7d33d09 Implemented track lookup into skyhook.
7 years ago
Joseph Milazzo a09d5d0b69 Switched over to using Spotify API for meta data. This will require deleting DB to start using.
7 years ago
Joseph Milazzo b481bc6e45 Partially implemented ArtistRefreshCommand. In order to move forward, API may need to be switched to Spotify.
7 years ago
Joseph Milazzo 6aff6de378 Added Artist Overview.
7 years ago
Joseph Milazzo 3662bb933b Fixed up API to instead call multiple APIs and mash results together
7 years ago
Joseph Milazzo f97ed62fae Partially implemented artist overview. Needs review
7 years ago
Joseph Milazzo fa52eabb79 Almost finished linking frontend to backend. A few issues with DB mapping to work out.
7 years ago
Joseph Milazzo 5b0f11b19a Albums can now be seen per artist from search.
7 years ago
Joseph Milazzo de21685896 Multiple artists return to UI
7 years ago
Joseph Milazzo a08ebcc0c2 Now returns one artist back with albums.
7 years ago
Joseph Milazzo 2813fccc78 Updated the code to allow a search to be made from UI to iTunes and return a mock result.
7 years ago
Matthew Despain 20c8dec50a First round of refactoring.
7 years ago
Mark McDowall 1dab0aee6a Fixed: Reduce parameters required to add a new series
7 years ago
Taloth Saldono 23871503a2 Replaced Uri with HttpUri.
8 years ago
Taloth Saldono 2ffbbb0e71 Refactored HttpRequest and HttpRequestBuilder, moving most of the logic to the HttpRequestBuilder.
8 years ago
Taloth Saldono 6a90035a4c Updated NLog to v4.2.3.
9 years ago
Taloth Saldono 84c7f4cd8c Added support for tvmaze.
9 years ago
Taloth Saldono ccfa13e383 Replaced built-in valuetypes with language keywords.
9 years ago
Taloth Saldono 372ba13fd2 Fixed SkyHookSearch tests.
9 years ago
Taloth Saldono 9bcb6ff19a New: Sonarr can now update series to use another tvdbid in case when tvdb removes a duplicate and Skyhook detects it.
9 years ago
Mark McDowall a8aac36379 Use skyhook for searching
9 years ago
Taloth Saldono 3907e2b168 Fixed: Xbmc metadata no longer fails if an episode has no rating.
10 years ago
Keivan Beigi 53b22035be New: Skyhook! fixing your calendars!
10 years ago
Mark McDowall 4f0ca20808 Fixed: Refreshing anime series won't cause an error
10 years ago
Mark McDowall f4169e165c Fixed: Don't store incomplete image URLs (image doesn't exist)
10 years ago
Keivan Beigi d4331e9470 removed trakt references, added user agent to tvdb requests
10 years ago
Keivan Beigi d5da0ec4dd fixed: return proper error when searching for invalid tvdb id.
10 years ago
Keivan Beigi 46bf80dcd1 fixed: increased tvdb search limit to 10
10 years ago
Keivan Beigi c368335183 fixed: search using tvdb id is now fixed.
10 years ago
Keivan Beigi 19f5427dbf Fixed: Replaced trakt with tvdb as data source
10 years ago
Mark McDowall 0f56bfac2f Revert "Fixed: Breaking trakt API changes (Posters for add series are placeholders for now)"
10 years ago
Mark McDowall 66ca925b0d Fixed: Breaking trakt API changes (Posters for add series are placeholders for now)
10 years ago
Mark McDowall e3893083bc Fixed: Add series searching improvements
10 years ago
Keivan Beigi 6af9b03d26 added missing using
10 years ago
Keivan Beigi 0be8f55a2f Cleaned up using directive
10 years ago
Mark McDowall 17d4b54561 Fixed: Removed support for CamelCase in folder names to support legitimate show titles like MythBusters
10 years ago
Mark McDowall 6467167046 Moved Extension methods in common to subfolder
10 years ago
Mark McDowall 175ae3e996 Fixed: Series fanart images won't be stored as episode screenshots
10 years ago
Taloth Saldono 7816499b52 Moved trakt search term tests to non-integration test. Added several more testcases for the camelCase conversion and adjusted the underlying logic accordingly.
10 years ago
Powdor 6dc72713be New: Import Existing series now handles camelCase titles without spaces.
10 years ago
Mark McDowall 97c9217c0d Fixed: Improved title sorting for 'A to Z'
10 years ago
Taloth Saldono 6dfbc3c290 Fixed: Will no longer cause an error when trying to parse an anime episode with absolute number 0.
10 years ago
Keivan Beigi f44fd5fcbd Fixed: filter duplicated episodes returned from Trakt
10 years ago
Keivan Beigi ac4f2d5e9a Don't try to download small version of non-existing poster
10 years ago
Taloth Saldono 6a30b13343 Fixed: Updated Add Series sort logic to better handle Country/Year variants.
10 years ago
Keivan Beigi 2c1d3339d0 HttpClient
10 years ago
Taloth Saldono d64c4445b8 Fixed compile warnings.
10 years ago
Taloth Saldono 9a649cf58e Added UserAgent to RestClient.
10 years ago
Taloth Saldono 981ffb09fc Added hint for tvdb: imdb: search prefixes. Also fixed the series title overflow issue.
10 years ago
Mark McDowall bd0392a376 Merge branch 'series-sorttitle' of https://github.com/Taloth/NzbDrone into develop
10 years ago
Mark McDowall 193672b652 Anime!
10 years ago
Taloth Saldono fd5e8a5166 Added Series SortTitle Migration. (Left a slot for anime)
10 years ago
Taloth Saldono 6d2fac5cd0 New: Adding new series by tvdbid: or slug: is now possible.
10 years ago
Taloth Saldono e28123eefd Fixed: Search results from trakt are now sorted based on similarity with the search query.
10 years ago
Mark McDowall a7cabc49b4 Fixed: searching trakt for some series with special characters
10 years ago
JackDandy d9eab04029 Add new feature, set file date to episode aired date. Fix, use alternative Trakt API field for episode air time. Improve the Preview Rename tip.
10 years ago
Mark McDowall acee943d47 strip some additional special characters when searching trakt
11 years ago
Mark McDowall 6525fe9a67 Fixed: Better support for adding series that contain special characters
11 years ago
Mark McDowall 3ca5e478ff Almost everything working except importing episode thumbs
11 years ago
Mark McDowall a6361d0bbd New: XBMC Metadata (Frodo+)
11 years ago
kayone f77469cc4d merge issues.
11 years ago
kayone db690adadf Merge branch 'develop'
11 years ago
Mark McDowall 2183526a34 New: Show ended on add series if applicable
11 years ago
Mark McDowall 2ecacecbfd Merge branch 'develop'
11 years ago
Mark McDowall 9f403b46ff Dropped TVDbEpisodeId since its not used and was causing contraint issues
11 years ago
Mark McDowall ed1be19563 Merge branch 'develop'
11 years ago
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change
11 years ago