Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.04 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.04 KB

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