Not much, but definitely it’s not dead. Actually I’m quite happy with current functionality and do not need more (actually there are couple of things that would be nice to have like shared bookmarks and read/finished audiobook attribute, but these will probably require to go beyond it’s simplistic design) and I’m using it every day. But some coding was done during past year and some small improvements were implemented.
Main changes on server Rust code were not focused on features but on updating to latest dependent libraries. Asynchronous world in Rust is rushing up, so it was necessary to catch up. Actually I have done two major updates – first at beginning of 2020 to use new futures and tokio 0.2 (plus hyper 0.13) and recently to update to tokio 1.0 (plus hyper 0.14). So audioserve is now stuffed with latest and greatest asynchronous code available in whole galaxy 🙂 This effort not only updated dependencies but in many places I fixed incorrect or sub-optimal code – so hopefully code is now bit better (especially error handling was moved to anyhow/thiserror and made more consistent).
Concerning features, just few were added:
- possibility to set base-dir – for cases when you are behind reverse proxy and need to add some root path before audioserve our path.
- Enhanced logging of authentication and access failures – with remote ip (even if audioserve is behind reverse proxy)
- Build in web client was enhanced with possibility to use space and arrow keys to control playback and login dialog is now correctly indicating failures.
On Android client I started with dark theme, I do have some version in separate branch, running it on my mobile, but it still need some more changes. Cannot find strength to finish it, Android development sucks.
For code and changes check audioserve on github.
I stumbled upon Audioserve after having Booksonic corrupt the database too many times. Your solution is simple, elegent, and straight up works. You are doing awesome work!
Keep it up!
I love Audioserve, I have been using it daily for probably about a year now! Thanks for all your work!