Commit graph

929 commits

Author SHA1 Message Date
Stefano
250c7d316b
Merge pull request #1137 from museofficial/develop
Develop
2024-11-04 14:51:25 +01:00
Stefano
b2565a3a92
Merge pull request #1136 from museofficial/feature/lower-volume-when-talking
Feature/lower volume when talking
2024-11-04 13:51:29 +01:00
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
07bfd32cb3
Merge pull request #1092 from sofushn/master
feat: allow running without spotify
2024-11-04 13:31:01 +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
418a7eccf3
Merge pull request #1119 from museofficial/dependabot/npm_and_yarn/p-limit-6.1.0
Bump p-limit from 4.0.0 to 6.1.0
2024-10-29 13:31:51 +01:00
Stefano
386903dfe0
Merge pull request #1120 from museofficial/dependabot/npm_and_yarn/types/ms-0.7.34
Bump @types/ms from 0.7.31 to 0.7.34
2024-10-29 13:31:22 +01:00
Stefano
ac6f4c68e1
Merge pull request #1121 from museofficial/dependabot/npm_and_yarn/iso8601-duration-2.1.2
Bump iso8601-duration from 1.3.0 to 2.1.2
2024-10-29 13:30:55 +01:00
dependabot[bot]
62aa39b674
Bump iso8601-duration from 1.3.0 to 2.1.2
Bumps [iso8601-duration](https://github.com/tolu/ISO8601-duration) from 1.3.0 to 2.1.2.
- [Release notes](https://github.com/tolu/ISO8601-duration/releases)
- [Commits](https://github.com/tolu/ISO8601-duration/compare/v1.3.0...v2.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 10:32:25 +00:00
dependabot[bot]
6ff7d4b908
Bump @types/ms from 0.7.31 to 0.7.34
Bumps [@types/ms](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ms) from 0.7.31 to 0.7.34.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ms)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 10:32:14 +00:00
dependabot[bot]
6a81754a2e
Bump p-limit from 4.0.0 to 6.1.0
Bumps [p-limit](https://github.com/sindresorhus/p-limit) from 4.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases)
- [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 10:31:47 +00: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
sofushn
66e022489f fix: Spotify URL is part of query description even when disabled 2024-10-28 15:06:42 +01:00
Yitong Xiao
aae98255b1 feat: automatically turn down volume when people talks 2024-09-15 17:53:05 -04:00
sofushn
107464e222 chore: make linter parse 2024-09-07 21:51:35 +02:00
sofushn
af639159d1 feat: allow running without spotify 2024-09-07 13:09:45 +02: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