Alok Saboo

Results 243 comments of Alok Saboo

So, we have two config options - `force` and `keep_allowed`, i.e., 4 options in all. Given that, `keep_allowed` is `no` in cases 1 and 2. Thus, here's a slightly modified...

Not different....just a little more explicit about the `force` and `keep_allowed` config options. I think we have an agreement about the options.

You are getting the sequence wrong. Beets can convert during import `beet import` should automatically convert based on your config during initial import. You use `beet convert` to convert after...

Can you please provide verbose logs, beet -v...

It doesn't look like anything is imported there. You need to point it to a folder for it to work. See [here](https://beets.readthedocs.io/en/stable/guides/tagger.html#overview).

Please follow the docs carefully. As I mentioned, you need to point to a folder and not a music file (like you are currently doing).

Isn't that the expected behavior? When you merge, the new tracks and the old tracks are combined into one album and the set title will affect all the tracks in...

Yes, that would work if you were not merging albums. When you merge, the merged album is used to the `set` operation.

This `albumtype` issue is really annoying, and I am perfectly fine with this approach. One suggestion - to avoid breaking changes to other plugins, can we set `albumtypes` = `albumtype`...

Just thinking aloud here. How about having some helper function to translate between `albumtype` and `albumtypes`? If any plugin sets `albumtype`, we use that information to set the `albumtypes` and...