Sonophage13 downloadsPulls watched movies (Trakt) and full-album listens (Last.fm) into reference notes via Templater.
An Obsidian plugin that pulls watched movies (Trakt) and full-album listens (Last.fm) into notes in your vault, rendered through your own Movie/Album Templater templates. Named for Ziggy Stardust — the guise of Media, the New God of the screen.
/users/me/history/movies (movies only — TV never leaks in) and creates Movies - <title> notes. Re-watches update last: + rewatched: true instead of duplicating.Albums - <title> notes. Re-listens set relistened_14d: true.The plugin doesn't reproduce the note schema — it hands data to the existing templates via a filename-keyed handshake. Each template's top <%* %> block reads:
const __P = app.plugins.plugins["stardust-importer"]?.pending?.[tp.file.title];
If a payload is present it skips the interactive prompts and fills from it; otherwise the template behaves exactly as before for manual note creation.
{ tmdbId, title, watchedAt }; reuses all TMDB enrichment, just skips the search/suggester/date prompts.{ artist, album, year, trackCount, listenedAt }; auto-selects the best MusicBrainz release-group (artist + title + closest year). On a low-confidence match it still attaches the best guess, sets needs_review: true, and adds a warning callout (option b).npm install && npm run build.obsidian/plugins/stardust-importer → this repo, enable the plugin.write_template_to_file — fine for a pinned personal install; a future Templater rewrite could rename it.lastScanned watermarks, seen movies/albums) lives in this plugin's data.json.