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

Manual configuration of ID3 tagging #499

Closed
fasteasyfree opened this issue Feb 28, 2012 · 11 comments
Closed

Manual configuration of ID3 tagging #499

fasteasyfree opened this issue Feb 28, 2012 · 11 comments

Comments

@fasteasyfree
Copy link

Currently Beets saves the tags in ID3v2.4 format, which to all intents and purposes is the standard. However, Windows (7) and Media Player (12) don't support 2.4, only 2.3. I can't find any mention of being able to alter this behaviour (either media player or beets), and I've submitted a ticket for this with the Beets project.

How much of a ballache would it be to allow users to switch out the default tagger? Until the Beets team adds the functionality (or I have time to look into writing it myself), a two-step approach is needed (Launch something like MP3Tag and re-save the tags).

Thanks.

@y0ul053
Copy link

y0ul053 commented Mar 21, 2012

Unfortunately I just realized WMP doesn't play well with the ID3 tags today... I'd guess this issue is going to the back burners. Hmmm what player hasn't completely pissed me off yet

@rembo10
Copy link
Owner

rembo10 commented Mar 21, 2012

ah, sorry guys. github issue tracking is pretty bad when you have so many open issues :-)

i'm trying to knuckle down and fix this code now - but i think it'd be easier to configure beets to write ID3v2.3 tags than add in a second tagger. beets uses mutagen as the backend, so that's probably where you want to start. if you find anything useful, let me know and i'll add it in on my end.

@fasteasyfree
Copy link
Author

As far as I can tell, mutagen will only do v2.4.

http://code.google.com/p/mutagen/issues/detail?id=85

Someone created a diff, but that was back in March last year.

@rembo10
Copy link
Owner

rembo10 commented Mar 22, 2012

Yeah that's what it looks like. Why doesn't wmp read v2.4 tags?

On Mar 22, 2012, at 8:22 AM, fasteasyfreereply@reply.github.com wrote:

As far as I can tell, mutagen will only do v2.4.

http://code.google.com/p/mutagen/issues/detail?id=85

Someone created a diff, but that was back in March last year.


Reply to this email directly or view it on GitHub:
#499 (comment)

@y0ul053
Copy link

y0ul053 commented Mar 22, 2012

because it's Microsoft ;p Turns out Amarok is stable in windows finally, so screw WMP.

@AF9210
Copy link

AF9210 commented Apr 15, 2012

Would it be possible to have a Beets configuration page, check off what is wanted in the ID3 tags when it auto-tags? for example, it places two entries for dates and when I auto convert FLAC > MP3 using Folder (date) config it puts both dates, when i just wanted the first entry which is the year. (Same goes for track and trackc)

@rembo10
Copy link
Owner

rembo10 commented Apr 15, 2012

See yeah, I want to allow finer control of tagging. For me, personally, beets tags everything perfectly but I know how people are about their music collections. And beets is so robust now that it's almost a waste not to.

It will probably be in v2. I'm just cleaning up a lot of code, especially the config stuff, so I'll make sure to fit in a beets config page

On Apr 15, 2012, at 10:01 PM, AF9210reply@reply.github.com wrote:

Would it be possible to have a Beets configuration page, check off what is wanted in the ID3 tags when it auto-tags? for example, it places two entries for dates and when I auto convert FLAC > MP3 using Folder (date) config it puts both dates, when i just wanted the first entry which is the year. (Same goes for track and trackc)


Reply to this email directly or view it on GitHub:
#499 (comment)

@pwiglemsft
Copy link

What about using http://code.google.com/p/stagger/ to also add v2.3 tags? That would solve everything :)

@rembo10
Copy link
Owner

rembo10 commented Dec 6, 2012

I'll look into it but it's not that high on my priority list right now
(performance issues keeping me awake at night :-)) if someone were to
write up the code and add the library (which i don't think would be
too hard - it would probably just be a few lines after the beets code)
i would definitely add it in (although it would need a config option,
e.g. "Add id3v2.3 tags") - although..... with windows 8 now, is it
still not able to read v2.4???

On 12/6/12, dapozt notifications@github.com wrote:

What about using http://code.google.com/p/stagger/ to also add v2.3 tags?
That would solve everything :)


Reply to this email directly or view it on GitHub:
#499 (comment)

@pwiglemsft
Copy link

I have very little coding experiences but ill try to figure out what needs to be changed (as soon as I got some time). Win8 still doesn't support v2.4 :( Let me follow-up with the devs and ask if it ever will be changed and/or what the reason is.

@pwiglemsft
Copy link

Got an answer on why Microsoft doesn't support 2.4 in Windows, please e-mail me if you want the details. dapoztREMOVETHIS@thq.nl

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

No branches or pull requests

5 participants