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

Include option to filter/replace multiple Vorbis Comment fields #16

Open
bluemoehre opened this issue Sep 21, 2013 · 3 comments
Open

Include option to filter/replace multiple Vorbis Comment fields #16

bluemoehre opened this issue Sep 21, 2013 · 3 comments
Labels

Comments

@bluemoehre
Copy link
Contributor

A nice option would be to strip out or replace specific fields off the meta information.
I will give some examples what i would like to:

  • add some origin/copyright comment
  • strip out bpm fields

Some kind of white/black listing would be nice.

@khenriks
Copy link
Owner

Could you clarify when you'd like these modifications to occur? I'm not sure also what you mean by stripping out bpm fields, since that tag information isn't preserved by the FLAC->MP3 conversion anyway.

Adjusting tags like this is something I can look into, but I'd consider our primary purpose to be full preservation of original data and metadata, since it's quite easy to use various tools to make small changes like this in the source FLACs (and have them preserved) or in the output MP3s.

@bluemoehre
Copy link
Contributor Author

I just gave some examples without testing how it behaves at the moment.
For me it would be nice in a first step to define which fields are kept and which not.
In a second step it would be nice to set/overwrite fields.

e.g.:
(default value will be "true")
meta-cfg: {
. . // mark all files generated by mp3fs
. . origin: "mp3fs",
. . // remove DJ software stuff
. . bpm: false,
. . cuepoints: false
}

got it? =)

@khenriks
Copy link
Owner

Alright. I'll leave this up here, but I don't anticipate being able to implement this in the near future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants