aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-11-29Add sudo to package dependenciesAJ Jordan
It's used in the restart.sh script. For Debian, this is a Recommends because virtually everyone will need this (default APT policy is to install recommended packages so this works ok), but technically you can configure the server to run as root and then you wouldn't need it. For Fedora... frankly I got confused by their Weak Dependencies etc. so I just made it a hard dependency.
2020-11-29Don't restart with sudo(8) if it's not availableAJ Jordan
Some environments, like system containers, have no reason to have sudo(8) installed. In these environments restart.sh will silently fail because /usr/bin/sudo does not exist to execute, so test that sudo exists and don't try to use it otherwise. Note also that hardcoding sudo's path is wrong: it can be installed in other places. On FreeBSD, for example, it is /usr/local/bin/sudo when installed from ports.
2020-11-29Remove useless which(1) calls in restart.shAJ Jordan
at(1) runs commandlines with /bin/sh anyway, which resolves paths. No need to do it ourselves.
2020-11-29Fix restart.sh to look at what's actually bootedAJ Jordan
The old code was wrong because e.g. systemd can be *installed* on the system, but not actually used as PID1. In that case we would pick `systemctl`, but it wouldn't actually work because PID1 was some other init system.
2020-11-28Translated using Weblate (Portuguese)Telmo Duarte
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-11-28Translated using Weblate (Portuguese (Portugal))Telmo Duarte
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2020-11-28Translated using Weblate (Danish)No Available
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2020-11-29Merge pull request #4608 from jellyfin/enable-musicdkanada
Remove deprecated flag to disable music plugins
2020-11-28Merge pull request #4609 from Bond-009/tests4Bill Thornton
Add more tests for JsonGuidConverter
2020-11-28Add more tests for JsonGuidConverterBond_009
2020-11-28Merge pull request #4605 from hawken93/bugfix-libraryerrorBond-009
Allow JsonGuidConverter to read null
2020-11-28remove deprecated flag to disable music pluginsdkanada
2020-11-28[Fix] Possible null reference. (#4585)BaronGreenback
Fix possible null reference.
2020-11-28allow JsonGuidConverter to read nullhawken
2020-11-27Translated using Weblate (Chinese (Traditional))conashinck
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-11-27Translated using Weblate (Chinese (Traditional))conashinck
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-11-27Merge pull request #4595 from MrTimscampi/clean-next-upClaus Vium
Don't return first episodes in next up
2020-11-27Fix suggestionMrTimscampi
2020-11-27Merge pull request #4594 from nyanmisaka/remove-redundantClaus Vium
Remove one redundant 'hwaccel vaapi' string
2020-11-27Don't return first episodes in next upMrTimscampi
2020-11-27remove a redundant 'hwaccel vaapi' stringnyanmisaka
2020-11-27Merge pull request #4588 from jellyfin/hexJoshua M. Boniface
Remove Hex class as the BCL has one now
2020-11-26Translated using Weblate (Russian)WWWesten
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-11-26Translated using Weblate (Dutch)Rubikscraft
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2020-11-26Schedules Direct requires the hex to be lowercaseBond_009
2020-11-26Merge pull request #4582 from crobibero/music-clientClaus Vium
Use proper Named HttpClient for MusicBrainz requests
2020-11-25Remove Hex class as the BCL has one nowBond_009
2020-11-25Use proper Named HttpClient for MusicBrainz requestscrobibero
2020-11-25Merge pull request #4570 from nyanmisaka/tonemap-vaapiBill Thornton
Add Tonemapping for Intel VAAPI
2020-11-25Merge pull request #4574 from jellyfin/revert-4553-enable-service-on-fedoraBond-009
Revert "Enable jellyfin.service unit on Fedora fresh install"
2020-11-25Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2020-11-25Merge pull request #4575 from crobibero/null-refClaus Vium
Don't throw null reference if ContentType is null.
2020-11-25Translated using Weblate (Indonesian)Ignatius Bagus
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/id/
2020-11-25minor changesNyanmisaka
2020-11-24Merge pull request #4517 from BaronGreenback/pluginMessageFixBill Thornton
[Fix] Fixed Plugin versioning in browser notifications
2020-11-24Translated using Weblate (Slovak)nextlooper42
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
2020-11-24Merge pull request #4563 from crobibero/playback-infoBill Thornton
Fix sending PlaybackInfo
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-24Translated using Weblate (Vietnamese)hoanghuy309
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/