Closed mpalermo73 closed 3 years ago
Right you are @mpalermo73 . JSON/YAML are two of the newest plugins and there is plenty left to do, and track numbers is one (and likely next due to its importance): https://github.com/nicfit/eyeD3/blob/0.9.x/eyed3/plugins/jsontag.py#L67
Glad to know the plugin is being used.
Ooooooo :burns_excellent:
Thank you for the update! This is great news to hear.
Track and disc numbers now serialized: https://github.com/nicfit/eyeD3/commit/3b4b839d2a6453f3e2f67b1d46d95d95ffe1154e
Hey!
I was going to move a few scripts of mine over to using
eyeD3 -P json
andjq
instead of doing a lot of uglyugrep
ing, but I've noticed the the json and ytml output do not include the track number of the file.You see that the standard eyeD3 output includes the "track: 1/4" part, but plugin output does not.
Standard eyeD3 output
json output
yaml output
THANK YOU! M.