The Free Software Media System
Go to file
Bond-009 ee637e8fec Fix warnings, improve performance (#1665)
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
2019-09-02 02:19:29 -04:00
.ci Add the --azure-pipelines switch to the compat checker 2019-07-28 21:01:18 +02:00
.copr Code review updates 2019-02-15 10:22:52 -05:00
.github Update the Stale-bot config 2019-08-06 12:59:45 -04:00
.vscode Add JSON assets for VSCode development 2019-01-02 02:20:14 -05:00
BDInfo Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
deployment Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing services 2019-08-20 20:27:31 +02:00
DvdLib Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
Emby.Dlna Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Emby.Drawing Fix build on .Net Core 2.x 2019-08-16 19:05:30 +02:00
Emby.Naming Update deps + document startup project 2019-08-11 15:11:53 +02:00
Emby.Notifications More warning fixes 2019-08-29 22:28:33 +02:00
Emby.Photos Fix more warnings 2019-09-01 18:39:23 +02:00
Emby.Server.Implementations Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
Emby.XmlTv Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
hooks Checkout submodules in Docker Hub hook 2019-02-16 01:45:48 -05:00
Jellyfin.Drawing.Skia Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
Jellyfin.Server Move IsoMounter to plugin 2019-08-29 23:11:55 +02:00
MediaBrowser.Api Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.Common Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.Controller Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.LocalMetadata Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.MediaEncoding Fix more warnings 2019-09-01 18:39:23 +02:00
MediaBrowser.Model Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.Providers Fix warnings, improve performance (#1665) 2019-09-02 02:19:29 -04:00
MediaBrowser.Tests Adjusted the Product Name so the User Agent is correct/better. 2019-03-14 22:11:47 +01:00
MediaBrowser.WebDashboard Document all public/internal members of Emby.Drawing 2019-08-11 16:52:37 +02:00
MediaBrowser.XbmcMetadata Fix more warnings 2019-09-01 18:39:23 +02:00
Mono.Nat Check checksum for plugin downloads 2019-08-11 15:54:58 +02:00
RSSDP Remove IpAddressInfo and IpEndPointInfo classes 2019-07-25 00:15:06 +02:00
.dockerignore Fixed full pipeline, runs correctly now with drone exec 2019-02-12 16:21:46 +01:00
.drone.yml Disable the Drone CI ABI check 2019-03-13 20:37:08 +01:00
.editorconfig Merge pull request #862 from EraYaN/abi-check-drone 2019-02-18 13:11:06 -05:00
.gitattributes Force LF line endings 2019-06-08 19:56:08 +02:00
.gitignore Force LF line endings 2019-06-08 19:56:08 +02:00
.gitmodules Update submodule 2019-02-21 20:59:10 +01:00
build Make script executable again 2019-06-08 19:57:46 +02:00
build.yaml Bump version for 10.3.7 2019-07-24 10:48:35 -04:00
bump_version Make script executable again 2019-06-08 19:57:46 +02:00
CONTRIBUTORS.md Merge branch 'master' into h265 2019-08-19 14:57:48 -04:00
Dockerfile docker - make ffmpeg version configurable 2019-08-31 13:26:13 -04:00
Dockerfile.arm Fix Docker build 2019-08-06 23:57:39 -04:00
Dockerfile.arm64 Fix Docker build 2019-08-06 23:57:39 -04:00
Doxyfile Force LF line endings 2019-06-08 19:56:08 +02:00
jellyfin.code-workspace EditorConfig reformat: Non-CS files. 2019-01-13 20:45:51 +01:00
jellyfin.ruleset Check checksum for plugin downloads 2019-08-11 15:54:58 +02:00
LICENSE Remove incorrect .md suffix from LICENSE file 2018-12-09 18:02:44 -05:00
MediaBrowser.sln Fix more warnings 2019-09-01 18:39:23 +02:00
MediaBrowser.sln.GhostDoc.xml Fixed csproj and xml identation. 2019-01-19 15:01:16 +01:00
README.md Add link to feature request hub to readme 2019-08-09 10:00:16 +02:00
SharedVersion.cs Bump version for 10.3.7 2019-07-24 10:48:35 -04:00

Jellyfin

The Free Software Media System


Logo banner

GPL 2.0 License Current Release Translations Azure DevOps builds Docker Pull Count
Donate Submit and vote on feature requests Discuss on our Forum Chat on Matrix Join our Subreddit


Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. We welcome anyone who is interested in joining us in our quest!

For further details, please see our documentation page. To receive the latest updates, get help with Jellyfin, and join the community, please visit one of our communication channels on Matrix/Riot or social media.

For more information about the project, please see our about page.

Want to get started? Choose from Prebuilt Packages or Build from Source, then see our quick start guide.

Want to contribute? Check out our documentation for guidelines.

New idea or improvement? Check out our feature request hub.

Something not working right? Open an Issue.