0TTA
24201ef2e9
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
1 year ago
Bond-009
260680d727
Merge pull request #10122 from cvium/remove_unnecessary_memorycache
1 year ago
cvium
2e32e335ac
refactor: use ConcurrentDictionary when IMemoryCache isn't needed
1 year ago
TelepathicWalrus
4c7fb8f452
Album gain ( #10085 )
...
* Add LUFSAlbum DTO
* Get loudest track for smallest gain
* Move gain search to musicalbum
use baseitem LUFS for album
* Use .Max for enumerable
* Update DTO to be consistent with other DTOs
* Remove albumlufs,
Move dto for all types
1 year ago
Bond-009
da030ed589
Merge pull request #10117 from Elu43/master
...
Fix French parental rating system
1 year ago
Samuel Bartík
71e4ea1314
Add Slovak parental ratings
1 year ago
Elu43
769953ad55
Update fr.csv
1 year ago
Bond-009
623027315b
Merge pull request #10029 from tallbl0nde/fix-multi-disc-album-art-extraction
1 year ago
Bond-009
07727e1d63
Merge pull request #9875 from Shadowghost/fixes
1 year ago
Shadowghost
4bb17039d7
Apply review suggestions
1 year ago
Shadowghost
048cb208b2
Fix Australian parental rating system ( #10006 )
1 year ago
tallbl0nde
b8e5afbc10
Enable recursive query in BaseFolderImageProvider
...
Fixes album art not being extracted for multi-disc albums
1 year ago
Bond-009
db347eb7d8
Merge pull request #9992 from Blackskyliner/patch-1
1 year ago
Jothi Prasath
fbe8388f82
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
1 year ago
Yaron Shahrabani
a17f8c56b6
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
1 year ago
Osa
4d2e612693
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
1 year ago
Christoph Landsdorf
bfc0056426
Add TinyMediaManager compatibility for german parental rating
...
This commit adds the format which gets written by
the tool TinyMediaManager which can be used to
manage large media databases comfortably.
TMM writes wither multiple Codes and/or space
divided german FSK codes, but can't be configured
to only use the number or the slash delimited variant.
After this change the parental control for Libraries
managed with TMM and presented/loaded into Jellyfin
should work again.
1 year ago
Aran Chananar
1ea8150b0c
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
1 year ago
Shadowghost
05d98fe24c
Enforce permissions on websocket connections
1 year ago
Shadowghost
958f8f71e8
Add wrapper object for authentication event information
1 year ago
Bond-009
5b711f38d1
Merge pull request #9958 from Shadowghost/networking-fixex
1 year ago
Bond-009
b95fa294c9
Merge pull request #9799 from Bond-009/genregex
1 year ago
Balázs Meskó
fd56296270
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
1 year ago
Oskari Lavinto
3ab8235358
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
1 year ago
Shadowghost
e56275fb46
Extract networking constants
1 year ago
Joshua M. Boniface
93b400343e
Merge pull request #8147 from Shadowghost/network-rewrite
1 year ago
Shadowghost
e233a3b074
Apply review suggestions
1 year ago
Shadowghost
32ac3b580c
Rename additional values in NetworkConfiguration and add migration for all changed values
1 year ago
Claus Vium
10fde0a2c1
Merge pull request #8914 from bradbeattie/augmented-tag-searching
...
Augment tag searching to consider individual ItemValues instead of the delimited tags field
1 year ago
Cody Robibero
52252fcd55
Fix sending websocket messages ( #9948 )
1 year ago
Claus Vium
80f1f5e00d
Merge pull request #9219 from ProfessionalismIsMyMiddleName/master
...
Add a way to handle more invalid characters when sanitizing a filename
1 year ago
Claus Vium
bfb7c60f72
Merge pull request #9447 from Bond-009/disablerealtimemonitor
...
Disable real time monitoring by default
1 year ago
Ronan Charles-Lorel
4dc87a6f93
Align indentation on bottom brace of new list
...
Should stop error SA1137 in debug build
1 year ago
Ronan Charles-Lorel
c21140eeb5
Formatting
...
Fixes debug build?
Co-authored-by: Bond-009 <bond.009@outlook.com>
1 year ago
Ronan Charles-Lorel
07c142d5bd
Moving invalid chars list at class level with a better name
1 year ago
Ronan Charles-Lorel
46763b7661
Remove call to Path.GetInvalidFileNameChars
...
Superseded by a static char list to avoid platform-dependent issues
1 year ago
Ronan Charles-Lorel
e108183b13
Merge branch 'jellyfin:master' into master
1 year ago
Cody Robibero
b5bbb98175
Fix Websocket OpenApi ( #9935 )
...
* Further split inbound and outbound messages
* Fix datatype for inbound start messages
* fixes from review
1 year ago
Joshua M. Boniface
76939bbd9b
Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections
1 year ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
1 year ago
Bond-009
f954dc5c96
Do HEAD request to get content type instead of checking for extension ( #8823 )
1 year ago
Cody Robibero
cc82ca189f
suggestions from review
1 year ago
Shadowghost
a6e9824e8a
Merge branch 'master' into network-rewrite
1 year ago
JPVenson
0f60ec3013
Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
1 year ago
Sushil Shrestha
45ed1d9f88
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
1 year ago
Shadowghost
67a58df1a3
Merge branch 'master' into network-rewrite
1 year ago
Frank Riley
1952a915e6
Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893 .
...
Signed-off-by: Frank Riley <fhriley@gmail.com>
1 year ago
Shadowghost
32499f0e98
Merge branch 'master' into network-rewrite
1 year ago
Cody Robibero
fe9e764af2
Merge pull request #9564 from AmbulantRex/whitelist-dlls
1 year ago
Cody Robibero
81cf798430
Merge pull request #8203 from Shadowghost/nfo-season-names
...
Implement NFO named season parsing
1 year ago