Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamcsk1/omdb-movie-data-fetcher
OMDb movie data fetcher macro for the Obsidian QuickAdd plugin
https://github.com/adamcsk1/omdb-movie-data-fetcher
js obsidian
Last synced: about 1 month ago
JSON representation
OMDb movie data fetcher macro for the Obsidian QuickAdd plugin
- Host: GitHub
- URL: https://github.com/adamcsk1/omdb-movie-data-fetcher
- Owner: adamcsk1
- License: mit
- Created: 2024-11-28T08:31:23.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-28T08:39:06.000Z (about 1 month ago)
- Last Synced: 2024-11-28T09:31:58.463Z (about 1 month ago)
- Topics: js, obsidian
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OMDb movie data fetcher
This is a fork from the QuickAdd original _[movie.js](https://quickadd.obsidian.guide/assets/files/movies-86507f5b12922d1a3faca11b07d6b883.js)_ macro script.
# Changes
* More readable code
* Add linting and code formatting
* Remove extra template values (except fileName)
* Add IMDb url parsing support# Usage
The usage is tha same like the original _movie.js_ macro. _[Documentation](https://quickadd.obsidian.guide/docs/Examples/Macro_MovieAndSeriesScript)_When the _Installation_ steps ask you for the _movie.js_ selection, then you should select the _omdb-movie-data-fetcher.js_ script.