The Free Software Media System
Go to file
Erwin de Haan ec1f5dc317 Mayor code cleanup
Add Argument*Exceptions now use proper nameof operators.

Added exception messages to quite a few Argument*Exceptions.

Fixed rethorwing to be proper syntax.

Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)

Added some TODOs to log certain exceptions.

Fix sln again.

Fixed all AssemblyInfo's and added proper copyright (where I could find them)

We live in *current year*.

Fixed the use of braces.

Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.

Made more Methods that should be static static.

You can now use static to find bad functions!

Removed unused variable. And added one more proper XML comment.
2019-01-10 20:38:53 +01:00
.vscode Add JSON assets for VSCode development 2019-01-02 02:20:14 -05:00
BDInfo Mayor code cleanup 2019-01-10 20:38:53 +01:00
DvdLib Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Dlna Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Drawing Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Drawing.Skia Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.IsoMounting Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Naming Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Notifications Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Photos Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.Server.Implementations Mayor code cleanup 2019-01-10 20:38:53 +01:00
Emby.XmlTv Mayor code cleanup 2019-01-10 20:38:53 +01:00
Jellyfin.Server Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Api Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Common Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Controller Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.LocalMetadata Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.MediaEncoding Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Model Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Providers Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.Tests Use Microsoft.Extensions.Logging abstraction 2018-12-30 22:44:38 +01:00
MediaBrowser.WebDashboard Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.XbmcMetadata Mayor code cleanup 2019-01-10 20:38:53 +01:00
Mono.Nat Mayor code cleanup 2019-01-10 20:38:53 +01:00
Nuget update query objects 2017-09-04 15:28:22 -04:00
OpenSubtitlesHandler Mayor code cleanup 2019-01-10 20:38:53 +01:00
RSSDP Mayor code cleanup 2019-01-10 20:38:53 +01:00
SocketHttpListener Mayor code cleanup 2019-01-10 20:38:53 +01:00
debian Bump version for 10.0.1 2019-01-08 20:09:33 -05:00
.dockerignore Add Markdown and Docker files to .dockerignore 2019-01-04 21:07:23 +01:00
.drone.yml Speed up CI 2019-01-05 16:40:27 -05:00
.editorconfig Mayor code cleanup 2019-01-10 20:38:53 +01:00
.gitattributes Add merge=union for CONTRIBUTORS.md 2018-12-29 19:35:42 -05:00
.gitignore add jellyfin-web as submodule 2019-01-09 23:35:05 +09:00
.gitmodules add jellyfin-web as submodule 2019-01-09 23:35:05 +09:00
CONTRIBUTORS.md Fix CONTRIBUTORS.md formatting 2019-01-08 03:26:05 +00:00
Dockerfile Download ffmpeg in a separate layer 2019-01-06 22:46:52 -05:00
Dockerfile.aarch64 Add aarch64 image 2018-12-20 01:18:47 -05:00
Dockerfile.debian_package Enable self-contained binary mode (#160) 2018-12-14 21:21:48 -05:00
LICENSE Remove incorrect .md suffix from LICENSE file 2018-12-09 18:02:44 -05:00
MediaBrowser.sln Mayor code cleanup 2019-01-10 20:38:53 +01:00
MediaBrowser.sln.GhostDoc.xml replace file system calls with IFileSystem when needed 2013-10-31 10:03:23 -04:00
README.md Update readme to use readthedocs and clean up 2019-01-06 16:10:41 -05:00
SharedVersion.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
build-deb.sh cleanup 2018-12-14 19:00:19 -05:00
build-jellyfin.ps1 minor: copy install.bat for rename 2019-01-01 23:34:55 -05:00
install-jellyfin.ps1 fixed installer custom library path 2018-12-29 08:08:35 -08:00
install.bat Rename installjellyfin.bat to install.bat 2018-12-29 15:38:16 -08:00
new-file-header.txt Add a better wording here 2018-12-28 19:29:07 -05:00

README.md

Jellyfin

The Free Software Media System


Logo banner

GPL 2.0 License Build Status Docker Pull Count Documentation 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 Quickstart guide.

Want to contribute? Check out our documentation for guidelines.

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