Results 96 comments of tcely

@meeb The merge conflict has been resolved.

I personally almost never care about the web access logs. They are annoying and in the way when I want to follow what is happening. A wishlist item might be...

I'm not very interested in tracking any one dependency. What I want from this idea is an easy way to narrow down issues. Having a user try the tag for...

> Just getting this straight: so you're using `force_keyframes_at_cuts` to re-encode while passing `'postprocessor_args': {'modifychapters+ffmpeg': ['-c:a', 'libopus']}`, and this is causing re-encoding to happen during both the `force_keyframes` ffmpeg run...

@pukkandan That looks interesting. How would the calls change to use the new `override_args`?

> This would likely need normalising of the domain using something like the Mozilla TLD list (so m.youtube.com got mapped to youtube.com etc.) then the "source key" would be /some-uri...

We'll have to see which happens first... * Switch away from `background_task` * Adding something like the `outer.task` to the functions

No, it's to access the instance held in memory one function up that is never refreshed from the database before modifications are made based on that instance.

Huey has this built-in. The switch away from `background_task` is in progress.

It looks like matching will stop at line 203 for your case. https://github.com/meeb/tubesync/blob/f5a71592fc7f40466aeda1bf370529eecf0a84b2/tubesync/sync/matching.py#L144-L212