A TiddlyWiki 5 plugin that serves as a unified media manager for Books, Comics, Games, Manga, Movies, and TV Shows. It fetches metadata from various public APIs and formats them into rich Tiddlers with cover images, descriptions, and ratings.
- Unified Search Interface: Search across multiple media types from a single dashboard.
- Rich Metadata: Imports titles, release dates, authors/creators, genres, plots, and cover images.
- Library Dashboard: A built-in library view to filter and sort your collection by status (Backlog, Active, Completed, Dropped), rating, and year.
- Custom View Template: Displays media tiddlers with a specialized layout including a sidebar for the poster and rating.
| Media Type | Source API | API Key Required? |
|---|---|---|
| Books | OpenLibrary | ❌ No |
| Comics | ComicVine | ✅ Yes |
| Games | RAWG | ✅ Yes |
| Manga | AniList | ❌ No |
| Movies | TMDB | ✅ Yes |
| TV Shows | TMDB | ✅ Yes |
- Go to https://mblackman.github.io/tiddlywiki-media-importer/
- Scroll down to the tiddler
$:/plugins/mblackman/media-importer - Drag and drop the tiddler into your TiddlyWiki.
- Go to the Releases page.
- Download the
media-importer.jsonfile from the latest release. - Drag and drop the file into your TiddlyWiki.
- Click Import.
- Save and Reload your TiddlyWiki.
Some importers require free API keys to function.
- Open the Control Panel in your TiddlyWiki.
- Navigate to the Settings tab, then look for Media Importer.
- Enter your API keys for the services you wish to use:
- ComicVine: Get Key
- RAWG: Get Key
- TMDB: Get Key
- Create a media importer tiddler and add the text:
{{$:/plugins/mblackman/media-importer/ui}}. - Select the tab for the media type you want to add (e.g., Book, Movie).
- Type the title and press Enter or click Search.
- Click Import on the desired result.
- The item is added to your wiki and opened automatically.
MIT