Giter Club home page Giter Club logo

Comments (6)

paulijar avatar paulijar commented on July 20, 2024

Thanks for the report. Most likely, your files have some inconsistency in how they define the character set used for the metadata. But it's also possible that there is some problem in the library which we use to extract the metadata. Could you share one sample file with me? You can find my email from my github profile.

from music.

TinyEngineer avatar TinyEngineer commented on July 20, 2024

I had send one sample file to your email. Please check it carefully. Thank you .

from music.

paulijar avatar paulijar commented on July 20, 2024

Thanks for the sample. Your file claims to use the ISO-8859-1 character set (aka Latin-1). Obviously, that character set contains no Chinese characters. In reality, the metadata in the ID3v2.3 tags of the file seem to be using the GB2312 encoding but I believe that this is not actually a valid encoding for ID3v2.x, as per the specification. To use non-Latin characters in the ID3v2.x tags, the encoding should be either UTF16 or UTF8.

For comparison, this is how Windows shows your file details:
image

And this is foobar2000:
image

And this is is MP3Diags:
image

from music.

paulijar avatar paulijar commented on July 20, 2024

If you don't care to fix the metadata of your files, then the alternative is to disable the metadata scanning from the Music app settings. With this, only the file and and folder names are used as the source of song and album and artist names.
image

from music.

TinyEngineer avatar TinyEngineer commented on July 20, 2024

Due to the large number of files.I have decided to disable metadata scanning solution to solve this problem, which has reduced the workload.Thank you very much.

from music.

paulijar avatar paulijar commented on July 20, 2024

Okay, cool. If you ever change your mind and want to fix the metadata, then MP3Tag is one option. It's an application which I have used on all my own mass-tagging needs. Most likely, there are also other similar utilities.

from music.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.