Skip to content

CustomData

PixelBoom edited this page Apr 3, 2021 · 4 revisions

Affects: Playlists, PlaylistSongs
Type: Dictionary
Parent Key: None


The "customData" key contains a dictionary of all CustomData. This can be anything arbitrary that you as the Playlist Author wants to add (and if another mod or program will read to use). Any key in this wiki that has the parent key of CustomData can be added to this dictionary (BeatSaberPlaylistsLib would automatically move it to this dictionary otherwise). It is good practice to put CustomData keys inside this dictionary but isn't absolutely necessary, however avoid putting anything that isn't CustomData into this key or else it won't be read by PlaylistManager (like difficulties).


Example

 "customData": {
    "AllowDuplicates": false,
    "syncURL": "http://somewebsite.com/playlist.bplist"
  } 
Clone this wiki locally