<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/deployment/windows, branch v10.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.4.2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.4.2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-11-03T19:45:20Z</updated>
<entry>
<title>Merge pull request #1954 from LogicalPhallacy/LogicalPhallacy-patch-NSSM</title>
<updated>2019-11-03T19:45:20Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-10-29T07:22:58Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=39c3b2f0447dedb4541c5f14332545de3276acfc'/>
<id>urn:sha1:39c3b2f0447dedb4541c5f14332545de3276acfc</id>
<content type='text'>
Use mirror for NSSM

(cherry picked from commit ef623f512903624bba48f243e3a659ec46064054)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1903 from anthonylavado/nsis-update</title>
<updated>2019-11-03T19:44:57Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-03T19:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1fad64cd59cef86bec5f768f563ed9a9e5d63e3e'/>
<id>urn:sha1:1fad64cd59cef86bec5f768f563ed9a9e5d63e3e</id>
<content type='text'>
Update NSIS Installer

(cherry picked from commit 9756bdb76ea625c19b6743a34ec95759d3f6d050)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Remove /bin from ffmpeg path.</title>
<updated>2019-10-06T20:26:17Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-10-06T20:26:17Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=adde41c53377ab57c47fbb8afedd0888a437cc1e'/>
<id>urn:sha1:adde41c53377ab57c47fbb8afedd0888a437cc1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix extracted path from ffmpeg zip.</title>
<updated>2019-10-06T20:20:49Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-10-06T20:20:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3925e1dcedf1ff401d4757b335b06333e62d5436'/>
<id>urn:sha1:3925e1dcedf1ff401d4757b335b06333e62d5436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch to custom patched build for ffmpeg</title>
<updated>2019-10-06T20:03:44Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-10-06T20:03:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7d1206dcb8cc1017a7cfaa62ceed56edd806788'/>
<id>urn:sha1:c7d1206dcb8cc1017a7cfaa62ceed56edd806788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add escapes for path quotes in the NSIS Installer (#1777)</title>
<updated>2019-09-20T17:45:20Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthony@lavado.ca</email>
</author>
<published>2019-09-20T17:45:20Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=229bd598b560c601bedbad24e027327caa048f43'/>
<id>urn:sha1:229bd598b560c601bedbad24e027327caa048f43</id>
<content type='text'>
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`).

Fixes #1773.</content>
</entry>
<entry>
<title>NSIS improvements (#1692)</title>
<updated>2019-09-09T21:40:51Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-09-09T21:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2f2010ce59814b1358386ea5c2fb29be6d31b550'/>
<id>urn:sha1:2f2010ce59814b1358386ea5c2fb29be6d31b550</id>
<content type='text'>
* Much better, but still broken

It crashes with two custom pages after one another. (So when the service should be installed).

* Fixed the problems and finished the NSIS installer.

Also ignored some of the artifacts.

* Added changes to CI for setup building.

Consolidate building and fixed git error.

Small CI fixes.

Move UX repo to SourcesDirectory

Fix stupid checkout &lt;&gt; clone error.

Fix typo in PowerShell command.

Artifact publish tasks can not have wildcards.
</content>
</entry>
<entry>
<title>Change service install user</title>
<updated>2019-07-27T10:23:22Z</updated>
<author>
<name>crankdoofus</name>
<email>52436708+crankdoofus@users.noreply.github.com</email>
</author>
<published>2019-07-27T10:23:22Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c6111a7fb57a7d919ebf453ff3b9248cb8c3f6f0'/>
<id>urn:sha1:c6111a7fb57a7d919ebf453ff3b9248cb8c3f6f0</id>
<content type='text'>
The default is Network Service, with advanced option to use Local System</content>
</entry>
<entry>
<title>Rework based on review comments</title>
<updated>2019-07-25T11:52:44Z</updated>
<author>
<name>crankdoofus</name>
<email>52436708+crankdoofus@users.noreply.github.com</email>
</author>
<published>2019-07-25T11:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5517d912bfb1d77388805d4d759e875541589265'/>
<id>urn:sha1:5517d912bfb1d77388805d4d759e875541589265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update installer name to copy</title>
<updated>2019-07-25T11:51:53Z</updated>
<author>
<name>crankdoofus</name>
<email>52436708+crankdoofus@users.noreply.github.com</email>
</author>
<published>2019-07-25T11:51:53Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=fbbcba95d3712b0f7f61e5c2026914bf42f2b59b'/>
<id>urn:sha1:fbbcba95d3712b0f7f61e5c2026914bf42f2b59b</id>
<content type='text'>
</content>
</entry>
</feed>
