A CD player for MacOS
๐ป See also: Radio Automne โ an Internet radio
Juno is a player for all sorts of disks. It opens all files your PC is capable of opening. Moreover, Juno
- Features different playback modes
- Supports CDs with folders
- Can save CDs
- Reads ID3
- Looks really cool
- Download the latest release
- Move the application to your Applications folder
- Right-click on the app, press Open and confirm opening
- Press Play/Pause button to read the disk
- Everything else works just like a regular CD player
- Press Set button
- Use Folder up and down buttons to move between settings
- Use Next and Previous buttons to change settings
- Press Set button again to save settings
- Insert the disk and launch Juno
- Go to ./Music/Juno/Disks
- Find an image for the disk. It must be 1x1 and not bigger than 1000x1000px
- Move it in this folder and make up an easy name for it
- Look for a JSON file which represents your disk
- Fill in all the properties using this template:
{
"tracks": [
{
"title": "FIRST TRACK TITLE",
"album": "FIRST TRACK ALBUM",
"url": "URL; DO NOT CHANGE",
"artist": "FIRST TRACK ARTIST"
},
{
"title": "SECOND TRACK TITLE",
"album": "SECOND TRACK ALBUM",
"url": "URL; DO NOT CHANGE",
"artist": "SECOND TRACK ARTIST"
},
{
"title": "THIRD TRACK TITLE",
"album": "THIRD TRACK ALBUM",
"url": "URL; DO NOT CHANGE",
"artist": "THIRD TRACK ARTIST"
}
],
"reliable": true IF THIS FILE SHOULD BE USED; false IF IT SHOULD NOT,
"title": "DISK TITLE",
"cover_image_name": "NAME OF IMAGE WITH AN EXTENSION"
}
You can go to MacOS Settings, CD/DVD, and set Open Application, Juno as an action when a music CD is inserted. If AUTOLAUNCH setting is set to YES in Juno, CDs will be read automatically.