npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

oblecto

v0.3.2

Published

Oblecto is a frontend agnostic media butler bringing high performance high quality media streaming to the home

Readme

npmjs Join the chat at https://gitter.im/robinp7720/Oblecto DeepSource DeepSource DeepSource

Oblecto logo

Oblecto

What is it?

Oblecto is a self-hosted media server for streaming the media you already own. It indexes Movies and TV Shows, enriches them with metadata and artwork, and serves them through a web interface or compatible clients.

Features

  • Movie and TV library indexing with background updates.
  • Metadata and artwork from TMDb, TVDB, and Fanart.tv (bring your own API keys).
  • Built-in web UI (Oblecto-Web) served by the backend.
  • Jellyfin/Emby API emulation for compatible clients (port 8096).
  • Streaming sessions with direct play and recode/HLS support (via FFmpeg).
  • Optional federation and seedbox import support.
  • CLI tools for setup, database init, and user management.

What Oblecto can do

  • Scan folders of Movies/TV, identify items, and keep your library organized.
  • Fetch posters, fanart, episode banners, descriptions, and ratings.
  • Serve your library to the web UI and compatible Jellyfin clients.
  • Track playback progress and provide "Next Up" for TV series.
  • Store assets and metadata in a local database (SQLite by default).

Setup

Oblecto can be installed using NPM or directly from Git. We recommend NPM unless you plan to develop.

Quick start (npm)

  1. Install: npm install -g oblecto
  2. Initialize config and assets: oblecto init
  3. Edit /etc/oblecto/config.json and set:
    • movies.directories and tvshows.directories
    • API keys: themoviedb.key, tvdb.key, fanart.tv.key
    • Database settings (SQLite by default)
  4. Initialize the database: oblecto init database
  5. Start the server: oblecto start (or oblecto start-tui)
  6. Open the web UI at http://localhost:8080/web (or the port set in server.port)

From source (development)

  1. Install dependencies: npm install
  2. Build the web UI: npm run build:web
  3. Build or run the backend:
    • npm run build then npm run start, or
    • npm run dev for live development
  4. Use the CLI if needed: npm run oblecto (or npm run oblecto:dev)

Configuration notes

  • Config path order: OBLECTO_CONFIG_PATH -> ./res/config.json -> /etc/oblecto/config.json
  • Default SQLite file: /etc/oblecto/database.sqlite
  • Sample config template: res/config.json

Need help? Ask in the gitter chat or check the setup guide: https://github.com/robinp7720/Oblecto/wiki/Getting-Started

Powered by