Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filmbudd/filmbudd-lite

The Filmbudd Lite Extension is the best movie productivity tool community edition for movie fans.
https://github.com/filmbudd/filmbudd-lite

chrome-extension douban edge-extension extension filmbudd imdb safari-extension

Last synced: 6 days ago
JSON representation

The Filmbudd Lite Extension is the best movie productivity tool community edition for movie fans.

Awesome Lists containing this project

README

        

# The Filmbudd Lite Extension

Installation [chrome](https://chromewebstore.google.com/detail/filmbudd-lite/knjgfggpjlmjaoknobdinelbbpmcfcjh)
[edge](https://microsoftedge.microsoft.com/addons/detail/filmbudd-lite/fafjcmjkhdojjcdpailngmgcjjnidhjo)

[English](./README.md) | [įŽ€äŊ“中文](./README.zh_CN.md)

[![Node.js CI](https://github.com/filmbudd/filmbudd-lite/actions/workflows/node.js.yml/badge.svg?branch=master)](https://github.com/filmbudd/filmbudd-lite/actions/workflows/node.js.yml)

The Filmbudd Lite Extension is the best movie productivity tool for movie fans.

Why Filmbudd?

- 💡 Simple: Filmbudd Lite is so simple you already know how to use it.
- 🛡ī¸ Secure: Filmbudd Lite keeps your data safe from hacker attacks.
- 🍌 Open: Filmbudd Lite uses open API and source code free for everyone.

Features

- Displays the Douban ratings and number of votes on IMDb, or vice versa.
- Allows you to jump from IMDb to Douban with a single click, and vice versa.
- Transform IMDb ID text to clickable link on Douban.
- Enables you to search for a selected keyword on IMDb/Douban.

Preview

![feature show rating](./1-feature-show-rating.png)

![feature click to jump](./2-feature-click-to-jump.png)

![feature search selected](./3-feature-search-selected.png)

OPTINOAL: generate or update [Connect RPC](http://connectrpc.com/) client code

cd path/to/filmbudd/source/root/
pnpm i
npx buf generate --template buf.gen.lite.frontend.yaml

Compilation Guide

npm install -g pnpm
pnpm i
pnpm dev

DO NOT upgrade following dependencies, or it will build fail:

pnpm add @bufbuild/protobuf@^1.10.0 @connectrpc/connect@^1.6.1 @connectrpc/connect-web@^1.6.1