https://github.com/counterpillow/mkmdtl
A small utility to create markdown tables from MusicBrainz track listings
https://github.com/counterpillow/mkmdtl
markdown musicbrainz musicbrainz-api python python3
Last synced: 2 months ago
JSON representation
A small utility to create markdown tables from MusicBrainz track listings
- Host: GitHub
- URL: https://github.com/counterpillow/mkmdtl
- Owner: CounterPillow
- License: zlib
- Created: 2018-01-18T20:39:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T18:04:23.000Z (over 6 years ago)
- Last Synced: 2025-01-12T18:16:11.132Z (4 months ago)
- Topics: markdown, musicbrainz, musicbrainz-api, python, python3
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
mkmdtl
======mkmdtl is a collection of utilities for generating GitHub-flavoured markdown
tables from track listing data.Dependencies
------------* Python 3
* requests
* wcwidthTools
-----### mb2md
mb2md generates a markdown table from a MusicBrainz track listing.
#### Usage
```
mb2md MBID
```### mi2md
mi2md generates a markdown table with track metadata obtained through the
`mediainfo` utility.#### Usage
```
mi2md FILE [FILE...]
```**Example:**
```
mi2md somealbum/*.flac
```License
-------This project is licensed under the zlib license. See the "LICENSE" file for the
full license text.