Skip to content

Instantly share code, notes, and snippets.

View cskaryd's full-sized avatar

Chris Skaryd cskaryd

View GitHub Profile
@lempamo
lempamo / mbl_reader.py
Created August 24, 2021 02:26
A proof of concept showing how to parse MusicBee's library files. Feel free to build off of this for implementing support in other projects.
import json
global library
def decode_from_7bit(data):
"""
Decode 7-bit encoded int from str data
"""
result = 0