Skip to content

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

Open
jamesyoungman wants to merge 1 commit into
TianyiShi2001:mainfrom
jamesyoungman:jy/audiotags-issue-5
Open

Add support for track numbering in ID3 TRCK style (NN/MM).#6
jamesyoungman wants to merge 1 commit into
TianyiShi2001:mainfrom
jamesyoungman:jy/audiotags-issue-5

Conversation

@jamesyoungman

Copy link
Copy Markdown

This fixes #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

This fixes TianyiShi2001#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 pushed a commit that referenced this pull request Jul 31, 2022
* Adapt Cargo + License + Changelog

* Update GitHub actions to use actions-rs

* Fix formatting

* Fix clippy

* Re-fix formatting

* Adapt README.md

* Rename crate, update README.md

* Fix cargo test

* Fix clippy (again)

* Docs improvements

* Remove deprecated function
pinkforest added a commit that referenced this pull request Jul 31, 2022
* Upgrade id3 from 0.5.1 to 1.0.3

* Upgrade mp4ameta from 0.6 to 0.11

* Copy test files to tmp directory before running tests

* Run GitHub actions on all PR

* Import @RodolpheThienard's duration (#4)

* give back the duration for mp4 and mp3

* calcul duration for flac

* adding set_duration

* fix duration for all extension

* Remove set_duration + reset test data

Co-authored-by: RodolpheThienard <thienard.rodolphe1@gmail.Com>

* Import @Dalvany's genre (#5)

* Add genre

Add genre tag

* Add some tests

Co-authored-by: Dalvany <9901407+Dalvany@users.noreply.github.com>

* Establish fork (#6)

* Adapt Cargo + License + Changelog

* Update GitHub actions to use actions-rs

* Fix formatting

* Fix clippy

* Re-fix formatting

* Adapt README.md

* Rename crate, update README.md

* Fix cargo test

* Fix clippy (again)

* Docs improvements

* Remove deprecated function

* Remove old documentation

* 0.3.1

* Re-merged Cargo.toml for 0.4.0

* Re-merged License

* Re-merge README.md

* Re-merge lib.rs tests

* Happy clippy is the best clippy

Co-authored-by: Pierre de la Martinière <pierre.de.la.martiniere@gmail.com>
Co-authored-by: RodolpheThienard <thienard.rodolphe1@gmail.Com>
Co-authored-by: Dalvany <9901407+Dalvany@users.noreply.github.com>
@pinkforest

Copy link
Copy Markdown
Collaborator

We just re-merged audiotags2 into audiotags
#18

@nVitius

nVitius commented Jun 14, 2023

Copy link
Copy Markdown

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FR: support for X/Y style TRACKNUMBER

3 participants