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
renovate[bot]
021bfd1ecd
chore(deps): update dependency svg.skia to v1.0.0.10 ( #10480 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
fa9b1d5f65
chore(deps): update dependency diacritics to v3.3.27 ( #10862 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
70feba6540
chore(deps): update dependency xunit to v2.6.6 ( #10867 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Patrick Barron
c101d287f2
Remove unused Live TV code
1 year ago
Martin Vandenbussche
c03f5ca6c3
Updating CONTRIBUTORS.md
1 year ago
Martin Vandenbussche
7cd60aefb5
Adding support for proper trailer STRM URL format, along with the deprecated format
1 year ago
Patrick Barron
c23a038ba8
Remove unnecessary allocations in TunerHostManager
1 year ago
Mark Cilia Vincenti
ebedb06e40
Bump AsyncKeyedLock to 6.3.3
1 year ago
JPVenson
3ce16713dd
Fixed disposable not being called ( #10613 )
...
* Fixed disposable not being called
* PulledUp usage of IAsyncDisposable for sessioninfo
Co-authored-by: Patrick Barron <barronpm@gmail.com>
1 year ago
Mark Cilia Vincenti
cc42f4430f
Update MediaEncoder.cs
1 year ago
Mark Cilia Vincenti
7998e15839
Update MediaEncoder.cs
1 year ago
Mark Cilia Vincenti
420ce6a4fa
Fixed issue
1 year ago
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.
1 year ago
Mark Cilia Vincenti
6a257e1b40
Merge branch 'master' into AsyncKeyedLock-migration
1 year ago
SuperDumbTM
d40224128c
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
Patrick Barron
9c2c066e6f
Add ITunerHostManager service
1 year ago
Patrick Barron
449365182c
Move LiveTV service registration to extension method
1 year ago
Patrick Barron
063168fc1c
Move LiveTvConfigurationFactory to Configuration folder
1 year ago
Patrick Barron
ad51f4f95d
Add LiveTv configuration extension
1 year ago
Bond-009
93e5135391
Merge pull request #10854 from jellyfin/renovate/ci-deps
...
chore(deps): update actions/upload-artifact action to v4.1.0
1 year ago
renovate[bot]
a9e0fb0322
chore(deps): update actions/upload-artifact action to v4.1.0
1 year ago
Patrick Barron
f87a5490ad
Fix disposable analyzer warnings in SchedulesDirect
1 year ago
Patrick Barron
bbce1beb1d
Don't re-use HttpRequestMessage on re-try in SchedulesDirect
1 year ago
Cody Robibero
82df226246
Merge pull request #10838 from barronpm/livetv-project
...
Move Live TV code to Jellyfin.LiveTv
1 year ago
Patrick Barron
68fd9c469f
Remove DLNA-specific DeviceProfile code ( #10850 )
...
* Remove DLNA-specific methods from DeviceProfile
* Remove DLNA-specific fields from DeviceProfile
* Remove unused DLNA models
1 year ago
renovate[bot]
ad2f38ba0b
chore(deps): update skiasharp monorepo ( #10849 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Bond-009
b96ca4a775
Merge pull request #10845 from jellyfin/renovate/ci-deps
...
chore(deps): update actions/download-artifact action to v4.1.1
1 year ago
renovate[bot]
61f99dfffb
chore(deps): update actions/download-artifact action to v4.1.1
1 year ago
Achim Walz
56eea08176
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
1 year ago
Bond-009
faccf26ab9
Merge pull request #10836 from jellyfin/renovate/dotnet-monorepo
...
chore(deps): update dotnet monorepo to v8.0.1
1 year ago
Patrick Barron
41de6d1741
Move StreamHelper to LiveTv project
1 year ago