Manolo Martínez

Results 27 comments of Manolo Martínez

Hi, the library we use for tagging, [stagger](https://github.com/lorentey/stagger), does not support this, I think. But it's pretty easy to do in greg, using a download handler: Suppose you have [eyeD3](http://eyed3.nicfit.net/)...

While the above will work, I have just learned from stagger's dev that this library does support album arts. I'll try to expose that functionality through greg too.

Thanks for reminding me. If you feel like submitting a PR that'd be great. Otherwise I'll try to get to it as soon as I can.

@sabberworm, could you please check whether the above PR works?

Hi, sorry for the delay in getting back to you. I *think* the problem is with using slashes in the `date_format` placeholder. Which is admittedly very stupid, given that there...

This should be easy, and useful. I'll get to it as soon as I can. Manolo

Hi, thanks for your report. You were right and I was wrong. It should be `date_format = %%Y%%m%%d` to avoid interpolation errors, of course. Changing this in the config file,...

Right, so the issue here is that, once you modify the date format, stagger complains, isn't it? I can see how this is a nuisance. One possible solution is to...

Hi, thanks for this! This would break current behavior; could you please provide a bit of rationale as to the advantages of moving to `filename_template`?

> How about I make sure that the tagging section checks for `file_to_tag` but gets over-written by `filename_template` if it exists? That would be best if we implement this, I...