Commit Graph

89 Commits

Author SHA1 Message Date
Joshua M. Boniface
2ec31c8d90 Bump version to 7
Fixes the incorrect AssemblyVersion and FileVersion from the v6 release,
which was causing issues with updates on startup.
2020-03-20 17:58:55 -04:00
dkanada
5272775d5c
Merge pull request #54 from Musi13/fix-anidb-searching
Fix metadata 403's and Add images to search results
2020-03-16 01:16:38 +09:00
Nic Patterson
232db7db2a
Fix building against Jellyfin 10.5.0 2020-03-14 14:59:29 -07:00
Alex Gonzales
d1c149a40c Add User-Agent header to all requests 2020-03-09 23:08:36 -05:00
Alex Gonzales
a72991ebef Change user agent to jellyfin specific 2020-03-09 09:03:30 -05:00
Alex Gonzales
70a1c54f79 Include User-Agent in AniDB titles request, add ImageUrl to search results 2020-03-08 20:40:15 -05:00
Alex Gonzales
3aeb0bbb1b Revert version bump 2020-03-08 20:26:38 -05:00
Alex Gonzales
2e39083d84 More directly reeuse SeriesProvider's search function in MovieProvider 2020-03-08 16:28:43 -05:00
Alex Gonzales
a2dc42ae48 Combined AniDB Series/Movie/Season Image provider into a single class, because they currently do the same thing 2020-03-08 12:16:56 -05:00
Alex Gonzales
f45818d54c Addressed PR comments: Refactor and reword MovieImageProvider, remove commented EpisodeProvider code 2020-03-08 03:29:44 -05:00
Alex Gonzales
4c5673d4f8 Add AniDBMovieProvider 2020-03-07 23:13:04 -06:00
dkanada
4d92c468a5
update external id url 2020-02-24 14:29:50 +09:00
dkanada
2750b700c7 refactor some files 2020-02-24 00:52:55 +09:00
dkanada
802f1b0b9c remove proxer for now 2020-02-24 00:38:11 +09:00
dkanada
1147832998 change anisearch url 2020-02-24 00:36:55 +09:00
Jun Jin Choong
3144557261 bumped version 2019-08-06 21:52:03 +09:00
Jun Jin Choong
5ff235f98e Rebased. Fixed AniDB and added Async. 2019-08-06 21:27:00 +09:00
dkanada
df515df866 fix some class names and remove deprecated provider 2019-07-24 23:43:18 -07:00
dkanada
b4b1f4bf91 fix build issues 2019-07-21 18:51:49 -07:00
Bond_009
a045aaecaf Cleanup 2019-07-02 22:20:06 +02:00
Joshua Boniface
cea6b90901 Bump to version 3 2019-05-03 18:30:10 -04:00
StillLoading
913a17c62e quick typo fix 2019-05-03 19:29:10 +02:00
Joshua Boniface
40722458a4 Bump version and Jellyfin version 2019-04-19 17:02:26 -04:00
Matt07211
b90acc78c2 Drop explicit PackageReference
Jellyfin.Controller already includes it
2019-03-22 21:42:59 +11:00
Matt07211
2bb6eaff0e Style changes
This mainly code style changes bringing the plugin in line with how
other plugins
- Put system before any other, rest sorted in alphabetical order
- Typo fixes
- Updating the configuration section to current standard implementation
2019-03-14 00:27:22 +11:00
Matt07211
afe6c1e1ba Drop duplicate asynclock code
And use refernce Jellyfin.Plugin.Anime so Downloader.cs can make use of
Asynclock
2019-03-13 23:53:15 +11:00
Joshua Boniface
534d8942d6 Bump Controller version to 10.2.0 2019-02-18 14:09:13 -05:00
Joshua M. Boniface
6255d9e0d8
Merge pull request #25 from joshuaboniface/build-yaml
Add build metadata and new GUID
2019-02-18 11:49:33 -05:00
Joshua Boniface
8df158cb2a Last uuid replacement 2019-02-18 11:38:14 -05:00
Joshua M. Boniface
4113f1c1a6
Merge pull request #27 from StillLoading/anidb-genre-fix
Parse tag instead of category
2019-02-13 19:24:33 -05:00
StillLoading
afdb1ddd46 Parse tag instead of category 2019-02-13 19:24:26 +01:00
siekmann
de24b4d7fb Fixed two typos 2019-02-13 17:15:47 +01:00
Joshua Boniface
90f202b153 Update version 2019-02-10 18:02:08 -05:00
Joshua Boniface
1ffb85193d Update to new UUID 2019-02-10 17:57:19 -05:00
Julian Siekmann
42be56a33d Implemented CSS where possible. Removed unused options and default
values (this is done in PluginConfiguration.cs).
2019-02-07 19:46:35 +01:00
Matt07211
b55caa7937 Fix incorrect AniList ID being used
Due to change I made
(211672c885 (diff-a3b336ee9cf78b4920b9b9700718d2da)) the AniList metadata provider would use the show ID specific to MAL and not the ID specific to AniList.
2019-02-06 21:27:40 +11:00
Matt07211
a797bb58eb Fix build error
The file got malforemed by a bad revert
(1d9cba390c
)

This fixes the bandaid the got put on it after the bad revert
2019-02-06 15:50:14 +11:00
Matt07211
064d31a9b9 Use Jellyfin namespace 2019-02-06 15:50:14 +11:00
Matt07211
10ba4ee902 Renamed to be inline with current standard 2019-02-06 15:50:14 +11:00