aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-03-31Translated using Weblate (Chinese (Simplified))Exploding Dragon
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2020-03-31Translated using Weblate (Persian)amirmasoud
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
2020-03-31Translated using Weblate (Spanish)pucherot
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2020-03-31Update Jellyfin.SkiaSharp.NativeAssets.LinuxArm to version 1.68.1Unknown
2020-03-31Merge pull request #2712 from joshuaboniface/fix-ldap-issuesdkanada
Revert #2146 ordering change
2020-03-31Translated using Weblate (Chinese (Simplified))Nyanmisaka
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2020-03-30Translated using Weblate (Arabic)abdulaziz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-03-30Merge pull request #2720 from dkanada/musicAnthony Lavado
Fix custom musicbrainz servers
2020-03-30Fix permission setting on ChannelsPrplHaz4
Currently, permission settings on Channels are not taken into account prior to returning `{UserName} is not permitted to access Library {ItemName}.`. Whether or not a user can see items within the Channel is solely dependent on `EnableAllFolders`, so you cannot view a plugin's Channels unless you can also see ALL libraries. This PR enables does two things for Channel-providing Plugins: 1. Fixes functionality of "EnableAllChannels" 2. Allows users with Channel permissions to access all folders within that Channel I'm not 100% sure on 2 but I wasn't able to see an obvious way to propagate permissions downward into specific Folders inside a Channel. I tested on a fairly simple library with two channel-providing plugins (ServerWMC, LazyMan) and it seems to work, but this behavior should also be tested by someone with more content/collections.
2020-03-31fix custom musicbrainz serversdkanada
2020-03-31minor improvementsnyanmisaka
2020-03-30Update bump_version scriptJoshua M. Boniface
1. Remove some cruft 2. Update the metapackage as well 3. Changelogs are automated, don't bother EDITOR-ing them
2020-03-30prefer to use libfdk_aac for better audio qualitynyanmisaka
2020-03-30fix the UTF-16 error while burning ass/ssa subtitlesnyanmisaka
2020-03-30fix the incorrect HLS time while using hw encodersNyanmisaka
2020-03-30fix graphical subtitle scaling for NVDECNyanmisaka
2020-03-30fix QSV HWA failed when burning text subtitlesNyanmisaka
ffmpeg 4.3+ is required for better transcoding speed(more than twice increase). Using qsv on Linux also requires a fix in ffmpeg 4.3+. See https://github.com/FFmpeg/FFmpeg/commit/74007dd86a87289a075926704fae5bd8ef313bb5
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-30Add Debian/Ubuntu metapackage equivs fileJoshua M. Boniface
2020-03-30Merge pull request #2678 from ferferga/masterVasily
Translate Scheduled Tasks
2020-03-29Rename translation keysferferga
2020-03-29Merge pull request #2639 from alset333/masterBond-009
Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value
2020-03-29Revert #2146 ordering changeJoshua M. Boniface
2020-03-29Dockerfile: support for non-ASCII charactersox0spy
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Do not assign an invalid value of zero to ExtraTypeMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-03-28Merge pull request #2667 from crobibero/emby-naming-warningsdkanada
Fix warnings in Emby.Naming
2020-03-27Removed spanish string from english fileferferga
2020-03-27Add whitespacesferferga
2020-03-27Restore commentsferferga
2020-03-27Add descriptive TV episode titles for DLNA browsingErik Larsson
When browsing TV episodes in Next Up, etc via DLNA a more descriptive title should be used to easier identify the right episode.
2020-03-27Fix some more issues with disposing Process instancesMark Monteiro
2020-03-27Dispose of process correctly in AttachmentExtractorMark Monteiro
2020-03-27Make HasExitedSafe() privateMark Monteiro
2020-03-27Use WaitForExitAsync extension method in AttachmentExtractorMark Monteiro
2020-03-27Use a TimeSpan instead of ms and support providing a custom CancellationTokenMark Monteiro
2020-03-27Make sure Process objects are all disposed correctlyMark Monteiro
2020-03-27Delete unnecessary ProcessFactory abstractionMark Monteiro
2020-03-27Remove unnecessary CommonProcess abstractionMark Monteiro
2020-03-26Same with SubtitleScheduledTasksferferga
2020-03-26Translated RefreshChannelScheduledTask as wellferferga
2020-03-26Fix NullReferenceException at startupferferga
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-26Apply suggestionsferferga
2020-03-26Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-typeLuke Foust
2020-03-26Remove an unused stringferferga
2020-03-26Remove commentsferferga
2020-03-26Translate Scheduled Tasks (names and descriptions)ferferga
2020-03-26Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0dependabot-preview[bot]
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>