Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exported mp3 files have no release year ID3 frame #14

Closed
rstemmer opened this issue Dec 6, 2018 · 1 comment
Closed

Exported mp3 files have no release year ID3 frame #14

rstemmer opened this issue Dec 6, 2018 · 1 comment
Assignees
Labels
🐞 Bug Crash or unexpected behavior

Comments

@rstemmer
Copy link
Owner

rstemmer commented Dec 6, 2018

Exported files that get converted to mp3 have no release year ID3 frame.
Using id3edit (the tool used to set the ID3 Tag) seems not be the problem.
There may be a problem with generating the parameter lists for the id3edit call.

  • Did I change the command line interface for setting the release date when I moved to id3edit version 2?
  • Did I change the Frame ID of the Frame so that it is no more standard conform (or now it is, and my audio player not?)

Target Device: A Sony Android smartphone using Sonys audio player software

@rstemmer rstemmer added the 🐞 Bug Crash or unexpected behavior label Dec 6, 2018
@rstemmer
Copy link
Owner Author

This is a bug in sonys audio player.
Regarding the ID3v2.4.0 Specification the TYER frame got replaced by TDRC.
id3edit set the TDRC frame correctly.

id3edit and MusicDB allow to force using the old ID3v2.3.0 standard by setting in the config file generated by MusicDB the following value:

[mp3tags]
forceID3v230=True

@rstemmer rstemmer self-assigned this Dec 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Crash or unexpected behavior
Projects
None yet
Development

No branches or pull requests

1 participant