Jeff

Results 166 comments of Jeff

I'm not opposed to switching to a different slider component if you know of any that can better handle the screen reader.

I guess I just used rsuite's component to try to keep things as consistent as possible in regards to styling. Using a html5 slider would indeed probably be the best...

I see, thanks. At this point I'd say not to bother creating an issue with rsuite (unless you'd want to let them know separately). There were quite a few breaking...

> Where is the code which controls the initial display of the menu? I'm hoping to start by saving the element that currently has keyboard focus to be restored when...

I have a hook [useListScroll](https://github.com/jeffvli/sonixd/blob/main/src/hooks/useListScroll.ts) that you could probably assign to hotkeys to scroll the list up/down. All you need to do is assign it to the ref of a...

The `useTable` hooks like interesting. I'll see if I can incorporate it my rsuite-table implementation.

If I'm understanding correctly, the energy usage is the same during idle as when playing? I've done a few optimizations regarding CPU usage in the past such as #145, so...

Just an fyi, you can disable transcoding from your user settings in Jellyfin: ![image](https://user-images.githubusercontent.com/42182408/143661207-c5d7b917-a7f5-41fb-a1ec-39cf936c68e7.png)

Valid points! Just wanted to add a notice here as a temporary measure until I get this implemented!

Looking at the Jellyfin API docs for [UniversalAudio](https://api.jellyfin.org/#tag/UniversalAudio), I'm not quite sure there's a way to force transcoding off besides what is already implemented. There's an optional parameter for `transcodingProtocol`...