| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-31 | Translated using Weblate (Chinese (Simplified)) | Exploding Dragon | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2020-03-31 | Translated using Weblate (Persian) | amirmasoud | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/ | |||
| 2020-03-31 | Translated using Weblate (Spanish) | pucherot | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/ | |||
| 2020-03-31 | Update Jellyfin.SkiaSharp.NativeAssets.LinuxArm to version 1.68.1 | Unknown | |
| 2020-03-31 | Merge pull request #2712 from joshuaboniface/fix-ldap-issues | dkanada | |
| Revert #2146 ordering change | |||
| 2020-03-31 | Translated using Weblate (Chinese (Simplified)) | Nyanmisaka | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/ | |||
| 2020-03-30 | Translated using Weblate (Arabic) | abdulaziz | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/ | |||
| 2020-03-30 | Merge pull request #2720 from dkanada/music | Anthony Lavado | |
| Fix custom musicbrainz servers | |||
| 2020-03-30 | Fix permission setting on Channels | PrplHaz4 | |
| 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-31 | fix custom musicbrainz servers | dkanada | |
| 2020-03-31 | minor improvements | nyanmisaka | |
| 2020-03-30 | Update bump_version script | Joshua M. Boniface | |
| 1. Remove some cruft 2. Update the metapackage as well 3. Changelogs are automated, don't bother EDITOR-ing them | |||
| 2020-03-30 | prefer to use libfdk_aac for better audio quality | nyanmisaka | |
| 2020-03-30 | fix the UTF-16 error while burning ass/ssa subtitles | nyanmisaka | |
| 2020-03-30 | fix the incorrect HLS time while using hw encoders | Nyanmisaka | |
| 2020-03-30 | fix graphical subtitle scaling for NVDEC | Nyanmisaka | |
| 2020-03-30 | fix QSV HWA failed when burning text subtitles | Nyanmisaka | |
| 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-30 | fix various bugs in VAAPI hardware acceleration | nyanmisaka | |
| 2020-03-30 | Add Debian/Ubuntu metapackage equivs file | Joshua M. Boniface | |
| 2020-03-30 | Merge pull request #2678 from ferferga/master | Vasily | |
| Translate Scheduled Tasks | |||
| 2020-03-29 | Rename translation keys | ferferga | |
| 2020-03-29 | Merge pull request #2639 from alset333/master | Bond-009 | |
| Change DeinterlaceMethod's "bobandweave" to "yadif" or "yadif_bob", and set default value | |||
| 2020-03-29 | Revert #2146 ordering change | Joshua M. Boniface | |
| 2020-03-29 | Dockerfile: support for non-ASCII characters | ox0spy | |
| 2020-03-28 | Simplify logic; remove unnecessary methods | Mark Monteiro | |
| 2020-03-28 | Do not assign an invalid value of zero to ExtraType | Mark Monteiro | |
| 2020-03-28 | Display extras with an unknown type | Mark Monteiro | |
| 2020-03-28 | Merge pull request #2667 from crobibero/emby-naming-warnings | dkanada | |
| Fix warnings in Emby.Naming | |||
| 2020-03-27 | Removed spanish string from english file | ferferga | |
| 2020-03-27 | Add whitespaces | ferferga | |
| 2020-03-27 | Restore comments | ferferga | |
| 2020-03-27 | Add descriptive TV episode titles for DLNA browsing | Erik 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-27 | Fix some more issues with disposing Process instances | Mark Monteiro | |
| 2020-03-27 | Dispose of process correctly in AttachmentExtractor | Mark Monteiro | |
| 2020-03-27 | Make HasExitedSafe() private | Mark Monteiro | |
| 2020-03-27 | Use WaitForExitAsync extension method in AttachmentExtractor | Mark Monteiro | |
| 2020-03-27 | Use a TimeSpan instead of ms and support providing a custom CancellationToken | Mark Monteiro | |
| 2020-03-27 | Make sure Process objects are all disposed correctly | Mark Monteiro | |
| 2020-03-27 | Delete unnecessary ProcessFactory abstraction | Mark Monteiro | |
| 2020-03-27 | Remove unnecessary CommonProcess abstraction | Mark Monteiro | |
| 2020-03-26 | Same with SubtitleScheduledTasks | ferferga | |
| 2020-03-26 | Translated RefreshChannelScheduledTask as well | ferferga | |
| 2020-03-26 | Fix NullReferenceException at startup | ferferga | |
| 2020-03-26 | Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵ | Luke Foust | |
| ExternalIdMediaType | |||
| 2020-03-26 | Apply suggestions | ferferga | |
| 2020-03-26 | Merge branch 'master' of https://github.com/lfoust/jellyfin into externalid-type | Luke Foust | |
| 2020-03-26 | Remove an unused string | ferferga | |
| 2020-03-26 | Remove comments | ferferga | |
| 2020-03-26 | Translate Scheduled Tasks (names and descriptions) | ferferga | |
| 2020-03-26 | Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0 | dependabot-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> | |||
