Commit graph

917 commits

Author SHA1 Message Date
Stefano
d4e11241c5
Merge pull request #1096 from xytxxx/auto-turn-voice-down-when-people-speaks
feat: automatically turn volume down when people talks
2024-11-04 13:33:00 +01:00
Stefano
4ec8a6d091
Merge branch 'master' into auto-turn-voice-down-when-people-speaks 2024-11-04 13:28:59 +01:00
Hazzajenko
8441935865 Add migration for prisma db changes 2024-11-01 17:47:22 +11:00
Hazzajenko
27d20a59d8 Added turnDownVolumeWhenPeopleSpeak and turnDownVolumeWhenPeopleSpeakTarget fields to the Setting model in Prisma 2024-11-01 17:45:55 +11:00
Hazzajenko
fe30673e23 Update README.md to the latest version of muse.
Changed the section to mention the discord commands rather than the env variables.
2024-11-01 17:45:01 +11:00
Hazzajenko
825c9a0c53 Refactor player service to use getGuildSettings instead of passing in the config. 2024-11-01 17:43:39 +11:00
Hazzajenko
ba3f1d60c3 Remove Config injection from PlayerManager as we are getting the values from prisma. 2024-11-01 17:42:09 +11:00
Hazzajenko
27b1a25e56 Remove obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK from .env.example 2024-11-01 17:41:07 +11:00
Hazzajenko
a87bf60fe5 Updated Dockerfile to latest version of muse. 2024-11-01 17:39:42 +11:00
Hazzajenko
53af0074fc Update dotenv line to latest version of muse.
Removed obsolete TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK and TURN_DOWN_VOLUME_WHEN_PEOPLE_SPEAK_TARGET environment variables and corresponding class properties as we will use the discord commands instead.
2024-11-01 17:38:23 +11:00
Hazzajenko
b42f27eba9 Added commands to set whether to reduce the volume when people speak and to set the target volume. 2024-11-01 17:36:01 +11:00
Hazzajenko
d6364ac2aa Update CHANGELOG for version 2.9.5 release.
Updated env variables with discord commands.
2024-11-01 17:31:06 +11:00
Stefano Haagmans
e82bc977ff
Release 2.9.5 2024-10-29 10:22:47 +01:00
Stefano Haagmans
c561eb70ba
Incorrect PR number 2024-10-29 10:21:01 +01:00
Stefano
bb9544b94d
Update CHANGELOG.md 2024-10-29 10:19:31 +01:00
Stefano
c0a879666f
Merge pull request #1118 from museofficial/develop
* Feat: allow users to change dotenv file with env var

This facilitates the usage of docker secrets for the keys/tokens.

* Feat: default ENV_FILE to /config in dockerfile

* Doc: document the existance and usage of ENV_FILe env var.

* Fix: legacy env key in dockerfile

* Dependency upgrade (for the past few missed dependabot updates) (#1117)

* Bump dotenv from 16.0.0 to 16.4.5

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.4.5)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump p-retry from 4.6.2 to 6.2.0

Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](https://github.com/sindresorhus/p-retry/compare/v4.6.2...v6.2.0)

---
updated-dependencies:
- dependency-name: p-retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ora from 6.1.0 to 8.1.0

Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.0 to 8.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v6.1.0...v8.1.0)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/validator from 13.7.2 to 13.12.2

Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.7.2 to 13.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)

