The Free Software Media System
Go to file
2019-03-07 12:24:44 +01:00
.copr Code review updates 2019-02-15 10:22:52 -05:00
.github Make guidance in issue templates comments, this will declutter issues when people do not remove it. 2019-01-27 17:24:02 +01:00
.vscode Add JSON assets for VSCode development 2019-01-02 02:20:14 -05:00
BDInfo Removed some unused fields 2019-02-09 15:57:42 +01:00
deployment Copy install script from new location 2019-03-06 09:22:38 -05:00
DvdLib Don't mix LINQ and roreach loops for readability 2019-03-01 17:12:22 +01:00
Emby.Dlna Remove useless comments 2019-03-07 12:24:44 +01:00
Emby.Drawing Merge pull request #822 from Bond-009/imagedimensions 2019-02-08 20:02:25 +03:00
Emby.IsoMounting Removed some unused fields 2019-02-09 15:57:42 +01:00
Emby.Naming Don't mix LINQ and roreach loops for readability 2019-03-01 17:12:22 +01:00
Emby.Notifications Remove more self-update code 2019-02-18 16:57:08 +01:00
Emby.Photos Removed some unused fields 2019-02-09 15:57:42 +01:00
Emby.Server.Implementations Remove useless abstraction around XmlReaderSettings 2019-03-07 12:04:14 +01:00
Emby.XmlTv Implement SxxExx EpisodeNum Processing (#1009) 2019-03-03 12:46:03 +01:00
hooks Checkout submodules in Docker Hub hook 2019-02-16 01:45:48 -05:00
Jellyfin.Drawing.Skia Update image overlays to use Jellyfin blue 2019-03-04 22:36:23 -05:00
Jellyfin.Server Less string allocations 2019-02-26 17:11:04 +01:00
MediaBrowser.Api Fix rmvb video can not play under DLNA 2019-02-28 18:00:25 +08:00
MediaBrowser.Common Send DLNA devices message to only the matched interface 2019-02-22 20:18:34 +08:00
MediaBrowser.Controller Merge pull request #915 from cvium/remove_encryptionmanager 2019-03-06 15:56:15 +03:00
MediaBrowser.LocalMetadata Remove useless comments 2019-03-07 12:24:44 +01:00
MediaBrowser.MediaEncoding Remove useless comments 2019-03-07 12:24:44 +01:00
MediaBrowser.Model Remove useless abstraction around XmlReaderSettings 2019-03-07 12:04:14 +01:00
MediaBrowser.Providers Remove useless comments 2019-03-07 12:24:44 +01:00
MediaBrowser.Tests Fixed csproj and xml identation. 2019-01-19 15:01:16 +01:00
MediaBrowser.WebDashboard Don't change submodule 2019-02-26 17:11:27 +01:00
MediaBrowser.XbmcMetadata Remove useless comments 2019-03-07 12:24:44 +01:00
Mono.Nat Eliminate some compile warnings (#600) 2019-01-24 18:56:43 +01:00
OpenSubtitlesHandler Fix missing imports after rebase 2019-01-20 06:33:33 +01:00
RSSDP Remove useless if..else in SsdpDevicePublisher 2019-02-23 10:15:38 +08:00
SocketHttpListener Add comment 2019-02-20 12:53:35 +01:00
.dockerignore Fixed full pipeline, runs correctly now with drone exec 2019-02-12 16:21:46 +01:00
.drone.yml Fixed the assemblynames from drone since, the namespaces do not line up (yet). 2019-02-19 01:18:49 +01:00
.editorconfig Merge pull request #862 from EraYaN/abi-check-drone 2019-02-18 13:11:06 -05:00
.gitattributes Add merge=union for CONTRIBUTORS.md 2018-12-29 19:35:42 -05:00
.gitignore Fixed full pipeline, runs correctly now with drone exec 2019-02-12 16:21:46 +01:00
.gitmodules Update submodule 2019-02-21 20:59:10 +01:00
build Allow complete ignoring of submodule 2019-03-05 23:52:58 -05:00
build.yaml Add build.yaml for parent build infrastructure 2019-03-05 23:53:07 -05:00
bump_version keep trailing 0 in version 2019-02-03 13:17:31 +01:00
CONTRIBUTORS.md Update CONTRIBUTORS.md 2019-02-28 22:15:59 +08:00
Dockerfile Treat jellyfin-web as just another dependency for Docker builds 2019-03-01 00:17:46 -05:00
Dockerfile.arm Treat jellyfin-web as just another dependency for Docker builds 2019-03-01 00:17:46 -05:00
Dockerfile.arm64 Treat jellyfin-web as just another dependency for Docker builds 2019-03-01 00:17:46 -05:00
jellyfin.code-workspace EditorConfig reformat: Non-CS files. 2019-01-13 20:45:51 +01:00
jellyfin.ruleset Remove more doc warnings 2019-02-16 00:43:56 +01:00
LICENSE Remove incorrect .md suffix from LICENSE file 2018-12-09 18:02:44 -05:00
MediaBrowser.sln Move Skia back into it's own project 2019-01-26 20:43:13 +01:00
MediaBrowser.sln.GhostDoc.xml Fixed csproj and xml identation. 2019-01-19 15:01:16 +01:00
new-file-header.txt Add a better wording here 2018-12-28 19:29:07 -05:00
README.md Fix OC badge to all and add forum badge 2019-02-07 18:14:43 -05:00
SharedVersion.cs Bump version to 10.2.2 2019-02-28 22:03:08 -05:00

Jellyfin

The Free Software Media System


Logo banner

GPL 2.0 License Current Release Translations Build Status Docker Pull Count
Donate 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 first-time setup guide.

Want to contribute? Check out our documentation for guidelines.

New idea or improvement? Something not working right? Open an Issue.