Exceen
Exceen
> I still think this is an expensive solution, storagewise. Personally, I would change this behavior since I don't see the purpose of doing it. It absolutely is. When I...
I don't have a problem with using `urllib3` or `requests` but I'm not sure if it makes sense to disable multiprocessing. As you say yourself it's heavily inefficient. I think...
This is only possible if the threads are on the same board. If you put these two lines into your queue-file `https://boards.4chan.org/b/thread/12345678/mytag` `https://boards.4chan.org/b/thread/87654321/mytag` ... then all files will be placed...
could you please provide an example for this?
seems to be resolved with the latest commits when building it by myself
sorry my bad, I did this a few weeks ago and wanted to close this issue. I thought those commits were merged already I built it from this pull request...
You could use the dbus/mpris interface in combination with [playerctl](https://github.com/altdesktop/playerctl). Although I think you have to build it on your own with the mpris feature flag because the default build...
You could put a script up for on_song_change_hook and use the DBUS/MPRIS interface to check the current playback state each time the script is called. Depending on that state you...
Hi, I'm currently resolving the merge conflicts while also trying to improve the code a bit further. Could you explain why this is necessary? What is this check for? To...
You are also never removing anything from the `processes` list, just adding to it. ``` # if, for some reason, we do not have the required amount of threads running,...