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

Max string length of 30 carracters #151

Open
kasperhollaender opened this issue Aug 16, 2021 · 1 comment
Open

Max string length of 30 carracters #151

kasperhollaender opened this issue Aug 16, 2021 · 1 comment

Comments

@kasperhollaender
Copy link

I've been using the npm module jsmediatags, but I've noticed, that the return object strings is limited to 30 charracters. It is quite annoying, because I'm unable to search the data correctly.

A return object would look like this:

type: 'ID3', version: '1.0', tags: { title: 'Heartbreak Anthem (with David ', artist: 'Galantis, David Guetta, Little', album: 'Heartbreak Anthem (with David ', year: '0000', comment: '', genre: undefined } }

Does anyone know how bypass the 30 charracters limit on this module?

@kasperhollaender kasperhollaender changed the title Max string length Max string length of 30 carracters Aug 16, 2021
@Borewit
Copy link

Borewit commented Aug 18, 2021

Does anyone know how bypass the 30 charracters limit on this module?

It's a limitation of ID3v1 tag header @kasperhollaender and not of this module.
Try to use ID3v2 headers instead. ID3v1 is so old, no need to include that header anymore.

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

2 participants