Skip to content

Releases: Superschnizel/Obsidian-Moviegrabber

1.1.9

29 Nov 10:40
Compare
Choose a tag to compare

recognize 8 digit IMDB id's

1.1.8

26 Nov 18:50
Compare
Choose a tag to compare

Templates and tags:

  • invalid Tags are now skipped. (fixes #12 )
  • tags are now made case insensitive (fixes #14 )

other

1.1.7

25 Nov 17:08
Compare
Choose a tag to compare
  • 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.
  • Overwriting a note now also triggers the "create" event, enabling better interoperatbility with other plugins like templater

1.1.6

23 Nov 15:42
Compare
Choose a tag to compare
  • 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

21 Nov 13:10
Compare
Choose a tag to compare
  • 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

19 Nov 21:11
Compare
Choose a tag to compare
  • 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

19 Nov 21:02
Compare
Choose a tag to compare

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

01 Nov 22:47
Compare
Choose a tag to compare

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).

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

1.1.1

25 Oct 20:58
Compare
Choose a tag to compare

fixes critical bug, where directory could not be found, see #4

1.1.0

19 Oct 19:44
Compare
Choose a tag to compare

switching to version 1.1.0

  • added command: search series.
  • added folder for series.
  • added option to switch to created note.

bugfixes:

  • introduced existance check for folders.
  • removing console logs used for debugging.