Coder Social home page Coder Social logo

hound's Introduction

Hound

Track TV Shows, Movies, etc. Self-hosted version of Trakt, Simkl, etc.

Demo

Access the demo here

username: demo
password: demodemo

Features

  • Current
    • Search Movies, TV Shows, and Games
    • Multiple users
    • Create collections (playlists)
    • Add watch data
    • Write reviews
  • Future
    • Integrate more media types (books, manga, etc.)
    • Third-party integrations (plex, jellyfin)
    • Add more views/information to each page (eg. DLCs for games)
    • Recommendations
    • Add your own metadata, manually add media
    • Data export
    • Third-party review score integration (eg. IMDB, Metacritic, RT)
    • View actor information (eg. movies they've played)
    • View public collections / other user's collections
    • Review individual seasons, episodes (TV Shows)
    • Add private notes for your media

API Keys

You need a TMDB API key and IGDB Client ID and secret to run Hound.

Docker Compose

Set your API keys in the compose.env file. If you change the database username/password, make sure you change the DB connection string as well.

docker compose up

Build from Source

Build both the frontend and backend separately. By default, the frontend runs on http://localhost:3000 and the backend runs on http://localhost:8080. If you change the backend server host, adjust server_host in /web/src/config.json to point to the backend.

Frontend

cd web

npm install

npm run start

Backend

Set your API keys in the server/.env file. If you change the database username/password, make sure you change the DB connection string as well.

cd server

go build

Contributing

Project is still at a very early stage. Expect many bugs. Please report any you see. This project needs contributors. Feel free to contact me if you're interested.

Screenshots

home page tv page tv page 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.