DocMarty84

Results 53 comments of DocMarty84

@peguerosdc Are you also using Docker?

Hello, At the moment, the `ffmpeg` binary is shipped with KooZic. This is for historical reasons, but now it doesn't make sense anymore: we could use the binary provided in...

It is implemented in https://github.com/DocMarty84/oomusic/commit/21e40e6c80bedc42c82d4b6b8496ee0542d48edb ('Disable Transcoding') ![Capture du 2019-08-01 15-50-36](https://user-images.githubusercontent.com/386952/62298964-57937b80-b474-11e9-98c0-686317054146.png) When the option is activated, transcoding is completely deactivated for both web application of Subsonic API. Please note that...

Please note it is not released yet. I expect to release a new beta with this feature by the end of the week.

v2.2.0-beta.4 has been released: https://github.com/DocMarty84/koozic/releases/tag/v2.2.0-beta.4 As mentioned earlier, the option appears only in debug mode: ![Capture du 2019-08-01 22-43-10](https://user-images.githubusercontent.com/386952/62326515-96debe00-b4ae-11e9-8d50-f7e71bced003.png)

This is because `apt-get update` was not run beforehand, and Docker used the image already built up to this step: https://github.com/DocMarty84/koozic/blob/053a5f66f638bbe45ea99b916eb61d1af0f07e87/extra/docker/Dockerfile#L17 I'm pretty sure you wouldn't have had the issue...

A log is needed then. - Stop the container: `docker-compose stop` - Modify the `entrypoint.sh` file to record the logs on a file (logfile and log-level): ``` # Start koozic...

Hello, Did you try the Docker installation ?

Can you please copy paste the message? Without any clear error it's difficult to debug.