Categorygithub.com/superp00t/jflx
module
0.0.0-20240617032929-6757e6540f90
Repository: https://github.com/superp00t/jflx.git
Documentation: pkg.go.dev

# README

josh flicks

An example server.conf:

  • "ListenAddress"

    the IP address to bind to.

  • "TMDBScrapeKey"

    You need an API key for the Movie Database to use metadata scraping.

{
 "ListenAddress": "0.0.0.0:38088",
 "TMDBScrapeKey": "<your TMDB scraping API key here>",
 "Volumes": [
  {
    "Kinds": "movie",
    "Handle": "Film",
    "Sources": [
      "/var/film1/",
      "/media/external_film_drive/"
    ]
  }
 ]
}

# download code
git clone https://github.com/superp00t/jflx.git
# go into josh flicks directory
cd jflx
# now you should create your server.conf in this directory

# build the server code
go build github.com/superp00t/jflx/cmd/jflx_server
# run your server (linux)
./jflx_server
# or on windows
jflx_server.exe

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author