Coder Social home page Coder Social logo

Comments (9)

dropcreations avatar dropcreations commented on May 27, 2024 1

@a1waysbeta -cn parameter issue fixed. Check it.
When we talk about tags, tags reading method is different from one application to another. So, in foobar2000, it separates tags by the separator ;. If you want only a one tag value, you can delete rest of lines.

from manzana-apple-music-downloader.

dropcreations avatar dropcreations commented on May 27, 2024 1

@a1waysbeta I'll add some functions to the tagger

from manzana-apple-music-downloader.

dropcreations avatar dropcreations commented on May 27, 2024

@a1waysbeta Thanks for the issue and fixed it. Now check it.

from manzana-apple-music-downloader.

a1waysbeta avatar a1waysbeta commented on May 27, 2024

Thank you very much for your update. The new version of the song label will appear garbled, the previous version will not.
image

from manzana-apple-music-downloader.

dropcreations avatar dropcreations commented on May 27, 2024

Thank you very much for your update. The new version of the song label will appear garbled, the previous version will not. image

@a1waysbeta Oh it's about the encoding type. I'll fix it. What software you used to view tags. mp3tag is showing all tags.

from manzana-apple-music-downloader.

a1waysbeta avatar a1waysbeta commented on May 27, 2024

foobar2000

from manzana-apple-music-downloader.

dropcreations avatar dropcreations commented on May 27, 2024

@a1waysbeta I worked on your tagging issue and I found that it's about your storefront's default language. It's delivering the credits information in your language. Those are beyond the latin-1 encoding support. latin-1 encoding is the encoding type that accepts to store a tag name to the m4a file. It's OK with the tag value but not with the tag name. With the last update I gave, you got ? because I fixed the code to replace the non-latin-1 characters. That's why you got ? for the tag names and values. So, the options are,

  • Ignore these credits data.
  • Use another language code that available in your storefront.

So, I changed the code to allow user to manually select the preferred storefront language. If the user selected one has unsupported characters it will ignore them.

Thank you for the issue.
dropcodes.

from manzana-apple-music-downloader.

a1waysbeta avatar a1waysbeta commented on May 27, 2024

The manual selection mechanism is perfect.👍 A small question, some labels (like: Genre) have multiple values, can I change the line separation to; separation instead?
Or keep only the first one before the genre label and delete the rest. Also, can the cover be embedded by default? Parameter-cn Skip the cover download directly.
image

from manzana-apple-music-downloader.

a1waysbeta avatar a1waysbeta commented on May 27, 2024

Thank you very much, the new update is great!
Where can I simply modify the code to retain only the first genre value?

from manzana-apple-music-downloader.

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.