302 Commits

Author SHA1 Message Date
DaniGTA
90542fdbe8 Adding support for german databases for german descirptions and more.
+ More eng metadata matches like "ソードアート・オンライン" match with "Sword Art Online" or "Sword Art Online II" will match with "Sword Art Online 2".
2017-11-12 15:05:13 +01:00
Luke
6ee9840e3d Merge pull request #2 from DaniGTA/patch-1
fix error if genre is null
2017-10-05 14:03:01 -04:00
Dani
c17e59f41e fix error if genre is null 2017-10-05 01:49:25 +02:00
Luke Pulverenti
07e38a9503 fix config page not loading 2017-09-27 01:46:14 -04:00
Luke Pulverenti
0125359426 re-target to .net standard 2017-08-29 13:04:02 -04:00
Luke Pulverenti
c02b449d0f update components 2017-08-26 20:46:11 -04:00
Luke Pulverenti
9ccd5eaef2 compatibility update 2017-08-19 20:04:46 -04:00
Luke Pulverenti
f05b0b17db compatibility update 2017-08-12 15:18:48 -04:00
Luke Pulverenti
c86d0a7aed Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser.Plugins.Anime
# Conflicts:
#	MediaBrowser.Plugins.Anime/MediaBrowser.Plugins.Anime.csproj
#	MediaBrowser.Plugins.Anime/packages.config
2017-03-06 00:44:15 -05:00
Luke Pulverenti
204ee8719a remove startup code 2017-03-06 00:42:38 -05:00
Luke
839785ab01 Merge pull request #1 from mcd1992/master
Changed datatype from sbyte to short in anime-lists XML parser
2017-01-01 13:58:29 -05:00
mcd1992
cc26a9ab8f Changed datatype from sbyte to short in anime-lists XML parser
This prevents overflow errors with some new animes having a offset greater than -127
2017-01-01 12:18:00 -06:00
Luke Pulverenti
b36639ebab update components 2016-11-14 22:08:43 -05:00
Luke Pulverenti
927b605c66 compatibility update 2016-10-26 01:54:03 -04:00
Luke Pulverenti
e3b1cbf04b update components 2016-07-10 14:08:57 -04:00
Luke Pulverenti
5b4ec29ac5 remove refresh flags 2016-05-14 16:01:46 -04:00
Luke Pulverenti
ec4384ba19 update version 2016-04-15 23:57:12 -04:00
Luke Pulverenti
fb24291e5d compatibility updates 2016-04-14 13:21:28 -04:00
Thomas Gillen
a14596c19b Re-order migration initialisation order 2015-12-01 01:56:01 +00:00
Thomas Gillen
9e5e265c2c Implemented v2 migrations 2015-11-30 22:41:07 +00:00
Tom Gillen
5479c0aba6 Clean AniList genres 2015-11-30 17:47:11 +00:00
Tom Gillen
eb2a6c3468 Installed GitVersion task 2015-11-30 12:22:30 +00:00
Thomas Gillen
953a0d4fb2 Updated AniList providers to use AniList's JSON API 2015-11-30 03:04:37 +00:00
Thomas Gillen
b88fdfc495 Add override option to use AniDB ordering for series organised with seasons 2015-11-29 23:43:10 +00:00
Thomas Gillen
99e9fdb76c Fixed person provider using wrong name order 2015-11-29 23:02:23 +00:00
Thomas Gillen
c22dab67d2 Use animelists for tvdb-anidb conversion 2015-11-29 21:59:24 +00:00
Thomas Gillen
196d325dd2 Merge pull request #10 from mtlott/master
Updated Anime Plugin to work with current version of Emby
2015-09-19 20:32:14 +01:00
mtlott
362763bad4 Add Support for Episode GetSearchResults()
This allows the server auto organization to function
2015-09-19 12:32:32 -04:00
mtlott
921da22c7d Updated Anime Plugin to work with current version of Emby
- Fixed Null Reference to series.People causing crashes
- Added support for MissingEpisodes
- Added support for GetSearchResults during identify operation
2015-09-13 19:30:58 -04:00
Thomas Gillen
b54a7b94fb Updated nuget packages 2014-06-09 20:09:44 +01:00
Thomas Gillen
9407a73c9d Fixed incorrect test data 2014-05-22 21:01:28 +01:00
Thomas Gillen
c18ec2a76c Simplified AniDB title matching 2014-05-22 20:55:27 +01:00
Thomas Gillen
08b44eea12 Handle title matching priorities (official, main, etc)
Fixes #4
2014-05-22 14:00:13 +01:00
Thomas Gillen
a2af705a08 Updated AniList series provider unit test 2014-04-07 13:42:43 +01:00
Thomas Gillen
4b9dda2862 Round community ratings to 1 decimal place 2014-04-07 13:20:28 +01:00
Thomas Gillen
3030a961c0 Support multi-episode files 2014-04-07 09:14:41 +01:00
Thomas Gillen
98cafc9fb7 Improved new line handling 2014-04-03 16:53:50 +01:00
Thomas Gillen
9abe170f2c Removed ignore collections and folders option 2014-03-31 19:08:29 +01:00
Thomas Gillen
cf90982fb9 Updates to support anime series offsets in MBS 2014-03-27 02:41:41 +00:00
Thomas Gillen
41f15d9715 Switch providers to use CachePath for storage 2014-03-01 15:38:03 +00:00
Thomas Gillen
b3ed9667ce Restored genre tidying 2014-02-25 22:31:10 +00:00
Thomas Gillen
5d22a9ce2c Added AniList external ID 2014-02-25 20:42:52 +00:00
Thomas Gillen
74787d87bc Fixed AniDB series xml path 2014-02-25 02:22:07 +00:00
Thomas Gillen
4b37bf039e Added AniDbSeasonProvider stub 2014-02-25 00:14:47 +00:00
Thomas Gillen
21cbf3f18f Ported AniList series provider 2014-02-24 23:43:35 +00:00
Thomas Gillen
d773dddb37 Ported AniDbPerson providers 2014-02-24 23:25:53 +00:00
Thomas Gillen
51188a087b Ported AniDbEpisodeProvider to IRemoteMetadataProvider 2014-02-24 22:54:07 +00:00
Thomas Gillen
665a086366 Ported AniDbSeriesProvider to IRemoteMetadataProvider 2014-02-24 22:45:45 +00:00
Thomas Gillen
c021d1c2d4 Implemented SeriesIndexProvider 2014-02-24 22:32:56 +00:00
Thomas Gillen
6cac6f3c18 AniDb image provider downloads missing anidb info 2014-02-18 18:56:33 +00:00