Bond-009
4786901bb7
Merge pull request #10906 from jellyfin/renovate/ci-deps
...
chore(deps): update actions/upload-artifact action to v4.3.0
12 months ago
Bond-009
b2b6f9cff1
Merge pull request #10908 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
...
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.0
12 months ago
renovate[bot]
989a80e052
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.2.0
12 months ago
renovate[bot]
e2b2399ea6
chore(deps): update actions/upload-artifact action to v4.3.0
12 months ago
Mark Cilia Vincenti
179965e774
Bump AsyncKeyedLock to 6.3.4; performance improvement
12 months ago
Mustafa
0cf477b4fe
Translated using Weblate (Urdu)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur/
12 months ago
TelepathicWalrus
1d235205ae
Log IOException
12 months ago
Mustafa
7027bc00fc
Added translation using Weblate (Urdu)
12 months ago
Gauvino
30ab5d5e81
Fix action building ( #10899 )
...
* Fix action building
* Added required package
12 months ago
Zoe
5e375888fc
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
12 months ago
hulkhaugen
1ff2369228
Translated using Weblate (Norwegian Bokmål)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nb_NO/
12 months ago
Bond-009
f6ed1845b0
Merge pull request #10882 from crobibero/devops-nuget
...
Use NuGetAuthenticate@1
12 months ago
Bond-009
ee81b1866c
Merge pull request #10886 from jellyfin/renovate/ci-deps
...
chore(deps): update actions/upload-artifact action to v4.2.0
12 months ago
Bond-009
349d00eea1
Merge pull request #10891 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-4.x
...
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.2
12 months ago
Bond-009
c64615c355
Merge pull request #10895 from jellyfin/renovate/metabrainz.musicbrainz-6.x
...
chore(deps): update dependency metabrainz.musicbrainz to v6.1.0
12 months ago
renovate[bot]
94e3fed3c9
chore(deps): update dependency metabrainz.musicbrainz to v6.1.0
12 months ago
TelepathicWalrus
538f141b4c
Update error handling
12 months ago
jonathan1jansson
9f94526009
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
12 months ago
JPVenson
38bf59d6e8
Update .vscode/launch.json
...
Co-authored-by: Nyanmisaka <nst799610810@gmail.com>
12 months ago
renovate[bot]
04a063aa8d
chore(deps): update dependency efcoresecondlevelcacheinterceptor to v4.1.2
12 months ago
Bond-009
c722d7d1fb
Merge pull request #10889 from jellyfin/renovate/serilog.aspnetcore-8.x
...
chore(deps): update dependency serilog.aspnetcore to v8.0.1
12 months ago
JPVenson
202305143d
Update README.md
12 months ago
JPVenson
6ef110b008
Updated to using jf repro
12 months ago
JPVenson
8de70e3814
Added documentation
12 months ago
renovate[bot]
67b6c4f136
chore(deps): update dependency serilog.aspnetcore to v8.0.1
12 months ago
JPVenson
23c7770683
Fixed ffmpeg version
...
updated lauch with ffmpeg
12 months ago
JPVenson
21ae7a1317
Added ffmpeg version to build
1 year ago
renovate[bot]
879ac12d43
chore(deps): update actions/upload-artifact action to v4.2.0
1 year ago
Martin Vandenbussche
e0cafe418c
Merge branch 'master' into fix-trailers_urls
1 year ago
Attila Szakacs
8fea819b51
Extract all subtitle streams simultaneously
...
Extracting a subtitle stream is a disk I/O bottlenecked operation as
ffmpeg has to read through the whole file, but usually there is nothing
CPU intensive to do.
If a file has multiple subtitle streams, and we want to extract more
of them, extracting them one-by-one results in reading the whole file
again and again.
However ffmpeg can extract multiple streams at once.
We can optimize this by extracting the subtitle streams all at once
when only one of them gets queried, then we will have all of them
cached for later use.
It is useful for people switching subtitles during playback.
It is even more useful for people who extract all the subtitle streams
in advance, for example with the "Subtitle Extract" plugin.
In this case we reduce the extraction time significantly based on the
number of subtitle streams in the files, which can be 5-10 in many
cases.
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
1 year ago
Dmitry Lyzo
ba877283a1
fix: add av1 to webm
...
At least AV1 in WebM is supported by Chrome and Firefox.
1 year ago
Cody Robibero
2fa50cceef
Use NuGetAuthenticate@1
1 year ago
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
1 year ago
renovate[bot]
4962eb5b43
chore(deps): update github/codeql-action action to v3.23.1 ( #10880 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
TelepathicWalrus
08592fb3fe
Add ex to catch if cached mediainfo doesnt exist
1 year ago
Patrick Barron
f0a9639c17
Remove pointless code
1 year ago
Patrick Barron
75c2de110e
Remove useless comment
1 year ago
Patrick Barron
5d3acd43e9
Use collection expression
1 year ago
Patrick Barron
502cbe77b2
Use Math.Clamp in GetGuideDays
1 year ago
Patrick Barron
4399b51dca
Merge branch 'master' into livetv-guidemanager
...
# Conflicts:
# src/Jellyfin.LiveTv/LiveTvManager.cs
1 year ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
1 year ago
Martin Vandenbussche
27ab3ef029
Removing unnecessary array initialization
1 year ago
Patrick Barron
3e32f94fb3
Move RefreshGuideScheduledTask to Guide folder
1 year ago
Patrick Barron
59c2ae944d
Add IGuideManager service
1 year ago
Bond-009
484ccf7f28
Merge pull request #10858 from barronpm/livetv-tunerhostmanager
...
Add ITunerHostManager service and minor LiveTv cleanup
1 year ago
Bond-009
0f26d870de
Merge pull request #10876 from Bond-009/cleanup
...
Fix incorrect path check in CleanupCollectionAndPlaylistPathsTask
1 year ago
Bond_009
244a739675
Fix incorrect path check in CleanupCollectionAndPlaylistPathsTask
1 year ago
Nick
bf57faff65
Translated using Weblate (Georgian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
1 year ago
SuperDumbTM
d4ca845a26
Translated using Weblate (Chinese (Traditional, Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
1 year ago
Martin Vandenbussche
9ff9c8f0c7
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
1 year ago