BeatSaberPlaylistsLib
BeatSaberPlaylistsLib copied to clipboard
A library for reading and writing Beat Saber playlists.
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.0.0 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 2.0.0 to 2.1.8. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.8 What's Changed V2 - Limit Read Palette Indices by @JimBobSquarePants in SixLabors/ImageSharp#2719 V2 - Clear Pixel Buffers...
Closes #30 (Don't merge it yet, there are quite a few things I am working on for this release)
With 7 small playlists, that method takes 100ms to execute - Most of the time is probably spent on JSON parsing, so the best optimization that could be done there...
Playlists that don't use hashes or level IDs to identify songs cannot get matched to songs in-game. Possible Solution: An interface for a service that matches playlist songs to IPreviewBeatmapLevels....