Ben Curtis
Ben Curtis
Hi, I recently built a docker package that uses a config file with dynamic DNS hosts for synchronization: HUB: https://hub.docker.com/r/nowsci/plex-sync/ SRC: https://github.com/Fmstrat/plex-sync Could the dynamic host work be implemented directly?...
Right now, plex-sync defaults to "watched" if the view count exists and/or is greater than 0: https://github.com/jacobwgillespie/plex-sync/blob/master/src/plex.js#L85 However, I think it would be better to actually query the current watched...
Using a Logitech webcam I'm getting: ``` 2019/10/05 14:23:49 jpeg: read: camera: invalid JPEG format: uninitialized Huffman table ``` I'm guessing this is a similar problem to this fix: https://github.com/blackjack/webcam/issues/7#issuecomment-231543221
It would be fantastic if you included a storage/lookup time for each method, too.
@bmw For continuation of dialog from archived repo: https://github.com/Fmstrat/easywildcard-old/issues/1 Rebuilt as non-fork.
Currently building an Electron version risks including rogue `index.html` and `3rdparty` files in a commit. This PR helps solve this and is a precursor to supporting `electron-builder` as part of...
To leverage the ability to save settings in a dotfile across multiple systems (for when reinstalling machines), I would like to request all configurable settings (minus logins) be stored in...
I use quarter-tiling a lot, where many messaging apps take up a quarter of the screen. With Glowing Bear (built in Electron) once I get close to quarter size it...
#### What is the problem you are having with rclone? When running `rclone ls remote:album/newAlbum`, only the first 100 items are returned. From https://developers.google.com/photos/library/guides/list, the default page size is 100....
#### What is your current rclone version (output from `rclone version`)? v1.50.2 #### What problem are you are trying to solve? Automating synchronization of libraries to Google Photos works great,...