Coder Social home page Coder Social logo

Comments (3)

wisp3rwind avatar wisp3rwind commented on August 20, 2024 1

Yeah, embed should really be a per-alternative option. Maybe, for backwards compatibility, it could default to convert.embed if not set, i.e.

self._embed = config.get(dict).get(
    'embed',
    convert_plugin.config["embed"].get(bool)
)

In fact, the _embed handling should probably be moved to the External() class rather than ExternalConvert(): You're actually correct that art embedding is not handled consistently. ExternalConvert() checks converts embed option when initially adding items to the library, but it inherits External()s methods which will embed the art anyway on the next alt update.

I'll see if I can find some time to fix this, which could then serve as a starting point for your other PR. I won't be able to do so before the weekend, however.

Another approach to the configuration might be to add an alternatives.<name>.sync-art = ["no"|"embed"|"copy"] option.

from beets-alternatives.

pkel avatar pkel commented on August 20, 2024

I think the convert.embed option is considered when a song is added to the alternative directory:

https://github.com/geigerzaehler/beets-alternatives/blob/master/beetsplug/alternatives.py#L339

So yes, my expectation is that also beet alt update considers the convert.embed config option.

Stepping back a little, I think it would be better (and easier to implement) to have a separate alternatives.name.embed option. Similar to the copy_album_art option I propose in #58.

from beets-alternatives.

geigerzaehler avatar geigerzaehler commented on August 20, 2024

Stepping back a little, I think it would be better (and easier to implement) to have a separate alternatives.name.embed option

For me this seems to be the right way forward, too.

from beets-alternatives.

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.