for muting ads on Windows
The file spotifymute_helper.sh
has been completely written from scratch in order to work from Windows.
At this time, the dependencies in order to work from windows are the following:
The startup script (spotifymute
) launches GNU Screen, so if everything works according to plan, you can detach using e.g. <Control-A> <Control-D>
.
The Python utility when-changed
is not available on this fork since the module pyinotify is not available on Windows, so I deleted the submodule.
There is a reimplementation of this application entirely in Python here, with no dependencies on Cygwin.
- Port the tool when-changed to Windows.