Fuan

Results 119 comments of Fuan

Sorry I was not being very clear. I was wondering if, even though member-only streams are not listed, do they still get downloaded, or are they skipped altogether? I assume...

Yes, I think this should be possible. Might be something worth looking into.

You can already achieve that by calling your own scripts on event hooks. In this case you could use `on_merge_done_command`. But currently this will only work if the merge has...

You can already call webhooks by calling your own external scripts on each defined event (see the config file template). However, the events still lack some variables / placeholders right...

Added rudimentary webhook support in 187f9a451a617. Here is an example of what you can achieve on Discord with the current implementation of hooks: ![2021-12-23_20-56-15](https://user-images.githubusercontent.com/12895548/147290492-76978797-f836-4075-9d71-22ac778cc150.png) There might be bugs, so if...

I have very little experience with Docker in general, so I can't give you an ETA, but it's definitely on my roadmap. I want to finish rewriting a few things...

@Yash2737 sure do whatever. I have had no time to work on this project lately but I plan on coming back to it eventually. There is already a [pull request...

That is strange. If the stream was still going, then it is definitely a bug. Otherwise I would say it is most likely related to the random throttling issue (#11)....

I suppose we could remove [these lines](https://github.com/arsenetar/dupeguru/blob/4c3dfe2f1f11566534d3eb8d2d54bdcc688211ab/core/directories.py#L87-L90) and only rely on the Exclusion List (regular expressions).

> have the "Exclusion Filters" tab be open by default (not necessarily active, but open instead of closed) by default That's worth considering indeed. The "exclusion filters" is a fairly...