Skip to content

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

License

Notifications You must be signed in to change notification settings

nf-s/nfs-media-manager

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages