From e187533f85889f093a9d9e1bb9c45ff07f0766cb Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 10 Jan 2017 14:39:19 +0000 Subject: [PATCH 1/2] bump to 24.2 --- Dockerfile | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36418ca..d1f98b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ARG VERSION LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" # package version -ARG DAAPD_VER="24.1" +ARG DAAPD_VER="24.2" # install runtime packages RUN \ diff --git a/README.md b/README.md index 67f8e79..990a089 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel Map your music folder, open up itunes on the same LAN to see your music there. For further setup options of remotes etc, check out the daapd website, [Forked-daapd][daapdurl]. +If you experience disconnections in itunes, try editing the value `cache_daap_threshold` to `cache_daap_threshold = 0` (uncommenting the line if necessary) in /config/forked-daapd.conf + ## Logs and shell * To monitor the logs of the container in realtime `docker logs -f daapd`. * Shell access whilst the container is running: `docker exec -it daapd /bin/bash` @@ -77,6 +79,7 @@ For further setup options of remotes etc, check out the daapd website, [Forked-d ## Versions ++ **10.01.17:** Bump to 24.2, add note about cache. + **14.10.16:** Add version layer information. + **17.09.16:** Rebase to alpine linux, remove redundant spotify support, move to main repository + **28.02.16:** Add chromecast support, bump dependency versions. From 1e81eef068db567c428a629d012661815e04648a Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Tue, 10 Jan 2017 14:46:14 +0000 Subject: [PATCH 2/2] remove cache threshold message in README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 990a089..7726bef 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,6 @@ In this instance `PUID=1001` and `PGID=1001`. To find yours use `id user` as bel Map your music folder, open up itunes on the same LAN to see your music there. For further setup options of remotes etc, check out the daapd website, [Forked-daapd][daapdurl]. -If you experience disconnections in itunes, try editing the value `cache_daap_threshold` to `cache_daap_threshold = 0` (uncommenting the line if necessary) in /config/forked-daapd.conf - ## Logs and shell * To monitor the logs of the container in realtime `docker logs -f daapd`. * Shell access whilst the container is running: `docker exec -it daapd /bin/bash` @@ -79,7 +77,7 @@ If you experience disconnections in itunes, try editing the value `cache_daap_th ## Versions -+ **10.01.17:** Bump to 24.2, add note about cache. ++ **10.01.17:** Bump to 24.2. + **14.10.16:** Add version layer information. + **17.09.16:** Rebase to alpine linux, remove redundant spotify support, move to main repository + **28.02.16:** Add chromecast support, bump dependency versions.