tandy1000

Results 40 issues of tandy1000

I currently use [betanin](https://github.com/sentriz/betanin) with qbittorrent to automatically send downloads to beets, streamlining the import into my library, it would be nice to have this functionality.

feature

Another low priority feature request; it would nice to know whether there are unread messages without clicking on the Chat tab. This could be done using a notification badge over...

feature
area: messaging

A low priority feature, but since this information is available, it would be nice to see it somewhere in the UI, maybe under a statistics tab or something.

feature

At the moment, when slskd is restarted, chat logs are lost. This might be best implemented with a config option to remove chats after `x` number of days .

area: messaging

It would be convenient for slskd to update itself automatically. In the mean time, maybe some documentation on updating an existing installation would be nice?

feature

The current stdlib has a few js backend specific modules which should be sorted. They can be sorted into two folders, `nodejs` and `js`. Certain `js` modules cannot be used...

TODO: - [x] Add rkmpp for arm64 build - [x] Enable the build flag **Changes** - For arm64 platform the rkmpp dependency is added **Issues** Fixes https://github.com/jellyfin/jellyfin-ffmpeg/issues/34

My tabs are getting discarded even when they are pinned (setting not to do that in config), and even when the domain is whitelisted, or audio is playing.

The plugin says it is malfunctioning on the 10.8.0 unstable releases on debian. Log info: ``` [2022-01-10 12:52:59.318 +00:00] [ERR] Failed to deserialize the plugin manifest retrieved from "https://github.com/jesseward/jellyfin-plugin-lastfm" System.Text.Json.JsonException:...

I'm trying to wrap [libantumbra](https://github.com/TeamAntumbra/libantumbra) using the following code (where `.` is `libantumbra/`): ``` # antumbra.nim import pkg/futhark importc: sysPath "/usr/lib64/clang/14/include" path "." "libantumbra.h" {.passL:"-lantumbra".} ``` This generates: ``` #...