Jan Fecht

Results 13 comments of Jan Fecht

I would love to work on this feature! This would be my first Fork/Pull Request ever made, so be prepared for some mistakes ^^ To be honest, when I posted...

Maybe you could also have a config file with allowed/disallowed sites for cookies which then the client checks against and only passes cookies to mpv if the site matches.

Feel free to extend [the code from my pull request](https://github.com/boi4/ff2mpv/blob/feature-cookie-support/ff2mpv.py#L35). I think mpv + youtube-dl only support this netscape format. The same function would also have to be ported to...

I think that cookies are already filtered by Firefox at this point: https://github.com/boi4/ff2mpv/blob/feature-cookie-support/ff2mpv.js#L36 Still, you would probably want to regex/check the url that will be passed to mpv and not...

Hi @flohw , thanks for your interest in the project :D 1. It should be possible to create a single executable python file by joining all python files in the...

Sounds cool :+1: never tried it myself either :smile:

I thought about it and think that creating a python package (https://packaging.python.org/tutorials/packaging-projects/) might be a solution to the problem. If the package contains a `dynwalls` script that calls `python3 dynwalls`...

I am not that familiar with the whole packaging process either, so it's a win-win: we learn more about the packaging and it gets easier to install and use the...

Another problem is that if you have a document composed of stapled pages you don't have a perfect rectangle but a rectangle missing a small triangle at the bottom left...

Hey from a quick google search [this](https://superuser.com/questions/488232/how-to-set-kde-desktop-wallpaper-from-command-line) stackoverflow question showed up to me. I do not have plasma to test it, but can you try the following: ``` python3 dynwalls...