Superschnizel / Obsidian-Moviegrabber

obsidian.md plugin to grab data from public movie Databases and make them into a note that can be used with dataview querries
MIT License
24 stars 5 forks source link

Added optional Rotten Tomatoes data retrieval #37

Open jaxley opened 4 days ago

jaxley commented 4 days ago

Based on the settings, you can enable or disable querying OMDb for Rotten Tomatoes data. Defaults to enabled. RT data may not be very complete but at least the tomatoURL is very useful for accessing RT directly from entries. YMMV.

Part of this change incorporated a minor refactor to use a Type Mapping feature of TypeScript to keep the case insensitive mapping for template lookups in sync with the MovieData interface automatically.