Commit graph

103 commits

Author SHA1 Message Date
ltctceplrm
72198abd33 Made several improvements
- Replaced interpolated string to a new function getDisabledMediaTypes()
- Added override for every API with the plugin settings for disabled media types
- Added _disabledMediaTypes for API's even if they are the only provider of a media type
- Replaced static apiMediaTypes to a dynamic version
2025-03-08 02:35:09 +01:00
ltctceplrm
666ca1e93b Reverted MALAPIManga rename 2025-03-08 02:26:15 +01:00
ltctceplrm
cc30e60d92 Reverted change, spaces shouldn't be allowed in API names to ensure compatibility 2025-03-05 21:50:29 +01:00
Moritz Jung
d54822444a
Merge pull request #176 from ltctceplrm/comicvine
Added support for comics through Comic Vine API
2025-02-19 15:44:18 +01:00
ltctceplrm
49a2d3e442 Fixed steam typo bug
Noticed by @double-hash in #179
2025-02-19 14:52:33 +01:00
ltctceplrm
540a772e6d Ran prettier and commented out VNDBAPI that I forgot to remove
Just in case I forget: ` bun prettier . --write`
2025-02-12 00:31:57 +01:00
ltctceplrm
d89d8be189 Fixed bug when publisher field was null 2025-02-11 22:05:57 +01:00
ltctceplrm
a07e549ea4 Merged comic book models with manga models into comicmanga model
Updated both MALAPI Manga and ComicVine API to be more consistent with eachother.
2025-02-11 21:51:08 +01:00
ltctceplrm
01b56c9be5 Changed publishers mapping for comic books
the publisher field on comic vine isn't an array
2025-02-11 19:42:28 +01:00
ltctceplrm
4eee3704e8 Renamed publisher to publishers and added array
Also added publisher/serialization support for MALAPI MAnga
2025-02-11 19:20:55 +01:00
ltctceplrm
3befc82b87 Added comic book support
- Created a new model for comic books
- Added comic vine support
2025-02-11 15:45:20 +01:00
Moritz Jung
4497991344 big changes; we have a good TS config now 2025-01-14 22:30:28 +01:00
Moritz Jung
cbbaf54b33
Merge pull request #166 from ltctceplrm/giantbomb
Added support for giant bomb api and modified the readme
2025-01-14 21:07:39 +01:00
ltctceplrm
ee19791dba Added support for giant bomb api and modified the readme
Added a note about mobygames per #164
2024-09-22 01:26:02 +02:00
ltctceplrm
2dc37906fd Added more notices when an API errors out
So users know what went wrong without going to the console
2024-09-04 13:40:39 +02:00
ltctceplrm
6234677bde Added notice when an API key is missing 2024-08-22 15:51:34 +02:00
ltctceplrm
08ca5e122f Use new Error construct and reverted and oversight
Forgot to revert searchbyid for Mobygames
2024-08-22 14:46:53 +02:00
ltctceplrm
552e921d53 Fixed bug when API key is missing 2024-08-22 00:22:56 +02:00
Moritz Jung
e8e262e530 small fixes 2024-06-08 20:22:41 +02:00
Moritz Jung
00ba1d85ed
Merge pull request #147 from ZackBoe/auth-required
MobyGames, OMDb: Don't search APIs that require keys if no key is present
2024-06-08 19:24:25 +02:00
Moritz Jung
c557bfe164
Merge pull request #146 from ZackBoe/steam-search
Steam: use Steam Community SearchApps for title search
2024-06-08 19:23:58 +02:00
Zack Boehm
642aa02937 remove extra logging 2024-06-07 16:08:17 -04:00
ltctceplrm
385596181e Removed unnecessary chain
Only one `?` is needed
2024-06-07 17:10:16 +02:00
ltctceplrm
cf6fbe8f4f Fix null image bug for mobygames 2024-06-07 17:00:06 +02:00
Zack Boehm
f488018f15 Update OMDb urls to https 2024-06-03 01:55:31 -04:00
Zack Boehm
b856c18207 Don't search APIs that require keys if no key is present 2024-06-03 01:51:27 -04:00
Zack Boehm
cbef33e473 Steam: use Steam Community SearchApps for title search 2024-06-03 01:33:42 -04:00
Moritz Jung
bf33e7567c prep for release 2024-06-02 20:05:51 +02:00
Moritz Jung
fac8abf701
Merge pull request #143 from ltctceplrm/master
Added plot to MALapi for anime series
2024-05-27 22:31:55 +02:00
Moritz Jung
03cba2d8b2
Merge pull request #106 from onesvat/master
Add plot field when fetching data from omdb
2024-05-27 22:20:18 +02:00
ltctceplrm
7f85fe4bf8
Added plot to MALapi for anime series 2024-05-09 17:03:26 +02:00
Moritz Jung
54293ac3a1 fix some issues; migrate to bun' 2024-04-11 22:30:55 +02:00
mProjectsCode
9257d8e722 update packages; run formatter 2024-01-27 21:50:20 +01:00
ltctceplrm
d2d6d346ec
Fixed year field for moby api 2024-01-27 02:00:48 +01:00
ltctceplrm
4ec494dbb3
Forgot to add empty field for developers and publishers. 2024-01-27 01:11:41 +01:00
ltctceplrm
e75bb5b476 Added support for Moby Games API 2024-01-27 00:46:11 +01:00
ltctceplrm
93c46e5848
Fixed manga import by replacing double quotes to single quotes
When using the default double quotes the YAML formatting was no longer correct.
2024-01-22 20:27:51 +01:00
ltctceplrm
99bf06dda9
Fixed bug in OpenLibraryAPI when no isbn was present 2024-01-14 18:19:26 +01:00
ltctceplrm
8bb8c2d791 Added developers and publishers field to games
OMDB doesn't have this field so I mapped it to be empty.
2024-01-13 15:01:38 +01:00
ltctceplrm
80cca27bde Removed test for title + author search
Forgot to remove this
2023-12-21 20:35:59 +01:00
ltctceplrm
e30db0897d Added author in the search results for books 2023-12-21 20:33:51 +01:00
ltctceplrm
d21ac66061 Added isbn13 as well 2023-12-19 20:39:26 +01:00
ltctceplrm
fe9f04126d Added isbn field to books 2023-12-19 19:52:52 +01:00
mProjectsCode
5125e73cb4 update deps; fix preview modal 2023-12-12 21:07:49 +01:00
ltctceplrm
5f6f875b86 Replaced the producer field by director and added writer and studio fields 2023-12-09 20:47:00 +01:00
ltctceplrm
18f4412158 Added plot section for books 2023-12-09 15:20:21 +01:00
ltctceplrm
57de3d614c Modified the PR by onesvat to add plot to media
I modified synopsis in manga to plot and added the plot in MALapi that also uses the movie model, I did the same thing for series
2023-12-08 03:32:07 +01:00
ltctceplrm
75ad6db677 Added covers and url to music albums 2023-12-07 22:31:42 +01:00
mProjectsCode
1d76bb8981 maintenance 2023-09-28 11:50:39 +02:00
Phantom
67825ae135 Merge remote-tracking branch 'upstream/master' 2023-09-27 21:17:56 -05:00