Tags
Creators
Details
0.2.1
Compatibility
Required content
Changes
big one. everything below has piled up since 0.1.1, so if you're coming from that, this is all new.
everyone needs the same version. the networking changed a lot, a 0.1.x client on a 0.2.1 server will not work properly. obvious things, i know, i just don't want people bugging me about it.
queue
- click a track to play it, or if something's already on it goes on the queue instead
- tracks auto advance when one ends
- skip button to jump to the next one
- stop clears the queue for everyone in range
the menu
- scrollable list of every track the server has, not just the ones in your own folder
- type in the box to filter it live
- whatever's currently playing is highlighted
- shows what's playing, what's next, and download progress
sharing
- if you have a track the server doesn't, it now gets shared automatically instead of just not playing
- downloads are a lot faster and shouldn't lag anyone out or disconnect them anymore
- you get a progress % while a track is downloading instead of it looking frozen
config/juketify.txthaschunksPerTickandinFlightif you need to go easier on your upload
search
- searches youtube music first, so you get actual songs instead of random reuploads
- filters out instrumentals, karaoke, covers, lyric videos and 1 hour loops unless you asked for them
- if nothing actually matches it tells you instead of playing something unrelated
fixes
- no more disconnections on song download
- everyone in range sees what's playing, not just whoever put it on
- everyone starts the song at the same time instead of trickling in as they finish downloading
- joining mid song, changing dimension or walking into range syncs you to where the track actually is, this wasn't working properly.
/juketify radiusapplies straight away instead of only after you leave and come back, wasn't working properly only when coming back to the original radius would it change.- fixed hearing the song twice after rejoining
- fixed rescan not picking up new tracks until you closed and reopened the jukebox
- and some other small bullshit not worth writing about.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:r3xvnxn5:5eBaYrMc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r3xvnxn5:5eBaYrMc"
}

