ecl1ps / pep-to-peu-backup-convertor

Script for conversion of playlist backups from PlaylistEditorPro to PlaylistEditorUltimate (custom playlists for BeatSaber and BFBM).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEP to PEU playlist backup convertor

This is a script for conversion of custom playlist backups for BeatSaber (BFBM) from PlaylistEditorPro format to PlaylistEditorUltimate format.

You would need this conversion if you want to retain you custom playlists when upgrading from BeatSaber 1.13 (BFBM 1.13 and PlaylistEditorPro) to newer version of BeatSaber 1.17+ (BFBM 1.14+ and PlaylistEditorUltimate).

Prerequisities

Run convertor

node ./src/convert.js <path-to-backup-file-for-converion>

e.g.

node ./src/convert.js C:\VR\PlaylistEditorPro\2021-11-01_081358.json

This will create new file 2021-11-01_081358-PEU.json in the current working directory with converted backup. This file needs to be moved to folder of PlaylistEditorUltimate and then it can be used to restore backed-up playlists.

About

Script for conversion of playlist backups from PlaylistEditorPro to PlaylistEditorUltimate (custom playlists for BeatSaber and BFBM).

License:MIT License


Languages

Language:JavaScript 100.0%