Omari Stephens
Omari Stephens
I just noticed that specifying the Chromecast name with `-n` only works when the TV is powered on, and fails to find the Chromecast when the TV is powered off....
…tests in Geeqie Last year, I had tried to untangle the code enough to use googletest in a more standard way (where it only compiles and links against the specific...
**Is your feature request related to a problem? Please describe.** Sometimes, I want to make quick changes to small groups of photos. A common example is if I spend 15...
Sonos support was implicitly disabled as part of the refactor in https://github.com/muammar/mkchromecast/commit/40b3773cf64b73f48ef0bf104c6906d755b4a69a , because the way it was initially added harmed code readability, modularity, correctness, etc. For anyone wanting Sonos...
Found by @muammar in #466 ``` muammar@pupa ~/git/mkchromecast [master] ± % bin/mkchromecast --debug --discover !3222 Traceback (most recent call last): File "/Users/muammar/git/mkchromecast/bin/mkchromecast", line 285, in mkcc = mkchromecast.Mkchromecast() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
This double-free relies on refcount state. If a `FileData` has two or more references when `FileData::file_data_free_ci` is called, then everything will be fine. However, if the `FileData` has 1 reference...
Currently, FileData is implemented as `filedata.h` (295 lines) and `filedata.cc` (3,581 lines). `filedata.h` declares 102 functions, and `filedata.cc` also includes 57 static functions. The purpose of this bug is to...
### Describe the bug I'm working on a collection of 15 images. Here are the steps that led to the segfault: 1) Applied my standard developer settings to all images...