vorleser-server
vorleser-server copied to clipboard
A server to host your audiobooks so you can listen to them on any platform
Hello, I tried this: docker run -it -d\ --name=vorleser \ -p 8077:8000 \ -v /docker/config/vorleser:/var/lib/vorleser \ -v /media/daten/MEDIEN/Kinderhörbücher:/audiobooks:ro \ --restart unless-stopped \ vorleser/server and thean did your recommanded commands within...
We are in the process of building an integration test suite library migrations (testing the process of a user changing files between scans of the filesystem). We will just define...
Would help with .DS_Store / resource fork files
These clippy lints need looking into: ``` error: casting from `*mut ffmpeg::AVDictionary` to a more-strictly-aligned pointer (`*mut worker::util::Dictionary`) --> src/worker/mediafile.rs:77:29 | 77 | let d = dict_to_map(av.metadata as *mut Dictionary);...
At the moment, we add a chapter for each file. We should consider looking at the chapters contained in the individual files and concatenating them together (maybe removing duplicates at...
Should we make it editable? Should we improve our scanning methods? Some real world data had the following problems for me: - bad chapter names (all caps or prefixed with...
We have a PKGBUILD file for Archlinux. We should think a bit about how we could make installation easy across distributions.
Currently we extract coverart, we would like to offer some means of offering different sizes of these.