You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shows all of the playable songs in the repository set
musicify info
Displays info about the current version of Musicify, and about the repository set
musicify play
Plays the song with the specified ID
musicify playlist
A playlist file has the following format: <songid>,<songid>,<songid>,<songid>. These song IDs can be found using musicify list. And can also be URLs.
musicify gui
Show an in development GUI
musicify shuffle [from] [to]
Shuffle the songs in the repository, and optionally from and to a specific song id
musicify update
Forces an update on Musicify
musicify loop
Loops over a specific song or URL
musicify url
Plays a specific URL
Setup
Set up your Computer with the install command above. Make sure to have a speaker and a modem (or ender modem) attached if you want to use multiple speakers
Musicify offers the following configuration options:
musicify.repo: Sets the repo to music load from (default: https://raw.githubusercontent.com/knijn/musicify-songs/main/index.json)
musicify.autoUpdates: Sets whether Musicify will automatically update when there's a new version. (default: true)
musicify.serverChannel: Sets the channel to broadcast audio packets on
musicify.serverMode: Sets whether Musicify will broadcast audio packets
Development
The program also should work as an api, this is not tested though.
If you want to support the program, please make a pull request. It helps out a ton!
If you want to run the development version of Musicify, run
wget run https://raw.githubusercontent.com/knijn/musicify/main/git_install.lua
About
Musicify is a command line tool to stream* songs for ComputerCraft:Tweaked