Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Hellscaped/cctunes
Tune into WebSocket Radio Stations with ComputerCraft
https://github.com/Hellscaped/cctunes
Last synced: 3 months ago
JSON representation
Tune into WebSocket Radio Stations with ComputerCraft
- Host: GitHub
- URL: https://github.com/Hellscaped/cctunes
- Owner: Hellscaped
- Created: 2024-06-16T14:24:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-16T17:13:47.000Z (8 months ago)
- Last Synced: 2024-08-04T02:07:41.106Z (6 months ago)
- Language: Lua
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-switchcraft - CCTunes - Music radio station software & websocket audio player, with built-in cover art and metadata providers (Programs / Other)
README
# cctunes
A websocket radio server for CC: Tweaked.## Client Installation
``wget https://raw.githubusercontent.com/Hellscaped/cctunes/master/startup.lua startup.lua``## Server Installation
1. Install [Python 3](https://www.python.org/downloads/).
2. Install [flask](https://pypi.org/project/Flask/).
3. Install [flask-sock](https://pypi.org/project/Flask-Sock)
4. Run the server with `python server.py`.Put the actual song files and artworks (32x20 NFP) into the songfiles directory.
Put the data files (.json) into the songs directory.
```json
{
"title": "Altars of Apostasy (incl. Hall of Sacreligious Remains)",
"artist": "Heaven Pierce Her",
"album": "IMPERFECT HATRED",
"artwork": "1.nfp",
"file": "1.dfpwm"
}
```