Commit Graph

196 Commits

Author SHA1 Message Date
Manuel
469d1cb69d Add tests for health indicators #12 2023-01-15 00:45:00 +01:00
Manuel
d67bfbbf84 🚀 Adjust target branch of dependabot 2023-01-14 21:42:18 +01:00
Manuel
a1ca1eafbc
🔀 Version 0.0.3 (#45)
Version 0.0.3
2023-01-09 22:50:50 +01:00
Manuel Ruwe
8527bf546e 🔖 Tag Version 2023-01-09 22:50:06 +01:00
Manuel Ruwe
4b4897c258 Merge branch 'master' into dev 2023-01-09 22:46:34 +01:00
Manuel
d4f8f2ea27 Create dependabot.yml 2023-01-09 22:24:54 +01:00
Manuel Ruwe
88679df611 🔀 Merge branch 'master' into dev 2023-01-09 22:16:23 +01:00
Manuel
1ec65c93a8
Report playstate to Jellyfin #14 (#43) 2023-01-09 22:12:08 +01:00
dependabot[bot]
54a5b736c8
Bump json5 from 2.2.1 to 2.2.3 (#44)
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

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>
2023-01-09 22:11:48 +01:00
Manuel
9ecce22f14
Add websocket control for grouped items 2022-12-27 16:50:03 +01:00
Manuel
538b2451f6
Add healthchecks for Jellyfin and Discord 2022-12-27 16:48:16 +01:00
Manuel
80e138900c
Add report capabilities and session api (#40) 2022-12-27 14:22:05 +01:00
Manuel Ruwe
64fe436476 🔧 Add ignore deps for renovate 2022-12-27 12:34:32 +01:00
Manuel
d31cb244ae Update dependency @types/node to v18 (#29)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-12-27 12:34:09 +01:00
Manuel Ruwe
cd334d1b74 🔧 Update renovate.json 2022-12-26 22:07:19 +01:00
Manuel
d9f2b49944
📝 Update Readme 2022-12-26 00:29:08 +01:00
Manuel
944b6aa0cc
📝 Update README 2022-12-26 00:18:06 +01:00
Manuel
543167a047
🔧 Add renovate.json 2022-12-25 23:36:38 +01:00
Manuel Ruwe
a73132843f 🚀 Add renovate 2022-12-25 23:31:50 +01:00
Manuel
9f02a6058e 🔀 Version 0.0.2 2022-12-25 23:02:23 +01:00
Manuel Ruwe
d37f01e5c4 🔖 Upgrade version 2022-12-25 22:56:07 +01:00
Manuel
f29c22349f
🐛 Fix repeated update announcement messages (#23) 2022-12-25 22:54:31 +01:00
Manuel
3d722dbc9c
Remote images api #17 (#22) 2022-12-25 21:57:37 +01:00
Manuel
92021dd94e
🐛 Fix voice connection bug after summon #15 (#21) 2022-12-24 23:35:22 +01:00
Manuel
1e70209f2d
📝 Update Readme 2022-12-22 00:45:49 +01:00
Manuel
ac60caf975
🚀 Add deployments for armv7 and multi-architecture 2022-12-22 00:20:16 +01:00
Manuel Ruwe
d577c6975e 🚧 Testing with Docker Image 2022-12-21 22:59:10 +01:00
Manuel
097db297a6
Create codeql.yml 2022-12-21 20:04:50 +01:00
Manuel
4fc81e2b7c
Add port env variable (#19) 2022-12-21 08:35:48 +01:00
Manuel Ruwe
46aa88e9b3 🚨 Fix EsLint errors 2022-12-20 11:03:24 +01:00
Manuel Ruwe
4cf961f2df 🚀 Fix typo in deployment action workflow 2022-12-19 22:17:16 +01:00
Manuel
2f6de52f7b
🚀 Adjust docker files (#16) 2022-12-19 21:21:04 +01:00
Manuel Ruwe
73d36ae1f3 Add update checker #13 2022-12-19 11:57:04 +01:00
Manuel Ruwe
cadb67e291 🥅 Add logger for command execution exception filter 2022-12-19 09:52:30 +01:00
Manuel Ruwe
1dae9a8644 🥅 Add error filter for catching command errors 2022-12-19 09:47:27 +01:00
Manuel
8f8b8a5b9f
📝 Update Readme 2022-12-19 00:20:18 +01:00
Manuel
f867ca7cfb
📝 Update Readme 2022-12-18 23:27:49 +01:00
Manuel
acd8018207
Migration to NestJS framework #6 2022-12-18 20:07:52 +01:00
Manuel Ruwe
24fc01e70b 📝 Update Readme 2022-12-18 19:58:14 +01:00
Manuel Ruwe
799f99e261 Merge branch 'nestjs-migration' of https://github.com/manuel-rw/jellyfin-discord-music-bot into nestjs-migration 2022-12-18 19:39:07 +01:00
Manuel Ruwe
fa9f32fe4a 🎨 Code review 2022-12-18 19:39:03 +01:00
Manuel
d9b399d253
📝 Code review
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2022-12-18 19:25:11 +01:00
Manuel Ruwe
152e603742 🐛 Crash with unknown description 2022-12-18 19:23:56 +01:00
Manuel Ruwe
fdf190c2b5 Merge branch 'nestjs-migration' of https://github.com/manuel-rw/jellyfin-discord-music-bot into nestjs-migration 2022-12-18 19:21:36 +01:00
Manuel Ruwe
a63a2c6dc5 🎨 Code review 2022-12-18 19:21:33 +01:00
Manuel
576d97ed82
🎨 Code review
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
2022-12-18 19:21:21 +01:00
Manuel Ruwe
3fd94e590d 🔥 Remove console log debug 2022-12-18 17:54:36 +01:00
Manuel Ruwe
1a1e12506f Add album playback 2022-12-18 17:46:31 +01:00
Manuel Ruwe
c218c1273d Add playlists playback 2022-12-18 16:34:06 +01:00
Manuel Ruwe
3f2b1a7b5f 📝 Add example discord bot icon 2022-12-18 14:10:24 +01:00