neofright
neofright
I'd also love to see this feature. Presumably the chats are stored in RAM. Is there any command that could be run in the container to save chats to a...
EDIT: After further testing, I was unable to reproduce the issue in my previous comment.
> Check out the `initialTracks` property passed when constructing a new Webamp instance: https://github.com/captbaritone/webamp/blob/master/packages/webamp/docs/usage.md#construction Can this be used to specify a file URI such as `file:///bind_mount/playlist.m3u` e.g. ``` initialTracks: [{...
OK I answered my own question. *First off, WebAmp does *not* support playlists of any kind. You have to populate the json file list however you like.* Below are my...
``` binary_name="slskd" pid="$(pgrep "$binary_name")" new_messages=() if [[ -n "$pid" ]]; then while IFS="-" read -r a b do segment_size_in_bytes=$(( 0x$b - 0x$a )) if [[ "$segment_size_in_bytes" -lt "524288" ]] ##...