/nfs-media-manager

Scrape film metadata from TMDB and IMDB/OMDB using Kodi/XBMC NFO files. Scrape albums from Spotify, Discogs, Last.fm, MusicBrainz, Metacritic and RYM

Primary LanguageTypeScriptMIT LicenseMIT

NFS Media Manager

Early stages of development

Media scraper and Media browser (simple web UI)

Setup

# Install pnpm
npm i -g pnpm

# Install turbo
pnpm add turbo --global

# Install dependencies
pnpm i

# Build
turbo run build

Media-scraper

  • Scrape film metadata from TMDB and OMDB using Kodi/XBMC NFO files
  • Scrape albums from Spotify, Discogs, MusicBrainz and CSV

Rename apps/server/sample.env -> apps/server/.env and set values

Run

cd apps/server

# Scrape albums
pnpm run start music

# Scrape movies
pnpm run start movie

Media-browser

Spotify Album Player

Run

cd apps/web

pnpm run dev

Grid mode

image

Table mode

image

Movie browser

Grid mode

image