Skip to content

vscodev/kikoeru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kikoeru

Self-hosted web media player for DLsite works

Preview

home

works

work

histories

Usages

Self-hosted web media player for DLsite works

Usage:
  kikoeru [command]

Available Commands:
  clean       Clean works metadata
  completion  Generate the autocompletion script for the specified shell
  help        Help about any command
  refresh     Refresh works metadata
  start       Start the server
  sync        Sync works metadata

Flags:
      --debug          debug mode
  -h, --help           help for kikoeru
  -x, --proxy string   use the specified proxy

Use "kikoeru [command] --help" for more information about a command.
kikoeru.mp4

Change the current directory to kikoeru and create a new folder named media .

cd /path/to/kikoeru
mkdir media

Put your works in the media folder, one work, one directory, and the directory name must contain a valid work id. E.g.:

media/RJ395908
media/Miyadi/[みやぢ屋][RJ334212]ガチ恋不可避の耳リフレ2
media/音撫屋/RJ203751

Sync works metadata

./kikoeru sync

Kikoeru will automatically scan the media library and crawl works metadata from DLsite.

Note: If you have trouble connecting to DLsite, please use proxies through kikoeru's -x or --proxy flag. E.g.:

./kikoeru sync -x socks5://127.0.0.1:7890

Start the server

./kikoeru start

Visit http://localhost:2333 through your browser, enjoy~

Thanks

The project is inspired by kikoeru-express , developed with Go, TypeScript and Vue 3.