TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Options for self-hosted media cataloguing tools?

4 点作者 Rumperuu超过 2 年前
I currently track my media through a variety of sites (e.g., Goodreads for books, Letterboxd for films). I want to:<p>a) move from these services to something self-hosted; and<p>b) combine all the various types of media into a single catalogue.<p>The only two self-hosted tools for this that I&#x27;ve found so far are Bookwyrm and Koillection. Bookwyrm has interesting social features through ActivityPub, but as far as I can tell it isn&#x27;t extensible to media other than books. Koillection is content-agnostic, but doesn&#x27;t come with any default media types (inconvenient) doesn&#x27;t appear to have any sort of import function for the data I export from the sites I&#x27;m currently using (dealbreaker).<p>The key features I would like are:<p>• visually customisable;<p>• record notes for each item catalogued;<p>• automatically retrieves cover art; and<p>• provides CSV importing.<p>Can anyone suggest anything that would fulfil these? As far as I can tell, unless someone can suggest something I&#x27;ve overlooked my options are:<p>• whip up something basic myself (but I&#x27;m time-limited at the moment so would like to avoid this if possible);<p>• use Bookwrym and modify it to extend the Book object; or<p>• use Koillection and try to manually import my data directly into the database.

1 comment

CrypticShift超过 2 年前
I suggest you look at the latest iterations in No-Code&#x2F;Lowcode Personal DBs, like <a href="https:&#x2F;&#x2F;www.getgrist.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.getgrist.com&#x2F;</a> (not the backend type like supabase)<p>You will have more flexibility and control over your DB Schema and Data. However, you will certainly loose most media-cataloguing related features.<p>&gt; visually customisable.<p>They do offer some customization; you will have to see if it is enough for you.<p>&gt; record notes for each item catalogued.<p>More than That, you can add any field you want (multi select…)<p>&gt; provides CSV importing<p>More importantly, some provide Merge on import. So your can keep your Goodreads&#x2F;Letterboxd (Social&#x2F;Mobile...) and periodically merge them with your DB.<p>&gt; automatically retrieves cover art<p>Some do have open APIs. In any case, you can write short custom python scripts for your needs (API or Web scraping), and use the merge function to update your DB. This will of course work for any metadata out there, not just cover art.