| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-20 | Fix the preproc filters for dvbsub burn-in (#11034) | Nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-02-16 | Translated using Weblate (Irish) | gearoidkeane | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ga/ | |||
| 2024-02-15 | Add missing MIME types for comicbook formats (#11010) | Robert Lützner | |
| * Correct MIME types for comicbook file extensions cb7, cba, cbr, cbt and cbz all refer to different types of digital comicbooks. The last letter of the extension indicates the compression algorithm that was used: 7zip, arc, rar, tar or zip. All these filetypes used to have the `application/x-cbr` MIME type assigned to them. However, that has since been deprecated and was replaced with - `application/vnd.comicbook-rar` for rar compressed files and - `application/vnd.comicbook+zip` for rar compressed files. Only these two are officially listed by IANA https://www.iana.org/assignments/media-types/application/vnd.comicbook+zip . cbr and cbz are by far the most common file extensions for comicbooks. There's no official MIME type for cb7, cba or cbt files. However, with rar being a proprietary compression algorithm, FOSS applications will often refuse to handle files that identify themselves as `application/x-cbr`, so I decided to assign extension specific MIME types to them. I've seen these being used by other applications, specifically comic book readers. I've read through the docs on iana.org, but haven't figured out why they chose `-rar`, but `+zip`. * Add conversions from MIME type to file extensions for comicbook formats cb7, cba, cbr, cbt and cbz all refer to different types of digital comicbooks. The last letter of the extension indicates the compression algorithm that was used: 7zip, arc, rar, tar or zip. All these filetypes used to have the `application/x-cbr` MIME type assigned to them. However, that has since been deprecated and was replaced with - `application/vnd.comicbook-rar` for rar compressed files and - `application/vnd.comicbook+zip` for rar compressed files. Only these two are officially listed by IANA https://www.iana.org/assignments/media-types/application/vnd.comicbook+zip . cbr and cbz are by far the most common file extensions for comicbooks. There's no official MIME type for cb7, cba or cbt files. However, with rar being a proprietary compression algorithm, FOSS applications will often refuse to handle files that identify themselves as `application/x-cbr`, so I decided to assign extension specific MIME types to them. I've seen these being used by other applications, specifically comic book readers. * Update CONTRIBUTORS.md | |||
| 2024-02-15 | Added translation using Weblate (Irish) | gearoidkeane | |
| 2024-02-15 | Merge pull request #11013 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update github/codeql-action action to v3.24.3 | |||
| 2024-02-15 | chore(deps): update github/codeql-action action to v3.24.3 | renovate[bot] | |
| 2024-02-14 | Merge pull request #11000 from nicknsy/tiles-playlist-fix | Bond-009 | |
| Fix tiles playlist not using relative paths | |||
| 2024-02-14 | Merge pull request #10990 from Shadowghost/bdmv-fixes | Bond-009 | |
| BDMV fixes | |||
| 2024-02-14 | Merge pull request #11005 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update github/codeql-action action to v3.24.1 | |||
| 2024-02-13 | chore(deps): update github/codeql-action action to v3.24.1 | renovate[bot] | |
| 2024-02-13 | Translated using Weblate (Macedonian) | mikikuzmanoski | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mk/ | |||
| 2024-02-12 | Fix tiles playlist not using relative paths | Nick | |
| 2024-02-12 | Translated using Weblate (Estonian) | sleepycatcoding | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/et/ | |||
| 2024-02-12 | Make the bitrate of the fallback stream the same as the original (#9121) | Dmitry Lyzo | |
| 2024-02-12 | Add icon for Jellyfin Windows build (#10997) | Nyanmisaka | |
| Add icon to make it easier for Windows users to recognize. This requires dotnet 8 or newer. Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-02-12 | test: discard webm from test mkvs if there is an unsupported codec (#10999) | Dmitry Lyzo | |
| To comply 39088b5ad29cf098729c31f0be90a387df5debf6, ba877283a17f9f1ef32569669989e6d72cc571c5 | |||
| 2024-02-10 | Escape subtitle extraction input path (#10992) | felix920506 | |
| 2024-02-10 | Correct m4b mimetype (#10980) | felix920506 | |
| 2024-02-11 | Merge pull request #10994 from jellyfin/renovate/idisposableanalyzers-4.x | Bond-009 | |
| Update dependency IDisposableAnalyzers to v4.0.7 | |||
| 2024-02-10 | Update dependency IDisposableAnalyzers to v4.0.7 | renovate[bot] | |
| 2024-02-11 | Merge pull request #10772 from dmitrylyzo/normalize-mkv-webm | Bond-009 | |
| Discard WebM if there is an unsupported codec | |||
| 2024-02-10 | Fix file extension based on container | Shadowghost | |
| 2024-02-10 | DVD and BDMV folders can not be served directly | Shadowghost | |
| 2024-02-10 | Order files before creating concat config | Shadowghost | |
| 2024-02-10 | Use concat config for BDMV/DVD folder attachment extraction | Shadowghost | |
| 2024-02-10 | Merge pull request #10946 from felix920506/fix-issue-template-2 | Anthony Lavado | |
| Update issue report.yml | |||
| 2024-02-08 | Merge pull request #10847 from barronpm/schedulesdirect-fix | Cody Robibero | |
| SchedulesDirect fix | |||
| 2024-02-08 | Merge pull request #10976 from barronpm/ihostedservice | Cody Robibero | |
| Replace IServerEntryPoint with IHostedService | |||
| 2024-02-07 | Merge pull request #10973 from nielsvanvelzen/api-dep-fixes | Bond-009 | |
| Fix some incompatible API deprecations | |||
| 2024-02-07 | Remove IServerEntryPoint | Patrick Barron | |
| 2024-02-07 | Use IHostApplicationLifetime to start library monitor | Patrick Barron | |
| 2024-02-07 | Use IHostedService for Live TV | Patrick Barron | |
| 2024-02-07 | Use IHostedService for NFO user data | Patrick Barron | |
| 2024-02-07 | Convert RecordingNotifier to IHostedService | Patrick Barron | |
| 2024-02-07 | Convert UserDataChangeNotifier to IHostedService | Patrick Barron | |
| 2024-02-07 | Convert LibraryChangedNotifier to IHostedService | Patrick Barron | |
| 2024-02-07 | Use IHostedService for device access management | Patrick Barron | |
| 2024-02-07 | Use IHostedService for UPnP port forwarding | Patrick Barron | |
| 2024-02-07 | Merge pull request #10969 from barronpm/progress-cleanup | Bond-009 | |
| Progress cleanup | |||
| 2024-02-07 | Merge pull request #10965 from nyanmisaka/videocodectag-equals-any | Bond-009 | |
| Add EqualsAny for VideoCodecTag condition | |||
| 2024-02-07 | Merge pull request #10972 from jellyfin/renovate/vstest-monorepo | Bond-009 | |
| chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 | |||
| 2024-02-06 | Fix some incompatible API deprecations | Niels van Velzen | |
| 2024-02-06 | Merge pull request #10968 from nyanmisaka/correct-hlg | Bond-009 | |
| Correct VIDEO-RANGE field for HLG content | |||
| 2024-02-06 | Merge pull request #10967 from jellyfin/renovate/ci-deps | Bond-009 | |
| chore(deps): update ci dependencies | |||
| 2024-02-06 | chore(deps): update dependency microsoft.net.test.sdk to v17.9.0 | renovate[bot] | |
| 2024-02-06 | Fix tests | Patrick Barron | |
| 2024-02-06 | Remove some unused model code | Patrick Barron | |
| 2024-02-06 | Remove some unused drawing code | Patrick Barron | |
| 2024-02-06 | Remove some unused media encoding code | Patrick Barron | |
| 2024-02-06 | Remove ActionableProgress | Patrick Barron | |
