Commit graph

428 commits

Author SHA1 Message Date
ltctceplrm
0b5c2907db Added plot 2026-01-14 03:10:46 +01:00
ltctceplrm
f973d15c4f Updated openlibrary api query url
Updated cover field
Added workaround to get specific editions title and covers
2026-01-14 02:53:17 +01:00
Moritz Jung
fa691741ce [auto] bump version to 0.8.0-canary.20251229T143140 2025-12-29 15:31:44 +01:00
Moritz Jung
c36b304170 make eslint happy 2025-12-29 15:31:23 +01:00
Moritz Jung
94e17cb1f4
Merge pull request #233 from ltctceplrm/album-length
Added total duration for a music release/album
2025-12-29 15:28:22 +01:00
ltctceplrm
df5c1cada1 Removed meta.txt 2025-12-29 15:25:41 +01:00
Moritz Jung
987922b7db
Merge pull request #231 from ltctceplrm/master
Add checkbox to linkify properties into wikilinks
2025-12-29 15:22:58 +01:00
ltctceplrm
674b775b6b Added total duration for a music release/album 2025-12-29 14:31:09 +01:00
ltctceplrm
b2835dc6e3 Property mapping section Table view 2025-12-10 01:30:19 +01:00
ltctceplrm
f8b6ae8761 Fix checkbox state not updating + ran prettier
Forgot a comma and to load back the wikilink with new properties
2025-12-09 21:34:00 +01:00
ltctceplrm
95035e5eac Added a wikilinks option to property mappings section
WIP, known bug: the checkboxes don't reflect the state when obsidian restarts
2025-12-09 21:32:56 +01:00
Moritz Jung
4c7ae08f91 refactor suggester code 2025-12-02 12:57:46 +01:00
Moritz Jung
e1a08e0680
Merge pull request #227 from ltctceplrm/boardgames
Fixed bug with file and folder paths selecting
2025-12-02 12:45:00 +01:00
ltctceplrm
fed478c150 More fixes
Fixed suggestion not saving after being clicked
Changed from file name to path to ensure consistency in suggestion, otherwise you had to clear the whole textbox for suggestions to show up
2025-11-28 18:07:26 +01:00
ltctceplrm
d65de56323 Fixed bug with file and folder paths selecting 2025-11-28 15:49:31 +01:00
Moritz Jung
999d6d43f2 [auto] bump version to 0.8.0-canary.20251127T201949 2025-11-27 21:19:53 +01:00
Moritz Jung
23bfc34f48
Merge pull request #223 from ltctceplrm/boardgames
Added API authorization for Boardgame Geek
2025-11-27 21:14:26 +01:00
ltctceplrm
0de5ba008b Added 401 error status 2025-11-17 13:44:40 +01:00
ltctceplrm
51f7df2d40 Added API authorization for Boardgame Geek 2025-11-17 13:38:39 +01:00
Moritz Jung
73c9391416
update warning 2025-09-24 17:14:36 +02:00
Moritz Jung
ff54e5008a
Fix some erros in ther readme, and add a warning 2025-09-24 17:10:49 +02:00
Moritz Jung
9cca087974
Merge pull request #217 from ltctceplrm/master
Fixed undefined property bug in openlibrary
2025-09-23 10:32:46 +02:00
ltctceplrm
3b4dace1aa Fixed potential bug in openlibrary
Specifically TypeError: Cannot read properties of undefined (reading 'toString')
2025-09-23 00:01:11 +02:00
Moritz Jung
813c165b88
Merge pull request #213 from mProjectsCode/revert-208-downloaded-file-as-string
Revert "Fix download image frontmatter formatting"
2025-09-10 13:09:07 +02:00
Moritz Jung
b60ca932e5
Revert "Fix download image frontmatter formatting" 2025-09-10 13:08:49 +02:00
Moritz Jung
13f999849c more bulk import to own file 2025-09-04 21:49:03 +02:00
Moritz Jung
9941f14008
Merge pull request #207 from Spydarlee/batch-import-by-id
Allow batch / folder import by id as well as title
2025-09-03 22:08:47 +02:00
Karn
29269aa990 Further refactoring of the bulk / folder import logic 2025-09-03 20:37:04 +01:00
Karn
4798f1144b Refactor bulk folder import logic to better switch between title and id lookup methods 2025-09-03 18:48:53 +01:00
Moritz Jung
535987e252
Merge pull request #206 from Spydarlee/clean-file-names
Clean up generated files names to remove or replace invalid characters
2025-09-03 15:33:39 +02:00
Karn
bc6b985234 Refactor illegal filename character cleanup 2025-09-03 12:31:54 +01:00
Moritz Jung
a79b5dd8ee [auto] bump version to 0.8.0-canary.20250831T095023 2025-08-31 11:50:27 +02:00
Moritz Jung
5d13a67e95 update readme 2025-08-31 11:45:17 +02:00
Moritz Jung
75166ec77c clean up merged PRs 2025-08-31 11:34:23 +02:00
Moritz Jung
6699805001
Merge pull request #202 from ltctceplrm/musictracks
Add extra metadata for musicbrainz API
2025-08-31 10:32:33 +02:00
Moritz Jung
810beaa23b
Merge pull request #209 from Spydarlee/giantbomb-fix
Fix for double URI component encoding when querying GiantBomb API
2025-08-31 00:06:21 +02:00
Karn
51db30fb27 Fix for double URI component encoding when querying GiantBomb API by title 2025-08-30 22:24:13 +01:00
Karn
c1b35fc895 Remove redundant regex from filename cleaner helper 2025-08-30 19:51:55 +01:00
Moritz Jung
0ddf266805
Merge pull request #208 from Spydarlee/downloaded-file-as-string
Fix download image frontmatter formatting
2025-08-30 20:05:09 +02:00
Karn
9087dcaf7b When appending local version of remote image to frontmatter, enclose in quotes to ensure valid formatting 2025-08-30 17:49:13 +01:00
Karn
a10f9ec609 Allow batch / folder import by id as well as title 2025-08-30 17:38:52 +01:00
Karn
9a702b6fc7 Clean up generated files names to remove or replace invalid characters 2025-08-30 17:02:06 +01:00
ltctceplrm
6170e0760b Revert "Fixed genres"
This reverts commit 6a16fe34cd.
2025-08-10 15:30:43 +02:00
ltctceplrm
6a16fe34cd Fixed genres
Musicbrainz API renamed it from genres to tags
2025-08-10 15:26:44 +02:00
ltctceplrm
f51a1465b4 Added language and trackCount fields for music
The language at musicbrainz is in the format of iso-639-2 so I use a package to translate it to a full name of the language.
2025-08-10 15:17:00 +02:00
ltctceplrm
b6f8258484 Add new mediatypes to package.json 2025-08-10 14:26:38 +02:00
ltctceplrm
6cb41b73d2
Merge branch 'mProjectsCode:master' into musictracks 2025-08-10 14:23:07 +02:00
Moritz Jung
9fa7348ae9 [auto] bump version to 0.8.0-canary.20250810T120325 2025-08-10 14:03:30 +02:00
Moritz Jung
4366636d9b fix omdb and id search 2025-08-10 14:03:12 +02:00
ltctceplrm
d5c9faa0a7 Add tracks to musicbrainz API 2025-08-10 13:59:18 +02:00