Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
/ fincord Public archive

Jellyfin discord bot aimed at small friend groups

License

Notifications You must be signed in to change notification settings

MaticBabnik/fincord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fincord

Jellyfin discord bot aimed at small friend groups

How to use

  • use /join for the bot to join your voice channel
  • open the Jellyfin UI and connect to the fincord session
  • play music from the Jellyfin UI
  • use /leave to leave the voice channel

How to run

  • install the dependencies with npm i
  • create config.json
{
    "appName": "Fincrod",
    "jellyfin": {
        "address":"https://jellyfin.example.com",
        "username": "musicUser",
        "password": "leaveEmptyIfNotRequired"
    },
    "discord": {
        "guildId": "<for registring guild commands, can be an empty string>",
        "clientId": "<for registring commands, required>",
        "token":"<the bot token>"
    }
}
  • register the commands with
npm run register guild
# --- or ---
npm run register global
  • run the bot with
npm run start

Docker

# build with
docker build -t fincord .
# run with
docker run -dit \
  --name fincord --restart always \
  --mount type=bind,source="$(pwd)/config.json",target=/app/config.json\
  fincord

About

Jellyfin discord bot aimed at small friend groups

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published