---
updated-dependencies:
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prisma from 4.16.0 to 5.21.1

Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.16.0 to 5.21.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: JoaoCostaIFG <joaocosta.work@posteo.net>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 10:15:59 +01:00
Stefano
e23f89706e
Dependency upgrade (for the past few missed dependabot updates) (#1117)
* Bump dotenv from 16.0.0 to 16.4.5

Bumps [dotenv](https://github.com/motdotla/dotenv) from 16.0.0 to 16.4.5.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v16.0.0...v16.4.5)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump p-retry from 4.6.2 to 6.2.0

Bumps [p-retry](https://github.com/sindresorhus/p-retry) from 4.6.2 to 6.2.0.
- [Release notes](https://github.com/sindresorhus/p-retry/releases)
- [Commits](https://github.com/sindresorhus/p-retry/compare/v4.6.2...v6.2.0)

---
updated-dependencies:
- dependency-name: p-retry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump ora from 6.1.0 to 8.1.0

Bumps [ora](https://github.com/sindresorhus/ora) from 6.1.0 to 8.1.0.
- [Release notes](https://github.com/sindresorhus/ora/releases)
- [Commits](https://github.com/sindresorhus/ora/compare/v6.1.0...v8.1.0)

---
updated-dependencies:
- dependency-name: ora
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/validator from 13.7.2 to 13.12.2

Bumps [@types/validator](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/validator) from 13.7.2 to 13.12.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/validator)

---
updated-dependencies:
- dependency-name: "@types/validator"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prisma from 4.16.0 to 5.21.1

Bumps [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) from 4.16.0 to 5.21.1.
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.21.1/packages/cli)

---
updated-dependencies:
- dependency-name: prisma
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-29 10:12:25 +01:00
Stefano
f1b4c74c09
Merge pull request #1040 from JoaoCostaIFG/feature/select-dotenv-path
Feat: allow users to change dotenv file with env var
2024-10-29 09:15:43 +01:00
João Costa
c954cccacb
Fix: legacy env key in dockerfile 2024-10-28 22:36:17 +00:00
João Costa
ce8edf4145
Merge branch 'master' into feature/select-dotenv-path 2024-10-28 16:16:27 +00:00
JoaoCostaIFG
ae40463712 Doc: document the existance and usage of ENV_FILe env var. 2024-10-28 16:15:29 +00:00
JoaoCostaIFG
18e5c5c80e Feat: default ENV_FILE to /config in dockerfile 2024-10-28 16:07:55 +00:00
Yitong Xiao
aae98255b1 feat: automatically turn down volume when people talks 2024-09-15 17:53:05 -04:00
Harry Jenkins
534d8fafaa Release 2.9.4 2024-08-28 16:56:27 +10:00
Harry Jenkins
dede552ddd Merge branch 'TiagoGrosso-configurable-queue-page-size' 2024-08-28 16:44:18 +10:00
Harry Jenkins
a87078c2ad update page-size option description to reflect maximum value of 30 2024-08-28 16:41:12 +10:00
Tiago Grosso
8e7e12c8df fix: limit queue size to 30 2024-08-27 11:11:43 +01:00
Tiago Grosso
0912d95791 feat: add setting for default queue page size 2024-08-24 23:08:05 +01:00
Tiago Grosso
c46153f620 fix: fix page-size option name 2024-08-23 21:38:50 +01:00
Tiago Grosso
6e39c8d09e feat: add optional pageSize to /queue command 2024-08-23 21:22:34 +01:00
Harry Jenkins
1e17b94321 Release 2.9.3 2024-08-19 12:43:37 +10:00
Harry Jenkins
8ef68d2292 Merge branch 'shiftybitshiftr-ytdl-4.14.4' 2024-08-19 11:29:51 +10:00
Harry Jenkins
6c26138c23 Update changelog 2024-08-19 11:03:45 +10:00
Harry Jenkins
ee60a07d23 Merge branch 'ytdl-4.14.4' of https://github.com/shiftybitshiftr/muse into shiftybitshiftr-ytdl-4.14.4 2024-08-19 10:38:01 +10:00
Max Isom
e1dfd192e8
Add release docs 2024-08-18 16:27:39 -07:00
Max Isom
fb4d7885f7
Fix PAT for release comments 2024-08-18 16:27:20 -07:00
Max Isom
069774e709
Release 2.9.2 2024-08-18 16:18:39 -07:00
Max Isom
52df7d42f1
Update readme, changelog, release workflow 2024-08-18 16:14:46 -07:00
Max Isom
4c2f65ff2d
Fix PR publishing (#1068) 2024-08-18 16:12:08 -07:00
Max Isom
de4a9193b6
Update workflow 2024-08-18 16:01:21 -07:00
Max Isom
9751feb778
Update workflow 2024-08-18 15:55:06 -07:00
Max Isom
30c8b13102
Update workflow 2024-08-18 15:48:38 -07:00
Max Isom
0978d40e95
Update workflow 2024-08-18 15:43:55 -07:00
Max Isom
62b569d26b
Update workflow 2024-08-17 23:09:29 -07:00
Max Isom
7f274980b5
Update workflow 2024-08-17 22:51:33 -07:00
Max Isom
de56180036
Update workflow 2024-08-17 22:30:37 -07:00
Max Isom
d5f03c0df7
Update workflow 2024-08-17 22:20:54 -07:00
Max Isom
cb5c035bba
Update workflow 2024-08-17 22:09:55 -07:00
Max Isom
fdbd3cd527
Update workflow 2024-08-17 22:06:01 -07:00
Max Isom
c8fd5cf97e
Update workflow 2024-08-17 21:59:43 -07:00