Commit graph

43 commits

Author SHA1 Message Date
Moritz Jung
4366636d9b fix omdb and id search 2025-08-10 14:03:12 +02:00
Moritz Jung
12ebebc228 Merge branch 'master' of https://github.com/mProjectsCode/obsidian-media-db-plugin 2025-08-08 16:35:42 +02:00
Moritz Jung
292dcf5b49 update deps; make apis more type safe 2025-08-08 16:29:18 +02:00
ltctceplrm
ece6650376 Add country, boxOffice and ageRating fields for movies and series
OMDbAPI has all 3 of these fields and MALAPI only has ageRating. While most anime is japanese there are some korean or chinese anime also on MAL so I thought it best to just set country and boxOffice as empty.

boxOffice isn't applicable for series so I removed that field
2025-07-19 19:14:11 +02:00
ltctceplrm
a615e7f768 Updated image url for omdb and steam
changed steam to a vertical poster to fit the other posters and upgraded the quality of omdb from SX300 to SX600
2025-05-11 17:26:51 +02:00
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
Moritz Jung
4497991344 big changes; we have a good TS config now 2025-01-14 22:30:28 +01: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
Zack Boehm
642aa02937 remove extra logging 2024-06-07 16:08:17 -04: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
Moritz Jung
bf33e7567c prep for release 2024-06-02 20:05:51 +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
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
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
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
Onur NESVAT
c2cdc0ef7f add plot field when fetching data from omdb 2023-09-23 09:30:33 +03:00
SvenPf
0514ce5eb8 add feature to customize date formatting 2023-07-25 00:12:19 +02:00
Moritz Jung
15fc591b83 hopefully fix #94 2023-05-30 17:31:45 +02:00
mProjectsCode
db8a1b53c6 fix #77 2023-02-01 20:58:10 +01:00
mProjectsCode
48bef13e4d fix eslint 2022-11-29 19:45:55 +01:00
mProjectsCode
f5b9020dc8 fix #70 #71 #68 #57 2022-11-26 16:11:21 +01:00
mProjectsCode
9e2961421d install prettier 2022-10-25 16:45:36 +02:00
mProjectsCode
889d51712e Plugin review changes round 2 2022-06-01 13:50:26 +02:00
mProjectsCode
0298270b03 Own YAML Converter and update note won't override user data anymore 2022-05-31 22:26:45 +02:00
mProjectsCode
a5d62ddc24 changes for plugin submission review 2022-05-19 10:38:11 +02:00
mProjectsCode
003c568099 Music releases 2022-05-18 22:10:56 +02:00
mProjectsCode
e2f975d5ea small fix 2022-05-13 22:02:21 +02:00
mProjectsCode
5bdb9bdbaa small fix for type name consistency 2022-05-13 21:19:21 +02:00
mProjectsCode
d2afe3bcc2 games, english anime titles, specials and OVAs 2022-05-12 17:18:12 +02:00
mProjectsCode
92f3e6bab8 search by id 2022-05-11 23:41:55 +02:00
mProjectsCode
9d874cbd18 Templates 2022-05-09 21:46:43 +02:00
mProjectsCode
c7a75ff93c more stuff 2022-05-06 23:45:22 +02:00
mProjectsCode
413a855e07 added basic MAL api 2022-05-06 11:36:22 +02:00
mProjectsCode
30d07f79f3 api descriptions 2022-05-05 21:48:54 +02:00
mProjectsCode
99980028d0 release year in title 2022-05-05 21:03:47 +02:00
mProjectsCode
6dc813a14c New Search Modal 2022-05-05 20:55:54 +02:00
mProjectsCode
cc2962220e Config fixes and janky OMDb implementation 2022-05-04 21:47:48 +02:00