Dmitry Lyzo
ff4f624850
Clear TranscodingInfo if play method changed
2 years ago
Luke Brown
abfbd04782
Moved IAsyncDisposable and IDisposable from WebSocketConnection to it's interface. Added private variable and guard statement to avoid disposing of WebSocketConnection unnecessarily.
3 years ago
Luke Brown
8f761a64f5
revert changes to SessionManager
3 years ago
Luke Brown
a64eebe79f
changes to use dispose
3 years ago
Cody Robibero
a82e378da9
Update to dotnet 6.0.5
3 years ago
Luke Brown
8bb4cd017c
applied reviewer suggestions: removing unnecessary async and adding necessary async
3 years ago
luke92brown
99df9c8fcd
Replace redundant xml comments with inheritdoc. Make async changes to CloseSocket.
3 years ago
luke brown
4b563f4d7e
Fix web sockets closing ungracefully
3 years ago
Jacob Casper
e67d8ce077
Don't let permission denied kill library scans
...
I have a single `./Movies` directory that contains symlinks to many
other directories, some of which are in shared paths. Other daemons
sometimes overwrite permissions on these paths and prevent Jellyfin from
being able to scan. Because this exception is unhandled within a LINQ
statement it can randomly kill the metadata refresh for my entire Movies
library.
Running with this patch has allowed me to at least add + scan for
movies in directories that Jellyfin can currently access and gives me
some notification of the symlinks failing due to permissions errors.
(cherry picked from commit 193cc8690a60bc2a432df14d256f00371e055c90)
3 years ago
Bond-009
8d1d973438
Merge pull request #7604 from Jellifi007/fixes-diactritics
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Cody Robibero
60affd0965
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
3 years ago
Cody Robibero
8a1eca0913
Merge pull request #7544 from jaantaponen/long-filename-fix
3 years ago
Shadowghost
a4e4b761d5
Apply review suggestions
3 years ago
Shadowghost
128d54622a
Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans
3 years ago
Shadowghost
21ce0e58c6
Properly handle stream addition and removal for strm use cases
3 years ago
Jaan Taponen
b6a2640f22
Update Emby.Server.Implementations/LiveTv/EmbyTV/RecordingHelper.cs
...
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
3 years ago
Neil Burrows
2a1ca4badc
Use already defined variable
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Neil Burrows
7f52f77ef5
Correct LocalTrailerCount in API
...
Revert a change which resulted in the `LocalTrailerCount` including the count of Local and Remote trailers which had been introduced in 10.8.
3 years ago
Cody Robibero
65c47c79da
Only delete cache file if exist
3 years ago
JaanTaponen
2b7d139b5b
Fix XMLTV edge case where title & sub-title causes a too long filename error
...
Limit the series title to 241 bytes (so file extensions can be added).
If the end result is longer, the title will be dropped and only series name
with timestamp is used.
3 years ago
Cody Robibero
066bdc1e72
Add missing properties to PlaybackStart, PlaybackStop
3 years ago
Cody Robibero
cd93f49fa8
Merge pull request #7592 from 1337joe/live-tv-fixes
3 years ago
Jellifi007
56573f14b0
Fixes diactritics regressions
3 years ago
Joe Rogers
9001eaa67e
Check cache file age directly and replace if old
3 years ago
Joe Rogers
76010e80dd
Update Jellyfin.XmlTv to 10.8.0
3 years ago
Cody Robibero
cb0baddde3
Update to dotnet 6.0.4
3 years ago
Cody Robibero
385a0b9437
Merge pull request #7567 from cvium/fix_xmltv_caching
3 years ago
cvium
045dca49d0
fix: use the checksum as temp folder name when extracting xmltv listings
3 years ago
David Mouse
e9ce82445e
Add ConfigurationType Types to generated OpenAPI
...
This allows clients to see and work with the associated types for each NamedConfiguration key, even if the UpdateNamedConfiguration endpoint doesn't properly advertise its types.
3 years ago
Cody Robibero
132c85e554
Merge pull request #7542 from 1337joe/make-recording-stop
...
Make recording stop at scheduled stop time
3 years ago
Joe Rogers
9d1049e83f
Make Record call block until finished as expected
3 years ago
Joe Rogers
0674f84e9e
Add check so nulls will result in valid sort
3 years ago
Joe Rogers
784ed796ce
Update name so media paths store to correct library
3 years ago
Cody Robibero
6a6874aa16
Catch checksum mismatch when updating plugins
3 years ago
Saiyd
a0eb1fd28b
Translated using Weblate (Portuguese (Brazil))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
3 years ago
Cody Robibero
78a8c26690
Don't allow unknown sort-by
3 years ago
Jason S
5f7ffd7863
Translated using Weblate (Kannada)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/
3 years ago
Jason S
c28025ba5e
Added translation using Weblate (Kannada)
3 years ago
Rhodri
af5200857e
Translated using Weblate (Welsh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cy/
3 years ago
Rhodri
8780fc0ea1
Translated using Weblate (Welsh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cy/
3 years ago
Mocanu Marian
3bf5a7b801
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
3 years ago
tokiedokie
74bdad82c1
Translated using Weblate (Japanese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
3 years ago
nextlooper42
c59087606c
Translated using Weblate (Slovak)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sk/
3 years ago
dependabot[bot]
dde984bd0e
Bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406
...
Bumps [StyleCop.Analyzers](https://github.com/DotNetAnalyzers/StyleCopAnalyzers ) from 1.2.0-beta.376 to 1.2.0-beta.406.
- [Release notes](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/releases )
- [Commits](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/compare/1.2.0-beta.376...1.2.0-beta.406 )
---
updated-dependencies:
- dependency-name: StyleCop.Analyzers
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
3 years ago
lyaschuchenko
e86e64807d
Translated using Weblate (Ukrainian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uk/
3 years ago
fatihbural
320ab8db6a
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
3 years ago
Henrik Söderlund
60e0becc54
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
3 years ago
millallo
acd4a97e65
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
3 years ago
Joel Tony
009e3a6c72
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
3 years ago
xnick
f8b5631d62
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
3 years ago
3ole
8871e5af4b
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
3 years ago
Xavier Rosell
4c117b0259
Translated using Weblate (Catalan)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
3 years ago
Cody Robibero
e1527857e9
Merge pull request #7468 from jakobkukla/master
3 years ago
Josu Igoa
c8a8a85944
Translated using Weblate (Basque)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
3 years ago
Josu Igoa
9f147216be
Translated using Weblate (Basque)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
3 years ago
Josu Igoa
db60c9da25
Added translation using Weblate (Basque)
3 years ago
jakobkukla
75475285da
Fix supportsTranscoding not reflecting user permissions sometimes
3 years ago
Freethefire
ca517af0d9
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
3 years ago
SeanPai
fccf3ac3eb
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
3 years ago
WWWesten
6a3da3a031
Translated using Weblate (Esperanto)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
3 years ago
hoanghuy309
456d95c878
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago
Oatavandi
36040832cc
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
3 years ago
Oskari Lavinto
cb91ad184e
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
3 years ago
Magnetogenerator
122f6acb15
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
3 years ago
WWWesten
b4913aad30
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
3 years ago
WWWesten
6fa38e300a
Translated using Weblate (Kazakh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kk/
3 years ago
Csaba
fbbb0368f7
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
3 years ago
Ali Dastpour
67a0a998cc
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
3 years ago
Lukáš Kucharczyk
95e97fea01
Translated using Weblate (Czech)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cs/
3 years ago
Rasmus
72165ae96f
Translated using Weblate (Pirate)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
3 years ago
WWWesten
34af6c48d7
Translated using Weblate (English (United Kingdom))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en_GB/
3 years ago
Cody Robibero
28223704f3
Merge pull request #7441 from 1337joe/add-external-stream-indicator
...
Add label for external audio/sub tracks
3 years ago
xnick
3342c29f4f
Translated using Weblate (Greek)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
3 years ago
Shadowghost
b2188c8676
Translated using Weblate (German)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/de/
3 years ago
Claus Vium
53209830e7
Merge pull request #7346 from Bond-009/guid
...
Optimize Guid comparisons
3 years ago
Joe Rogers
1a307db7eb
Add label for external audio/sub tracks
3 years ago
Cody Robibero
a5ffde0e9c
Merge pull request #7432 from Bond-009/socketfactory
3 years ago
Bond_009
470d175f32
ExclusiveAddressUse: cheated by the docs
3 years ago
Joshua M. Boniface
388e0cba9f
Merge pull request #7434 from crobibero/dotnet-6.0.3
3 years ago
sabretou
1e80ba0462
Translated using Weblate (Marathi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
3 years ago
Cody Robibero
965bf7332f
Update to dotnet 6.0.3
3 years ago
Bond_009
1d018c5575
SocketFactory: Remove redundant code
...
ExclusiveAddressUse should be false by default afaik
3 years ago
Bond_009
16e0d46771
UdpServerEntryPoint: Fix typo
3 years ago
Mattias
e3ea899bcc
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
3 years ago
Thomas Schwery
88c4e38ce2
Translated using Weblate (French)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
3 years ago
Bond_009
f48c8d4802
Remove none existing Australian rating
...
I'm not sure the numbers here are correct
3 years ago
Ali Dastpour
0ef35286c5
Translated using Weblate (Persian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fa/
3 years ago
Cody Robibero
0a8bec1af4
Revert "chore: Add a read only connection for routes like Shows/NextUp"
3 years ago
Cody Robibero
bc3cb04c0b
Merge pull request #7240 from jaysonsantos/add-readonly-connection
3 years ago
Cody Robibero
b705ace262
Apply suggestions from code review
3 years ago
Joshua M. Boniface
a123391e7e
Merge pull request #7383 from thornbill/next-up-rewatching
3 years ago
Rhodri
9f027bae41
Translated using Weblate (Welsh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cy/
3 years ago
Ray Cheung
5eda32980c
Translated using Weblate (Chinese (Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
3 years ago
Jorge IG
76019d3a34
Translated using Weblate (Spanish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
3 years ago
Claus Vium
136eab9b1e
Merge pull request #7370 from crobibero/internal-metadata-path
...
Only add internal files if the internal metadata path exists
3 years ago
WWWesten
f712c554ab
Translated using Weblate (Esperanto)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
3 years ago
hoanghuy309
e58f7ae5da
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
3 years ago
Oatavandi
92fd6475fa
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
3 years ago
Oskari Lavinto
8121635d8c
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
3 years ago
小造xu_zh
9025cd13c5
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
3 years ago