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

Bug: Can't parse file's metadata encoded with Lavf58.44.100 #1100

Open
rastaman111 opened this issue Feb 15, 2024 · 5 comments
Open

Bug: Can't parse file's metadata encoded with Lavf58.44.100 #1100

rastaman111 opened this issue Feb 15, 2024 · 5 comments
Labels

Comments

@rastaman111
Copy link

When I import a file I get strange characters even though the file itself has normal metadata. File attached

Simulator Screenshot - iPhone 15 - 2024-02-15 at 22 20 12
Simulator Screenshot - iPhone 15 - 2024-02-15 at 22 20 37
Simulator Screenshot - iPhone 15 - 2024-02-15 at 22 20 02

01. Мальчик, который выжил.mp3.zip

@GianniCarlo
Copy link
Collaborator

Hi @rastaman111 , thanks for attaching the file, I ran it through ffprobe to see the encoded metadata, and we can clearly see the strange characters in there

Screenshot 2024-02-15 at 15 16 46

I'm closing the issue, but feel free to continue the discussion, as a side note, you can go into the item details screen to change the title and author

@rastaman111
Copy link
Author

Yes, strange encoding, I ran it through several online readers and they showed strange characters, although the Music application shows normal text

I noticed that it uses the Lavf58.44.100 encoding format.
I took another file that uses the LAME3.98 encoding format and it is readable.

I think that the problem is Lavf58.44.100

Снимок экрана 2024-02-15 в 23 22 20

@GianniCarlo
Copy link
Collaborator

@rastaman111 interesting 🤔 thanks for the info, I always thought that the metadata was corrupted in some way whenever I saw similar reports about a file's metadata. If the Music app does show the correct string, maybe there's a way to handle it inside the app as well

@GianniCarlo GianniCarlo reopened this Feb 15, 2024
@rastaman111
Copy link
Author

I understand that this format refers to a third-party library that can read this FFmpeg encoding

@rastaman111
Copy link
Author

Hello!
I also found this file, it belongs to the Audiobook type and therefore it does not have a commonKey "artist" in the method data, but there is a TPE2 key that is responsible for "artist" by type id3

Magic ;)

File attached

02. The Vanishing Glass.mp3.zip

@GianniCarlo GianniCarlo changed the title Bug: Strange characters Bug: Can't parse file's metadata encoded with Lavf58.44.100 Mar 4, 2024
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