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

[id3] tags incorrect #82

Closed
ildar opened this issue May 11, 2023 · 4 comments
Closed

[id3] tags incorrect #82

ildar opened this issue May 11, 2023 · 4 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@ildar
Copy link

ildar commented May 11, 2023

Describe the bug
some mp3 files imported with partially incorrect song infos. The mp3s having cyrillic tags

To Reproduce
Steps to reproduce the behavior:

  1. Get these tracks
  2. put them somewhere in your android phone or emulator
  3. Update Library
  4. See the songs having incorrect Artist name or Album name but other tags are ok

Smartphone (please complete the following information):

  • Device: AGM H3
  • OS: Android 13 / LOS GSI
  • Version Mucke 1.3.0
@ildar ildar added the bug Something isn't working label May 11, 2023
@moritz-weber
Copy link
Owner

I can confirm this behavior. Furthermore, the problem also arises in Simple Music Player.

Unfortunately, I use a third-party plugin to parse the music files: https://github.com/LucJosin/on_audio_query

With the original files you provided, I only get the file names as song titles, for example. When I run the files through Musicbrainz Picard to complete the tags, I get '??? ?? ???' with the correct number of characters. The plugin seems to have a problem with Cyrillic letters. Since I can't fix this in my app, I'd suggest opening an issue in the plugin repo.

@moritz-weber moritz-weber added the wontfix This will not be worked on label May 12, 2023
@moritz-weber
Copy link
Owner

Added a wontfix tag, since I simply don't have the time to contribute to the plugin. I'll leave the issue open, though, in case someone wants to pick it up.

@moritz-weber
Copy link
Owner

One thing that is weird, these tags look ok for the FLAC files from #70 ...

@ildar
Copy link
Author

ildar commented May 17, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants