Jeff
Jeff
It's possible through a websocket listener on the client that connects to Jellyfin. I had to do a bit of research but it seems like I should be able to...
Unlikely for me to add unfortunately, since that would require UI changes for somewhat of a niche problem. This is probably the perfect use case to fork and modify Feishin...
Hello, could you add an example for [Glide Data Grid](https://grid.glideapps.com/)? Thanks in advance.
Thank you! I also just wanted to mention that [react-window](https://github.com/bvaughn/react-window) has released a v2 version that may need an updated example.
It would also be immensely helpful if the total count for each filtered entity (`artist`, `album`, `song`) is included in `searchResult3` so we can get page counts when searching. The...
For `search3`, you need to return a separate count for album, artist, and song since [a user can search for multiple entities at once](https://opensubsonic.netlify.app/docs/endpoints/search3/#parameters). Maybe `totalAlbumCount`, `totalArtistCount`, and `totalSongCount` for...
What about adding a query parameter to optionally add the totalCount property for all applicable requests? For example, [Jellyfin's API](https://api.jellyfin.org/#tag/Artists/operation/GetArtists) uses a boolean parameter called enableTotalRecordCount to conditionally query for...
I'm having a bit of trouble with the implementation on this. I set up basic auth on one of my navidrome instances, but it's returning a CORS error when trying...
@e1pex I removed your comment since you may have accidently put your credentials in your comment. (From the logs). Recopied it here without the logs. > Hi Jeff > >...
Hmm, if you're not getting an error on the login, then it might just be an issue on my side. I actually didn't pass-through the basic auth to all the...