Ivan Zderadicka

Results 107 comments of Ivan Zderadicka

I personally do not use windows for audioserve and windows build instruction was provided by kind contributor in #28 - you can try to check with that contributor. As code...

#27 even contains some windows build

@rudifus Thanks, looks promising. Still I'd suspect that not everything will be working as expected. Though I've tried not to use *nix only things (maybe with exceptions of signals on...

Thanks, looks like the way how user can manually fix file locally. It will not help with remuxing of m4b to adts stream I think - for this some fix/workaround/parameters...

Android client contains such functionality, audioserver also allows to download full folder as .tar archive. Caching in web client is quite complex problem - while there is a Cache API...

@wtanksleyjr - current version of audioserve already allows to download a folder in zip format without compression (that is default now, tar is still possible under program option)

New client how enables to cache whole folder (similar to Android client). Only requirement is to serve client securely so Service Worker is available.

I quickly looked at PWA and there are two main requirement for PWA 1) JSON Manifest I think that should be no big deal, only thing is that some icons...

Looks like people are just using element (so no special caching)- Service worker is used just for loading other resources https://www.pwabuilder.com Inspiration : https://github.com/robinbakker/1tuner https://github.com/iondrimba/pwa-music-player https://github.com/arma7x/pwa-audio-player

@KodeStar - this could be an idea for new web client?