aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-24Don't throw null reference if ContentType is null.crobibero
2020-11-24Translated using Weblate (Ukrainian)volodymyr
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
2020-11-24Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2020-11-24Revert "Enable jellyfin.service unit on Fedora fresh install"Joshua M. Boniface
2020-11-24Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2020-11-24Apply suggestions from code reviewNyanmisaka
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-11-24enable cl-va p010 interopNyanmisaka
2020-11-24disable graphical subs burn-in when tonemappingNyanmisaka
2020-11-24Translated using Weblate (Tamil)Oatavandi
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2020-11-24add tonemapping for intel vaapinyanmisaka
hwdec->scale->tonemap->hwenc hwdec->scale->tonemap->textsubs->hwenc * grapical subs requires overlay_vaapi, but it's still in ffmpeg mailing list.
2020-11-24Translated using Weblate (Finnish)Mikko Puntanen
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2020-11-24Translated using Weblate (French)CutterXYZ
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2020-11-24Use consistent styleCromefire_
2020-11-24Removed bash style varsCromefire_
2020-11-24Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
2020-11-24Merge pull request #4568 from crobibero/guid-emptyClaus Vium
Serialize Guid.Empty to null
2020-11-24[Fix] NetworkManager binding to [::] (#4549)BaronGreenback
* Autodiscovery enable/disable patch * Fixed [::] issue on bind. Altered test. * Update UdpServerEntryPoint.cs * Update Jellyfin.Networking.Tests.csproj * Update Jellyfin.Networking.Tests.csproj * Update INetworkManager.cs
2020-11-24Remove ResourceFileManager (#4567)BaronGreenback
2020-11-23Serialize Guid.Empty to nullcrobibero
2020-11-23Translated using Weblate (Italian)Antonio Sarro
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
2020-11-23Merge pull request #4550 from crobibero/plugin-repoBill Thornton
Handle invalid plugins
2020-11-23Update debian/conf/jellyfinCromefire_
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
2020-11-23Merge pull request #4562 from crobibero/playback-stop-notificationBill Thornton
Don't send activity event if notification type is null
2020-11-23Merge pull request #4554 from joshuaboniface/fix-restartBill Thornton
Run explicit service start if restart failed
2020-11-23Merge pull request #4553 from joshuaboniface/enable-service-on-fedoraBill Thornton
Enable jellyfin.service unit on Fedora fresh install
2020-11-23Don't nest DeviceProfilecrobibero
2020-11-23Add TODO noticecrobibero
2020-11-23Fix sending PlaybackInfocrobibero
2020-11-23Don't send activity event if notification type is nullcrobibero
2020-11-23Merge pull request #4551 from crobibero/fix-name-cleaningdkanada
Only trim file name if folder name is shorter
2020-11-23Merge pull request #4557 from crobibero/client-dto-fixdkanada
Fix namespace and add attribute for ClientCapabilitiesDto
2020-11-22Fix namespace and add attributecrobibero
2020-11-22Add at to the dependencies on Fedora (as in Deb)Joshua M. Boniface
2020-11-22Go back to at with lower sleep and startJoshua M. Boniface
2020-11-22Remove the `at now` hackJoshua M. Boniface
2020-11-22Run explicit service start if restart failedJoshua M. Boniface
Should solve the occasional bugs with the restart in the WebUI. Sometimes the service stops and then doesn't start again; this will run an explicit start action afterwards. If this doesn't fix it I'm certain there would be more tweaking that can be done.
2020-11-22Use --now to the enable to start tooJoshua M. Boniface
2020-11-22Make use of the $1 flag to set installed onlyJoshua M. Boniface
2020-11-22Set systemctl enabled on Jellyfin serviceJoshua M. Boniface
This was not set for Fedora; I do not recall if this was just an oversight or was explicitly removed in the past; open to feedback there. Reported in the LUP Bug-A-Thon
2020-11-22Fix testscrobibero
2020-11-22Only trim file name if folder name is shortercrobibero
2020-11-22Handle invalid pluginscrobibero
2020-11-22Merge pull request #4545 from BaronGreenback/17.0RC0---Fix1Joshua M. Boniface
[Fix] Null Pointer in TmdbMovieProvider
2020-11-22Merge pull request #4544 from BaronGreenback/MinorFixJoshua M. Boniface
[Fix] Config option read from wrong place.
2020-11-22Merge pull request #4548 from orryverducci/mkv-interlaced-fixJoshua M. Boniface
Revert "Fix frame rate probing for interlaced MKV files"
2020-11-22Revert "Fix frame rate probing for interlaced MKV files"Orry Verducci
This reverts commit 84fd5a09532bd1e854ec3745609f845aa7098da2.
2020-11-22Null PointerGreenback
2020-11-22Update Startup.csBaronGreenback
Late night
2020-11-22Update Startup.csBaronGreenback
2020-11-22Merge pull request #4125 from BaronGreenback/NetworkPR2Joshua M. Boniface
Networking 2 (Cumulative PR) - Swapping over to new NetworkManager