A simple, internet enabled, ComputerCraft music player.
Inspired by cc-music-player.
- 🎵 Playlist Generator: Easily create playlists tailored to your musical taste!
- ☁️ Online Playback: Say goodbye to file size limits! Stream your music directly from the cloud!
- 🔌 Simple Installation: Get up and running in no time!
- 🛠️ Modular Design: Add support for more file hosts effortlessly!
- 📂 Custom Playlist Format: Enjoy the simplicity of the
.cctpl
format for your playlists!
Ready to dive in? Open up your ComputerCraft terminal and fetch the install script with this command:
wget https://raw.githubusercontent.com/jiriks74/ccTune/refs/heads/main/install.lua
Then, run the installer:
install
- Convert your
.mp3
files into.dfpwm
files
- Download your
.dfpwm
files into some directory - Upload those files to some cloud
- Currently only Nextcloud is supported
- Get a share link for the folder the files are in
- Run the script generation utilitiy:
lua playlistGenerator.lua my_playlist.cctpl --type Nextcloud --baseUrl https://nextcloud.example.com/s/myMusicFolder --directory /path/to/DFPWM/directory
- Open your computer
- Drad and drop the playlist into Minecraft
- Run the
play
command with the playlist name
play myplaylist.cctpl
- Now, you're all set to enjoy your music with ccTune! 🎉
Tip
You can shuffle the playlist with the -s
or --shuffle
parameter:
play myplaylist.cctpl -s