FastPrez is a Vue.js application that automatically generates BBCode from NFO files using data from TMDB (The Movie Database). This tool simplifies the process of creating BBCode for media sharing by extracting relevant information from NFO files and formatting it for easy use in forums and other platforms.
- 🔎 Automatically reads NFO files and extracts metadata.
- ⬇️ Fetches additional information from TMDB to enrich the BBCode output.
- ✨ Generates BBCode snippets for movies
You can visit it at this address: https://fast-prez.onrender.com/. Currently, FastPrez is hosted on Render, this can change in the future.
This project uses EditorConfig. Most IDE come bundled with native support for EditorConfig. If yours does not, see to download a plugin (needed on VS Code).
FastPrez needs a TMDB account to work.
-
Create your account: Go to TMDB (The Movie Database) and sign up for an account if you don't already have one.
-
Generate your API key:
- After logging in, navigate to the API section of the website.
- Follow the instructions to request and generate your API key.
-
Create a .env file:
- Create a
.env
file using.env.example
. - Paste your TMDB API key inside.
- Create a
To get started with the project, follow these steps:
- Install dependencies using
npm install
. - Start the project with hot-reloading
npm run dev
.