kikoeru
kikoeru copied to clipboard
Self-hosted web media player for DLsite works
Preview
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.
https://github.com/vscodev/kikoeru/assets/71597201/092f8111-0a1a-4b8f-a8d6-3d7c64755785
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.