Skip to content

Releases: Superschnizel/Obsidian-Moviegrabber

1.1.19

17 Apr 09:50
Compare
Choose a tag to compare

Added ability to use javascript string functions on data

1.1.18

16 Mar 15:29
Compare
Choose a tag to compare
  • Fixed issue where there were multiple keep-delimiters when overwriting a note and having a delimiter in the template: Now everything below the delimiter will stay from an already existing note. (closes #10 )

1.1.17

07 Mar 19:13
Compare
Choose a tag to compare
  • Added the ability to save movie posters localy as jpg files (#25).

1.1.16

27 Feb 23:12
Compare
Choose a tag to compare
  • fixed: Series search not possible without Youtube API key. (closes #24)

1.1.15

18 Feb 13:48
Compare
Choose a tag to compare
  • Added the possibility to add a year to the search by addind it in parentheses to the search (e.g. (2024))
  • Added some description text to the search to better show what is available.

1.1.14

18 Jan 18:51
Compare
Choose a tag to compare

Adding Regex Transformations to Templates.

Regex Transformation can be used to transform the data by applying regular expressions.
They are given as an additional option after pre- and suffix. Inside this Transformation every regular expression given inside <$ $> delimiters will be replaced by the matching string from the input.

Example:

This Regex Transformation will transform the "Actors" data in the form of Firstname Lastname into a link in the form of [[Lastname, Firstname|@Firstname Lastname]] (see issue #21):

{{Actors|"[[|]]"|<$\w+$$>, <$^\w+$>\|@<$^\w+$> <$\w+$$>}}

1.1.13

30 Nov 13:09
Compare
Choose a tag to compare
  • Added seperate Filename template for Series. (#17 )

1.1.12

30 Nov 12:22
Compare
Choose a tag to compare
  • Added support for templated filenames:
    • Supports the same tags normaly available in note templates.

1.1.11

30 Nov 00:00
Compare
Choose a tag to compare
  • allowed the option to choose between 'short' and 'full' options for plot length.
  • fixed an issue that caused an issue with spaces after commas dissapearing.

1.1.10

29 Nov 18:45
Compare
Choose a tag to compare
  • Fixed a bug that caused note creation to fail if the tag {{Ratings}} was used.
  • Ratings now correctly display