Releases: Superschnizel/Obsidian-Moviegrabber
Releases · Superschnizel/Obsidian-Moviegrabber
1.1.10
- Fixed a bug that caused note creation to fail if the tag {{Ratings}} was used.
- Ratings now correctly display
1.1.9
recognize 8 digit IMDB id's
1.1.8
1.1.7
-
Added the ability to define a prefix and suffix that can be applied to each data item (will be applied per element for lists).
- usage:
{{<property name>|<prefix>|<Suffix>}}
. - example:
{{Director|"[[|]]"}}
will create an internal link.
- usage:
-
Overwriting a note now also triggers the "create" event, enabling better interoperatbility with other plugins like templater
1.1.6
- Added ability to search by IMDB-id. To use this feature just enter an imdb id in the normal search, it will automatically be detected if it is a valid id.
Bugfixes:
- Fixed a bug where 'null' would be added to a note when overwriting without a delimiter present.
1.1.5
- added the ability to overwrite existing Notes: Upon trying to create a note for a movie that already exists Moviegrabber will now ask you if you want to overwrite this note.
If you want to keep something from the existing note when overwriting, you can use the delimiter %%==MOVIEGRABBER_KEEP==%%. Everything below this delimiter will be appended to the note after overwriting.
see #8
- removed some unused code
- fixed versioning issues
1.1.4
- added the ability to overwrite existing Notes: Upon trying to create a note for a movie that already exists Moviegrabber will now ask you if you want to overwrite this note.
If you want to keep something from the existing note when overwriting, you can use the delimiter %%==MOVIEGRABBER_KEEP==%%. Everything below this delimiter will be appended to the note after overwriting.
see #8
- removed some unused code
1.1.3
added the ability to overwrite existing Notes: Upon trying to create a note for a movie that already exists Moviegrabber will now ask you if you want to overwrite this note.
If you want to keep something from the existing note when overwriting, you can use the delimiter %%==MOVIEGRABBER_KEEP==%%
. Everything below this delimiter will be appended to the note after overwriting.
solves #8
1.1.2
Additions
- Added the ability to create Template files, that will be filled using template tags (as proposed in #6 )
- The data can will be filled in based on tags in the form
{{Title}}
- availabel tags are listed in the README.md or can be viewed by
- generating an example Template file (in the settings).
- The data can will be filled in based on tags in the form
Bugfixes/ improvements
- improved handling of request related errors.
- upon failing a request, the same request will now be retried up to four times.
- made the use of the youtube API optional
- if there is no API-key given, the YoutubeEmbed field will not be populated