<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/LiveTv/EmbyTV/ItemDataProvider.cs, branch v10.8.0-alpha2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha2</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha2'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2021-10-01T09:21:22Z</updated>
<entry>
<title>Enable nullable for ItemDataProvider</title>
<updated>2021-10-01T09:21:22Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-10-01T09:21:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1ee58bf0200986cbddcab8ce9fd4fa930bee84e1'/>
<id>urn:sha1:1ee58bf0200986cbddcab8ce9fd4fa930bee84e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move non-jellyfin extensions to separate project</title>
<updated>2021-06-19T16:04:46Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-06-19T16:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6f8ccab788e85e025eaa44b67a1487bf419afb53'/>
<id>urn:sha1:6f8ccab788e85e025eaa44b67a1487bf419afb53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable reference types for Emby.Server.Implementations</title>
<updated>2021-05-20T20:48:53Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-20T19:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7e8428e588b3f0a0574da44081098c64fe1a47d7'/>
<id>urn:sha1:7e8428e588b3f0a0574da44081098c64fe1a47d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unused using directives</title>
<updated>2021-04-17T10:37:55Z</updated>
<author>
<name>BaronGreenback</name>
<email>jimcartlidge@yahoo.co.uk</email>
</author>
<published>2021-04-17T10:37:55Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=bc1cc2d04ae0e823becf59964e5bdc5a74ae7741'/>
<id>urn:sha1:bc1cc2d04ae0e823becf59964e5bdc5a74ae7741</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FxCop -&gt; Net Analyzers (part 2)</title>
<updated>2021-03-13T21:33:28Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-03-09T04:57:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a8ed753f6c890f74d3a70c2653ac5548d2399737'/>
<id>urn:sha1:a8ed753f6c890f74d3a70c2653ac5548d2399737</id>
<content type='text'>
</content>
</entry>
<entry>
<title>JsonSerializer deserialize from bytes where possible</title>
<updated>2021-01-12T14:28:02Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-01-12T14:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1ea2b200c0b38f9d9a058f5e4b6e27815a016860'/>
<id>urn:sha1:1ea2b200c0b38f9d9a058f5e4b6e27815a016860</id>
<content type='text'>
This is faster and uses way less memory
```
BenchmarkDotNet=v0.12.1, OS=fedora 32
Intel Core i7-6700HQ CPU 2.60GHz (Skylake), 1 CPU, 8 logical and 4 physical cores
.NET Core SDK=5.0.100
  [Host]     : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT
  DefaultJob : .NET Core 5.0.0 (CoreCLR 5.0.20.51904, CoreFX 5.0.20.51904), X64 RyuJIT

| Method |     Mean |   Error |  StdDev |   Gen 0 | Gen 1 | Gen 2 | Allocated |
|------- |---------:|--------:|--------:|--------:|------:|------:|----------:|
|  Bytes | 158.4 us | 2.56 us | 2.14 us | 16.8457 |     - |     - |  52.08 KB |
| String | 172.8 us | 0.78 us | 0.70 us | 41.5039 |     - |     - | 127.82 KB |
| Custom | 155.5 us | 2.95 us | 2.76 us | 10.0098 |     - |     - |  31.27 KB |
```
</content>
</entry>
<entry>
<title>Use UTF8 encoding and async correctly</title>
<updated>2020-12-28T23:35:59Z</updated>
<author>
<name>David</name>
<email>daullmer@gmail.com</email>
</author>
<published>2020-12-28T23:35:59Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3dec1fd6b23fa4f7f9bc3f66edca8ec0f285ae0f'/>
<id>urn:sha1:3dec1fd6b23fa4f7f9bc3f66edca8ec0f285ae0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Put json serializer options in private field</title>
<updated>2020-12-24T10:22:34Z</updated>
<author>
<name>David</name>
<email>daullmer@gmail.com</email>
</author>
<published>2020-12-24T10:15:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=043d04544850bb82972bb7817510984c2ddea75a'/>
<id>urn:sha1:043d04544850bb82972bb7817510984c2ddea75a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use sync string instead of file</title>
<updated>2020-12-24T09:31:51Z</updated>
<author>
<name>David</name>
<email>daullmer@gmail.com</email>
</author>
<published>2020-12-24T09:31:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e835dfb27d4a25e2057047692fd58af439b15acc'/>
<id>urn:sha1:e835dfb27d4a25e2057047692fd58af439b15acc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use streams instead of strings</title>
<updated>2020-12-23T18:24:58Z</updated>
<author>
<name>David</name>
<email>daullmer@gmail.com</email>
</author>
<published>2020-12-23T18:24:58Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2a574914eaca486f6216db400d9fdf88ad88636e'/>
<id>urn:sha1:2a574914eaca486f6216db400d9fdf88ad88636e</id>
<content type='text'>
</content>
</entry>
</feed>
