Commit Graph

302 Commits

Author SHA1 Message Date
dkanada
8cf7654a0b
Merge pull request #51 from jellyfin/de
Update providers
2020-02-29 23:48:19 +09: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
dkanada
027c8c7c11 update readme 2020-02-24 00:33:58 +09:00
Joshua M. Boniface
d6afa61d2b
Merge pull request #41 from zepx/fix-anidb
Fixed AniDB. Bumped version.
2019-08-06 08:57:55 -04: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
Joshua M. Boniface
75c4eb4366
Merge pull request #43 from dkanada/master
Resolve build issues and other cleanup
2019-07-28 16:26:16 -04: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
dkanada
1b835b0115 modify gitignore 2019-07-21 18:27:58 -07:00
dkanada
47d75b5a4c
Merge pull request #42 from Bond-009/cleanup
Cleanup
2019-07-21 17:04:56 -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
Joshua M. Boniface
6beaeb28da
Merge pull request #37 from StillLoading/issue-36
Fix configuration page typo
2019-05-03 18:29:03 -04:00
StillLoading
913a17c62e quick typo fix 2019-05-03 19:29:10 +02:00
Joshua M. Boniface
13b8305f88
Merge pull request #35 from joshuaboniface/jellyfin-bump
Bump version and Jellyfin version
2019-04-19 20:09:16 -04:00
Joshua Boniface
40722458a4 Bump version and Jellyfin version 2019-04-19 17:02:26 -04:00
Joshua M. Boniface
a9e750952f
Merge pull request #32 from Matt07211/standardized
Standardized and QOL Imporvements
2019-04-19 16:56:37 -04:00
Matt07211
b90acc78c2 Drop explicit PackageReference
Jellyfin.Controller already includes it
2019-03-22 21:42:59 +11:00
Matt07211
e008e14304 Add CONTRIBUTORS.md 2019-03-14 00:47:13 +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 M. Boniface
57698f318b
Merge pull request #31 from dkanada/patch-1
Update build.yaml
2019-03-11 00:03:27 -04:00
dkanada
2c80e3c5ce
Update build.yaml 2019-03-11 11:47:16 +09:00
Joshua M. Boniface
8eb4f59296
Merge pull request #29 from joshuaboniface/upstream-bump
Bump Controller version to 10.2.0
2019-02-18 14:40:00 -05: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 Boniface
718bbfbfdf Remove superfluous dotnet_runtime 2019-02-18 11:35:16 -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
Joshua M. Boniface
c719e893bd
Merge pull request #23 from StillLoading/ugly-config
Update configPage with CSS
2019-02-13 19:22:15 -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
2797b4edb8 Add more expansive overview 2019-02-10 18:08:37 -05:00
Joshua Boniface
14f3e4b2e9 Use real version now 2019-02-10 18:03:19 -05: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
Joshua Boniface
c1e77e0d12 Add initial build.yaml 2019-02-10 17:57:14 -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
Joshua M. Boniface
bfdf0ef63f
Merge pull request #21 from Matt07211/anilist-fix
Fix incorrect AniList ID being used
2019-02-06 22:24:45 -05: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
Joshua M. Boniface
f3df278b25
Merge pull request #18 from Matt07211/jellyfin-rename
Jellyfin Rebrand
2019-02-05 23:55:33 -05: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
Joshua M. Boniface
cc84d24157
Merge pull request #16 from Matt07211/remove-auto-data
Drop automatic metadata update option
2019-02-05 23:43:41 -05:00
Joshua M. Boniface
de753e5eec
Merge pull request #15 from Matt07211/german-drop
Drop German localisation option
2019-02-05 23:43:08 -05:00