felix920506
aaa9345a53
Correct m4b mimetype ( #10980 )
2024-02-10 21:39:30 -07:00
Mark Cilia Vincenti
f26fc7dfb2
Merge changes
2024-02-03 08:45:14 +01:00
Cody Robibero
81cf4b6c50
Merge pull request #10884 from alltilla/extract-all-subtitles
...
Extract all subtitle streams simultaneously
2024-02-02 17:00:01 -07:00
Attila Szakacs
ce81e2aeab
Add alltilla to CONTRIBUTORS.md
...
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
2024-01-31 19:18:38 +01:00
Martin Vandenbussche
e0cafe418c
Merge branch 'master' into fix-trailers_urls
2024-01-18 18:38:41 +01:00
Gauvino
a884b1f786
Refactor Dockerfile and build ( #10603 )
...
* Fix fedora
* Fix RID Linux
* Fix package and image versions
* Fix buildling and optimize docker images
```
* Removed find obj
* Changed curl command and added gpg
* Added to Contributors
* Removed apt-transport-https package
* Removed RASPI
* Update Intel drivers version
* Update Dockerfile for CentOS, Fedora, and portable deployments
- Changed Jammy docker image to Built-in Jammy Microsoft .NET SDK image
- Switched from using "Yum" to "Dnf" for CentOS and Fedora
- Added "dnf clean all" and "rm -rf /var/cache/dnf" to the end of CentOS and Fedora Dockerfiles
- Added "apt-get clean", "apt-get autoremove", "rm -rf /var/lib/apt/lists/*" to the end of the Debian/Ubuntu Dockerfiles
- Added ${DOTNET_VERSION} in every Dockerfile except CentOS/Fedora
- Removed previous warning comment for dotnet publish build in parallel
- Arranged package installation
* Re-arranged Dockerfile package installation
* Re-align
* Remove curl
* Remove curl
2024-01-17 18:11:03 -07:00
Martin Vandenbussche
c03f5ca6c3
Updating CONTRIBUTORS.md
2024-01-15 16:23:15 +01:00
Mark Cilia Vincenti
e47144e7c7
Updated contributors, upgraded to AsyncKeyedLocker 6.3.0 which now supports non-keyed locking using a similar interface and changed SemaphoreSlim-based locks to using AsyncNonKeyedLocker.
2024-01-14 12:11:16 +01:00
Mohamed Akram
f49de51225
Detect audio spatial format ( #9996 )
...
* Detect audio spatial format
* Update MediaBrowser.Model/Entities/MediaStream.cs
* Update MediaStream.cs
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-01-06 14:11:08 -07:00
Çağrı Sakaoğlu
435c143140
Fix:Plugin Installed Alerts missing from Admin Dashboard #10620
2023-11-26 13:20:31 +00:00
Pithaya
eb2bcc91c5
Merge branch 'master' into feat/book-persons
2023-11-13 18:07:23 +01:00
Chris H
3fd505a454
Validate AuthenticationProviderId and PasswordResetProviderId ( #10553 )
2023-11-10 07:51:44 -07:00
Bond-009
5e48278e2a
Merge pull request #10078 from scampower3/master
...
Combine Title and Overview for multi-episodes files for the TMDB provider
2023-11-08 11:18:12 +01:00
Nick
cd662506a1
Merge branch 'master' into trickplay
2023-10-18 19:27:05 -07:00
Pithaya
948a67cfeb
Update CONTRIBUTORS.md
2023-10-08 01:11:08 +02:00
null
8dc58e8f04
Added handling of FFmpeg:probesize variable
2023-08-20 21:31:14 +04:00
scampower3
36a2ea69af
Merge branch 'master' into master
2023-08-10 17:49:26 +08:00
LJQ
4271f7b5ad
Added me to CONTRIBUTORS.md
2023-08-05 13:29:31 +08:00
sleepycatcoding
f669d4a72e
Add contributor
2023-08-02 15:15:41 +03:00
tallbl0nde
b8e5afbc10
Enable recursive query in BaseFolderImageProvider
...
Fixes album art not being extracted for multi-disc albums
2023-07-21 19:16:01 +09:30
Nick
e8ca278266
Add names to contributors
2023-06-22 16:23:52 -07:00
TheTyrius
67bc81ec96
Backport pull request #9538 from jellyfin/release-10.8.z
...
Fix nvenc preset order
Original-merge: 79bb7560dc
Merged-by: Cody Robibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13 10:44:06 -04:00
TelepathicWalrus
603fce59df
Audio normalization ( #9222 )
...
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-05-15 13:12:24 +02:00
ipitio
62204dce00
add contributor
2023-02-15 22:06:14 -05:00
Bond-009
f5417c50f7
Merge pull request #9139 from Jpuc1143/tag-whitelist
2023-02-11 23:52:09 +01:00
James Harvey
25ee6375eb
Add name to CONTRIBUTORS.md
2023-02-04 02:19:32 +00:00
Jpuc1143
7fa6d4c81e
Add "Allowed Tags" to Parental Controls
2023-01-20 16:43:59 -03:00
David Fairbrother
abeadc62da
Add DavidFair to contributors
...
Add myself to the list of contributors, as per the development
guidelines found on the JF website.
2023-01-07 19:37:34 +00:00
Egor Bakanov
46e9f5ad2e
Fix recursive children lookup of folders ( #8678 )
...
Fixes https://github.com/jellyfin/jellyfin/issues/6193
Fixes https://github.com/jellyfin/jellyfin/issues/7226
2023-01-07 11:48:14 -07:00
Zach Phelan
c71d6f2358
Sort special features same as other spots, removing unnecssary function
...
Added to contributors
2022-09-13 16:56:23 -06:00
Andreas Egli
56a5db5706
add TryParse to FFProbe Keyframe extraction
2022-08-28 11:45:31 +02:00
Cody Robibero
fdd728e9f8
Merge pull request #8259 from RealGreenDragon/subtitle-extraction-timeout
2022-08-16 21:23:39 -06:00
MagicGreenDragon
7391b001ef
increased subtitle extraction timeout to 30 min
2022-08-14 08:53:00 +02:00
Utku Özdemir
d83b1c0f5a
chore: add utkuozdemir to contributors.md
...
Signed-off-by: Utku Ozdemir <uoz@protonmail.com>
2022-06-30 13:36:46 +02:00
jakobkukla
75475285da
Fix supportsTranscoding not reflecting user permissions sometimes
2022-03-17 17:24:30 +01:00
Joe Rogers
f671eeb6b2
Add self to CONTRIBUTORS.md
2022-03-11 15:23:17 +01:00
Patrick Farwick
27b81a535c
Let the UI show which DTS profile is in use
...
There are different profiles for DTS. For example, both DTS and DTS-HD
MA use the same codec, but provide a different profile.
Some files may provide both a DTS and DTS-HD MA audio track. With this
change, the UI shows which track is using which profile to allow the
user to choose between them.
2022-03-06 19:11:02 +00:00
Dorian Stoll
7af1cae883
Add myself to CONTRIBUTORS.md
2022-03-05 22:15:43 +01:00
Bond-009
7d226e8eef
Merge pull request #7376 from GermanCoding/fix_soundhandler
2022-03-01 11:24:20 +01:00
Bond-009
eff3d3e67e
Merge pull request #7275 from Nalsai/burn-subtitle-attached-fonts
2022-03-01 11:21:19 +01:00
GermanCoding
847d705969
Update CONTRIBUTORS.md (adding myself)
2022-02-28 17:47:57 +01:00
Victor Gambier
dbf9e49258
Increase timeout for subtitle extraction to 30min ( #7153 )
2022-02-14 16:33:11 +01:00
Nils Fürniß
ab40554759
add extracting attachments for ffmpeg to burn subs
2022-02-10 01:01:08 +01:00
Matthew Jones
aeed255bbf
Update CONTRIBUTORS.md
2022-01-14 11:25:08 +00:00
Jonas Resch
5e91f50c43
Update CONTRIBUTORS.md
2021-11-30 19:31:46 +01:00
MBR-0001
ade3afad41
Add IsAutomated to SubtitleSearchRequest
2021-10-19 21:06:05 +02:00
Chris Tam
b205d5a032
Disambiguate vpx to vp8 or vp9
2021-09-04 07:36:17 -04:00
Claus Vium
663c79cba8
Merge branch 'master' into baseitemkind-fixes
2021-08-18 18:25:48 +02:00
Brandon Nguyen
7e3c94d094
Add hardware encoding status to playback data
...
Resolves #6087
2021-07-03 01:12:09 -07:00
Cody Robibero
fa7b7b84e7
Update CONTRIBUTORS.md
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-06-21 16:06:25 -06:00