Skip to content

A mod for Muse Dash that allows making custom playlists.

Notifications You must be signed in to change notification settings

MDMods/Playlists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Playlists

A mod for Muse Dash that allows making custom playlists.

Installation

  • Download and install MelonLoader v0.6.1 (any other version will NOT work!)
  • Download the latest release and place it in your Mods folder.

Usage

  • Playlists are located at Muse Dash/UserData/Playlists.
  • Use any text editor to edit the files.
  • To create a new playlist, simply create a new file.

Shortcuts

You can use the entire number row to quickly add songs to a playlist. The key is based on the position of the playlist you want to add to.

So if you have a list of [a playlist], [other playlist] and [random playlist], 1 would go to [a playlist], 2 to [other playlist] and so on...

Note that this still requires a game restart to properly show up in the menu.

File Format

Field Description
name The displayed name of the playlist.
icon The icon of the playlist. Can be a local file path or URL.
position The position this playlist appears at.
albums The Albums/Songs in this playlist. Uses the game's UIDs.

If you want to find a UID you can use https://musedash.moe. The UID will be in the URL. (https://musedash.moe/music/<uid>)

Custom Albums are prefixed with album_ and then their filename without the .mdm extension.

For example, Sweet_Berry_Love.mdm is defined as album_Sweet_Berry_Love.

If the chart is in a folder, add _folder afterward.

Note that the playlists will only update once you restart the game.

Template File

{
  "name": "Playlist Name",
  "icon": "https://mdmc.moe/cdn/melon.png",
  "position": 1,
  "albums": [
    "27-1",
    "27-0",
    "0-47"
  ]
}

About

A mod for Muse Dash that allows making custom playlists.

Topics

Resources

Stars

Watchers

Forks

Languages