GithubHelp home page GithubHelp logo

Comments (5)

Zeugma440 avatar Zeugma440 commented on June 18, 2024

Hey there,

  • Annihilate has its metadata inside an ID3v2 tag, which contains both synch SYLT and unsynch USLT lyrics ✅

  • Numb has its metadata inside Vorbis tags. But the Vorbis tagging system doesn't have two different fields to store lyrics; it just has the LYRICS field for unsynched or LRC-formatted lyrics

=> We have two options there

1/ When writing to Vorbis or MP4/M4A tags, override unsynched lyrics when you set synched lyrics (which are richer by definition). They will get saved as LRC lyrics inside the dedicated field.

2/ Add a Setting to force ID3v2 tag creation when there's none inside the file

Any preference/suggestion?

from atldotnet.

nlogozzo avatar nlogozzo commented on June 18, 2024

I guess nunber 1 would be best. Could we add a property to LyricsInfo maybe called SupportsBothUnsyncAndSync that we can set per tag type that way i can customize the UI based on whether a file supports both or not...

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 18, 2024

maybe called SupportsBothUnsyncAndSync that we can set per tag type that way i can customize the UI based on whether a file supports both or not...

Not sure that's where you want to go, knowing formats with a single lyrics field can very well support either of them (i.e. text block for unsynch or LRC for synch).

In terms of UI, I'd give the choice between Synched or Unsynched, but not give the option to edit both at the same time. Who wants to edit synched lyrics that contradict unsynched ones anyway?

from atldotnet.

nlogozzo avatar nlogozzo commented on June 18, 2024

In terms of UI, I'd give the choice between Synched or Unsynched, but not give the option to edit both at the same time. Who wants to edit synched lyrics that contradict unsynched ones anyway?

Yeah that's true too....we'll go this route then

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 18, 2024

Available on today's v5.06

from atldotnet.

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.