<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Dockerfile, branch v10.3.0-rc1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.3.0-rc1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.3.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-03-15T13:30:15Z</updated>
<entry>
<title>Only remove /var/lib/apt/lists/*</title>
<updated>2019-03-15T13:30:15Z</updated>
<author>
<name>Sandro Jäckel</name>
<email>sandro.jaeckel@gmail.com</email>
</author>
<published>2019-03-15T13:30:15Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=dd929d796f10d06f5874909d7572fa49e750fb6d'/>
<id>urn:sha1:dd929d796f10d06f5874909d7572fa49e750fb6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finalise removal of --ffprobe switch</title>
<updated>2019-03-12T22:09:18Z</updated>
<author>
<name>PloughPuff</name>
<email>ploughpuff@protonmail.com</email>
</author>
<published>2019-03-12T22:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b864e9da2a512250eff48baae28251db5a508f8f'/>
<id>urn:sha1:b864e9da2a512250eff48baae28251db5a508f8f</id>
<content type='text'>
Removed --ffprobe from src files and server/docker scripts.</content>
</entry>
<entry>
<title>Treat jellyfin-web as just another dependency for Docker builds</title>
<updated>2019-03-01T05:17:46Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-03-01T05:17:46Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=27f9981142b4a75ceaff3a4b0f13f40b7d9467d6'/>
<id>urn:sha1:27f9981142b4a75ceaff3a4b0f13f40b7d9467d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set ffmpeg+ffprobe paths in Docker container</title>
<updated>2019-02-28T02:04:37Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-28T01:56:50Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1d1e6dede94596dc4e613a59c1561fe96447581c'/>
<id>urn:sha1:1d1e6dede94596dc4e613a59c1561fe96447581c</id>
<content type='text'>
Will always ensure containers use correct path.

Yes - the arm images have a different path than the amd64 one. This is
caused by the amd64 image using ffmpeg from jellyfin/ffmpeg while the
others use ffmpeg from their distro's repos.
</content>
</entry>
<entry>
<title>use common.build.sh for docker image builds</title>
<updated>2019-02-24T10:17:39Z</updated>
<author>
<name>Thomas Büttner</name>
<email>thomas@vergesslicher.tech</email>
</author>
<published>2019-02-24T10:17:39Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=38ec68c488c0c8e88989dc7c3fdc0824cfe71343'/>
<id>urn:sha1:38ec68c488c0c8e88989dc7c3fdc0824cfe71343</id>
<content type='text'>
Signed-off-by: Thomas Büttner &lt;thomas@vergesslicher.tech&gt;
</content>
</entry>
<entry>
<title>Build releases without debug</title>
<updated>2019-02-24T10:00:15Z</updated>
<author>
<name>Thomas Büttner</name>
<email>thomas@vergesslicher.tech</email>
</author>
<published>2019-02-22T12:52:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=da61998ad611bf25d5644223a82eed1cf2e3d835'/>
<id>urn:sha1:da61998ad611bf25d5644223a82eed1cf2e3d835</id>
<content type='text'>
Signed-off-by: Thomas Büttner &lt;thomas@vergesslicher.tech&gt;
</content>
</entry>
<entry>
<title>Use jellyfin/ffmpeg image</title>
<updated>2019-02-20T17:11:50Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-20T17:11:50Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=69a81c0bc263ab4da6801285ea027851325be99a'/>
<id>urn:sha1:69a81c0bc263ab4da6801285ea027851325be99a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix cachedir missing from Docker container</title>
<updated>2019-02-16T20:25:44Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-16T20:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c06598635f2637dc60e022825e7a81bdae88a650'/>
<id>urn:sha1:c06598635f2637dc60e022825e7a81bdae88a650</id>
<content type='text'>
Adds the /cache volume and set it to writeable by all. This allows for
those using jellyfin to continue using it without modifying their
config. However, retaining cache will require one to mount the /cache
volume.

Also make the /config and /media dirs 777 by default. No permissions on
mounted volumes will be changed.
</content>
</entry>
<entry>
<title>Enhance Dockerfiles</title>
<updated>2019-02-16T06:37:55Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-16T06:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d9ab654abe6a6790ecb946894dac0c4fc863227b'/>
<id>urn:sha1:d9ab654abe6a6790ecb946894dac0c4fc863227b</id>
<content type='text'>
* Prevent failure when obj exists from host compile
* Enhance readability of disposed stages
* Formatting
</content>
</entry>
<entry>
<title>Use VAAPI-enabled ffmpeg</title>
<updated>2019-02-08T05:19:31Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-02-08T05:19:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=22ffc5aee4f2f67c69a678217abc6a3171d6e329'/>
<id>urn:sha1:22ffc5aee4f2f67c69a678217abc6a3171d6e329</id>
<content type='text'>
</content>
</entry>
</feed>
