Commit Graph

4451 Commits

Author SHA1 Message Date
Joshua M. Boniface 56e7b323de
Merge pull request #7984 from crobibero/dotnet-6.0.6
Upgrade to dotnet 6.0.6, update remaining dependencies
2022-06-23 09:13:35 -04:00
Cody Robibero 7884e7e829
Revert "refactor: use season number and episode number for NextUp ordering instead of SortName" 2022-06-20 08:55:19 -06:00
Cody Robibero 9898c10880 Update remaining dependencies 2022-06-20 08:52:30 -06:00
Cody Robibero ec2ad4ec8c Upgrade to dotnet 6.0.6 2022-06-20 08:48:40 -06:00
cvium ef037ad371 refactor: use season number and episode number for NextUp ordering instead of SortName 2022-06-18 00:07:54 +02:00
Cody Robibero 2c0c3eb3ee
Merge pull request #7954 from cvium/fix_7953_dlna_url 2022-06-17 10:01:20 -06:00
Claus Vium db714f967e
Merge pull request #7939 from 1337joe/track-selector-fix
Track selector fix
2022-06-17 10:23:53 +02:00
cvium f020bd6f3b use ignore case for scheme comparison 2022-06-17 09:00:59 +02:00
cvium 3275f83c3b fix: use proper bind address for DLNA location url (#7953) 2022-06-17 08:57:59 +02:00
Cody Robibero 6749313249
Merge pull request #7940 from Shadowghost/fix-recommendations 2022-06-16 07:15:39 -06:00
cvium 3491f0968b feat: partially handle SVG files and remove exceptions from blurhash and dimensions 2022-06-16 12:22:46 +02:00
Shadowghost 3f497459cb Fix recommendations 2022-06-15 12:34:04 +02:00
Joe Rogers 5d66c84f2d
Fix default audio selection ignoring type 2022-06-15 11:58:12 +02:00
cvium f318417c4f fix: tv shows do not support multi edition 2022-06-12 13:55:17 +02:00
Cody Robibero 3721b5e985 Backport all dependency updates 2022-06-03 18:53:05 -06:00
Cody Robibero d8f1a87c85
Update Emby.Server.Implementations/Session/SessionManager.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-05-27 16:25:31 -06:00
Cody Robibero bf0a7c374c Close live stream on session end 2022-05-27 15:58:31 -06:00
Cody Robibero 8a6b26cd42 initial patch 2022-05-27 15:57:51 -06:00
Dmitry Lyzo ff4f624850 Clear TranscodingInfo if play method changed 2022-05-22 22:17:03 +03:00
Cody Robibero a82e378da9 Update to dotnet 6.0.5 2022-05-16 14:14:26 -06:00
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)
2022-05-09 10:49:52 -05:00
Bond-009 8d1d973438
Merge pull request #7604 from Jellifi007/fixes-diactritics
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-05-05 19:59:17 +02:00
Cody Robibero 60affd0965
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix 2022-05-04 08:20:48 -06:00
Cody Robibero 8a1eca0913
Merge pull request #7544 from jaantaponen/long-filename-fix 2022-05-04 08:19:43 -06:00
Shadowghost a4e4b761d5 Apply review suggestions 2022-05-04 16:13:06 +02:00
Shadowghost 128d54622a Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans 2022-05-03 11:10:58 +02:00
Shadowghost 21ce0e58c6 Properly handle stream addition and removal for strm use cases 2022-05-03 11:10:58 +02:00
Jaan Taponen b6a2640f22
Update Emby.Server.Implementations/LiveTv/EmbyTV/RecordingHelper.cs
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
2022-04-30 22:24:11 +03:00
Neil Burrows 2a1ca4badc
Use already defined variable
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2022-04-21 11:11:25 +01:00
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.
2022-04-21 11:03:33 +01:00
Cody Robibero 65c47c79da Only delete cache file if exist 2022-04-20 17:37:26 -06:00
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.
2022-04-17 16:46:01 +03:00
Cody Robibero 066bdc1e72 Add missing properties to PlaybackStart, PlaybackStop 2022-04-15 17:44:30 -06:00
Cody Robibero cd93f49fa8
Merge pull request #7592 from 1337joe/live-tv-fixes 2022-04-15 13:29:10 -06:00
Jellifi007 56573f14b0 Fixes diactritics regressions 2022-04-15 20:14:13 +02:00
Joe Rogers 9001eaa67e
Check cache file age directly and replace if old 2022-04-13 22:45:17 +02:00
Joe Rogers 76010e80dd
Update Jellyfin.XmlTv to 10.8.0 2022-04-13 20:07:14 +02:00
Cody Robibero cb0baddde3 Update to dotnet 6.0.4 2022-04-12 17:34:08 -06:00
Cody Robibero 385a0b9437
Merge pull request #7567 from cvium/fix_xmltv_caching 2022-04-12 13:40:05 -06:00
cvium 045dca49d0 fix: use the checksum as temp folder name when extracting xmltv listings 2022-04-07 22:12:12 +02:00
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.
2022-04-05 23:19:27 -04:00
Cody Robibero 132c85e554
Merge pull request #7542 from 1337joe/make-recording-stop
Make recording stop at scheduled stop time
2022-04-04 07:20:20 -06:00
Joe Rogers 9d1049e83f
Make Record call block until finished as expected 2022-04-04 14:43:14 +02:00
Joe Rogers 0674f84e9e
Add check so nulls will result in valid sort 2022-04-03 22:50:32 +02:00
Joe Rogers 784ed796ce
Update name so media paths store to correct library 2022-03-30 15:20:57 +02:00
Cody Robibero 6a6874aa16 Catch checksum mismatch when updating plugins 2022-03-28 06:48:21 -06:00
Saiyd a0eb1fd28b Translated using Weblate (Portuguese (Brazil))
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2022-03-26 19:06:12 -04:00
Cody Robibero 78a8c26690 Don't allow unknown sort-by 2022-03-25 09:18:18 -06:00
Jason S 5f7ffd7863 Translated using Weblate (Kannada)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/kn/
2022-03-25 05:51:28 -04:00
Jason S c28025ba5e Added translation using Weblate (Kannada) 2022-03-25 04:44:39 -04:00