Fae Hutter

Results 36 issues of Fae Hutter

Finally make use of ianrenton/successwhale-api#25.

enhancement

Currently UI font size is what looks good on my phone. Not tested on other devices. Will probably need to be adjustable.

enhancement

for this project to be a replacement storage service for Morrigan, it will need to track: - last played date - play start count - play end count the challenge...

enhancement

And use to populate said tags on DLNA metadata fields. ``` java DIDLObject.Property.UPNP.ARTIST DIDLObject.Property.UPNP.ALBUM ``` Objective is to make XBMC lyrics plugin work. :s In order, try pattern matching: ```...

enhancement

In the example bot.js you show loading a plugin with only one arg, e.g. `b.loadPlugin('dice');`. However this will error on the line: `pl.cmdPrefix = options.cmdprefix && options.cmdprefix[0] ? options.cmdprefix[0] :...

The timeout handler in `connection.wait_for_notification()` (and other gatttool functions) does something like: ``` with Popen(cmd, shell=True, ...) as process: try: ... except TimeoutExpired: os.killpg(process.pid, signal.SIGINT) ``` Because its using `shell=True`...

bug
help wanted

currently all auth is based on directory structure, which makes it very awkward to share a sub-set of images like a set from a specific event. it would be nice...

enhancement