Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dispherical/orpheaux-rc
Orpheaux, but released!
https://github.com/dispherical/orpheaux-rc
Last synced: about 2 months ago
JSON representation
Orpheaux, but released!
- Host: GitHub
- URL: https://github.com/dispherical/orpheaux-rc
- Owner: dispherical
- License: agpl-3.0
- Created: 2024-11-04T03:19:57.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T03:42:10.000Z (2 months ago)
- Last Synced: 2024-11-04T04:20:44.483Z (2 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orpheaux-rc
A cross-platform Slack music huddle playing bot
## Install
1. Get the databases and Icecast server going using docker-compose up -d
2. Install libshout(-dev(el))
3. Install the packages needed (`yarn install`)
4. Create a new Slack account, fill in the details.
5. Adjust the icecast/redis ports as needed in index.js
6. `npm start`!## Differences
| | Orpheaux | Orpheaux-ng | Orpheaux-rc (this) |
|-------------------- |-------------------------------------------- |-------------------------------- |--------------------------------------- |
| Docker Support | ❌ | ✅ | ❌ |
| Icecast | ✅ | ❌ | ✅ |
| Stream Method | nodeshout (node-ffi) + pulseaudio + pwlink | Rejoining with fake microphone | nodeshout-koffi, hijacks getUserMedia |
| Cross-platform | Fedora Desktop Only | ✅ | ✅ |
| 2FA Support | ❌ | ❌ | ✅ |
| YouTube Downloader | yt-dlp (external cli) | yt-dlp (external cli) | youtube-dl (node.js library) |
| Queue Support | ❌ | ✅ via queue library + redis | ✅ via bee-queue (redis) |
| | | | |