B. Kelly
B. Kelly
For example, if I go to my artist page for Pendulum, it lists 5 "top tracks" and two albums containing 24 tracks between them. If I click Play All or...
gonic version: 0.15.2 The indexer requires files to pass two checks to be indexed: - The file extension must be one of the [supportedAudioTypes](https://github.com/sentriz/gonic/blob/e3dd812b6c13c5f74690a868d0a5c37f30e33053/mime/mime.go#L10) - taglib must successfully read ID3...
Changes to the backing filesystem are not propagated to inotify watchers on the ffmpegfs mount, which means that if you have a setup like: ``` Media server using inotify to...
I use ffmpeg with libopenmpt, which supports `-subsong N` as a command line option to select a specific subsong from files that contain more than one, or `-subsong all` to...
The default behaviour is to transcode everything that isn't already the target format. By using `include_extensions`, you can restrict this to a list of specified extensions. In my case, however,...
**Is your feature request related to a problem? Please describe.** At the moment, the most granular pages munin-cron generates are a whole category (showing all plugins in that category across...
**Is your feature request related to a problem? Please describe.** Individual plugins can set `graph_args` to control how rrdgraph is invoked, but there is no way to do this at...
As an example, compare [compiler](https://docs.factorcode.org/content/vocab-compiler.html) to [bootstrap](https://docs.factorcode.org/content/vocab-bootstrap.html); the former works, the latter is (at time of writing) a 404, presumably because it contains subvocabularies but does not itself define any...
The play queue appears to exist only in the browser's JS execution state, which means that if the browser gets restarted or even if the page gets reloaded, it evaporates....
The only way to move up to a higher level in the filesystem when using the file browser is the ← button. It would be nice if, for example, when...