<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/IO, branch v10.8.0-alpha4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.8.0-alpha4</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.8.0-alpha4'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2021-12-27T14:38:06Z</updated>
<entry>
<title>Remove more warnings</title>
<updated>2021-12-27T14:38:06Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-12-24T21:18:24Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7bfc6b5679308d3ec816e6f34b0dd54cf0cbd07c'/>
<id>urn:sha1:7bfc6b5679308d3ec816e6f34b0dd54cf0cbd07c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More cleanup</title>
<updated>2021-12-27T14:20:05Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-12-15T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ea8f40e84a72ab1eb0bdbe4974cb78f7d1b0f552'/>
<id>urn:sha1:ea8f40e84a72ab1eb0bdbe4974cb78f7d1b0f552</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2021-11-15T14:57:07Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-15T14:57:07Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=474b035d99c388e7d23280cefaa97760d4263f76'/>
<id>urn:sha1:474b035d99c388e7d23280cefaa97760d4263f76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2021-11-09T21:29:33Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-09T21:29:33Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1d19a5be617c191a731b76e556fae1e395eb3788'/>
<id>urn:sha1:1d19a5be617c191a731b76e556fae1e395eb3788</id>
<content type='text'>
down to 580
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2021-11-09T12:14:31Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-09T12:14:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=5726535a262ce5f671bb0b74dd00c485d17633f0'/>
<id>urn:sha1:5726535a262ce5f671bb0b74dd00c485d17633f0</id>
<content type='text'>
609 left
</content>
</entry>
<entry>
<title>Add some docs and tests</title>
<updated>2021-11-07T21:32:08Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-07T21:32:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4dfb7b18ae6e49003da702aefa449bca0bbecaf4'/>
<id>urn:sha1:4dfb7b18ae6e49003da702aefa449bca0bbecaf4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix UnauthorizedAccessException in GetDrives</title>
<updated>2021-11-07T14:33:39Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-11-07T14:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0f528966919518a190c33291946ba5947cc29670'/>
<id>urn:sha1:0f528966919518a190c33291946ba5947cc29670</id>
<content type='text'>
```
[15:01:24] [ERR] [55] Jellyfin.Server.Middleware.ExceptionMiddleware: Error processing request. URL GET /Environment/Drives.
System.UnauthorizedAccessException: Access to the path is denied.
 ---&gt; System.IO.IOException: Operation not permitted
   --- End of inner exception stack trace ---
   at System.IO.DriveInfo.CheckStatfsResultAndThrowIfNecessary(Int32 result)
   at System.IO.DriveInfo.get_TotalSize()
   at Emby.Server.Implementations.IO.ManagedFileSystem.&lt;&gt;c.&lt;GetDrives&gt;b__32_0(DriveInfo d) in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583
   at System.Linq.Enumerable.WhereSelectArrayIterator`2.ToList()
   at Emby.Server.Implementations.IO.ManagedFileSystem.GetDrives() in /home/bond/dev/jellyfin/Emby.Server.Implementations/IO/ManagedFileSystem.cs:line 583
   at Jellyfin.Api.Controllers.EnvironmentController.GetDrives() in /home/bond/dev/jellyfin/Jellyfin.Api/Controllers/EnvironmentController.cs:line 153
   at lambda_method559(Closure , Object , Object[] )
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncObjectResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State&amp; next, Scope&amp; scope, Object&amp; state, Boolean&amp; isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
```
</content>
</entry>
<entry>
<title>Fix warnings in IO</title>
<updated>2021-10-04T01:41:22Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2021-10-02T17:31:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c09ef74b516c04b820bf7cdd1060ab7ceb102c13'/>
<id>urn:sha1:c09ef74b516c04b820bf7cdd1060ab7ceb102c13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use RandomAccess instead of a FileStream where it makes sense</title>
<updated>2021-09-25T18:17:12Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-09-25T18:17:12Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a4eede29abf1cf380c959835e59b7062ead1a654'/>
<id>urn:sha1:a4eede29abf1cf380c959835e59b7062ead1a654</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all unused usings</title>
<updated>2021-09-06T19:15:30Z</updated>
<author>
<name>Fernando Fernández</name>
<email>ferferga@hotmail.com</email>
</author>
<published>2021-09-06T19:15:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3d0b1ccae661704371041aadafc9816a223b1ea0'/>
<id>urn:sha1:3d0b1ccae661704371041aadafc9816a223b1ea0</id>
<content type='text'>
</content>
</entry>
</feed>
