TianyiShi2001 / audiotags

Unified IO for different types of audio metadata
https://tianyishi2001.github.io/audiotags
MIT License
41 stars 29 forks source link

Add support for track numbering in ID3 TRCK style (NN/MM). #6

Open jamesyoungman opened 3 years ago

jamesyoungman commented 3 years ago

This fixes https://github.com/TianyiShi2001/audiotags/issues/5

Example FLAC metadata using this style:

comment[0]: album=Chosen Lords
comment[1]: discid=820d4b0a
comment[2]: title=Reunion 2
comment[3]: artist=Aphex Twin
comment[4]: tracknumber=2/10
pinkforest commented 2 years ago

We just re-merged audiotags2 into audiotags https://github.com/TianyiShi2001/audiotags/pull/18

nVitius commented 1 year ago

@pinkforest This PR is still relevant to the open issue. Can we get this merged?

I also added another comment on the linked issue (#5) expanding on why this is a useful change.