Skip to content

Commit

Permalink
Add a new dump format: JSON.
Browse files Browse the repository at this point in the history
This patch will add a new format to the `scribbu dump` command:
JSON. It contains the new pretty-printer itself, updates the "dump"
sub-command, and adds a few tests.
  • Loading branch information
sp1ff committed Feb 2, 2025
1 parent 2f1f943 commit 0eb2655
Show file tree
Hide file tree
Showing 11 changed files with 997 additions and 17 deletions.
2 changes: 2 additions & 0 deletions scribbu/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ libscribbu_la_SOURCES = tbt-parser.yy \
framesv22.cc \
framesv23.cc \
framesv24.cc \
json-pprinter.cc \
id3v2.cc \
id3v22.cc \
id3v23.cc \
Expand All @@ -36,6 +37,7 @@ pkginclude_HEADERS = scribbu.hh \
framesv22.hh \
framesv23.hh \
framesv24.hh \
json-pprinter.hh \
id3v2.hh \
id3v22.hh \
id3v23.hh \
Expand Down
Loading

0 comments on commit 0eb2655

Please sign in to comment.