Muhammad Wafi Bin Arzu
388420faa2
Translated using Weblate (Malay)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ms/
1 year ago
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
Bond_009
5677566a41
Enable nullable for more files
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
2 years ago
Bond-009
db347eb7d8
Merge pull request #9992 from Blackskyliner/patch-1
2 years ago
Jothi Prasath
fbe8388f82
Translated using Weblate (Tamil)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ta/
2 years ago
Yaron Shahrabani
a17f8c56b6
Translated using Weblate (Hebrew)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2 years ago
Osa
4d2e612693
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2 years 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.
2 years ago
Aran Chananar
1ea8150b0c
Translated using Weblate (Thai)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2 years ago
Shadowghost
05d98fe24c
Enforce permissions on websocket connections
2 years ago
Shadowghost
958f8f71e8
Add wrapper object for authentication event information
2 years ago
Bond-009
5b711f38d1
Merge pull request #9958 from Shadowghost/networking-fixex
2 years ago
Bond-009
b95fa294c9
Merge pull request #9799 from Bond-009/genregex
2 years ago
Balázs Meskó
fd56296270
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2 years ago
Oskari Lavinto
3ab8235358
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2 years ago
Shadowghost
e56275fb46
Extract networking constants
2 years ago
Joshua M. Boniface
93b400343e
Merge pull request #8147 from Shadowghost/network-rewrite
2 years ago
Shadowghost
e233a3b074
Apply review suggestions
2 years ago
Shadowghost
32ac3b580c
Rename additional values in NetworkConfiguration and add migration for all changed values
2 years 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
2 years ago
Cody Robibero
52252fcd55
Fix sending websocket messages ( #9948 )
2 years ago
Claus Vium
80f1f5e00d
Merge pull request #9219 from ProfessionalismIsMyMiddleName/master
...
Add a way to handle more invalid characters when sanitizing a filename
2 years ago
Claus Vium
bfb7c60f72
Merge pull request #9447 from Bond-009/disablerealtimemonitor
...
Disable real time monitoring by default
2 years ago
Ronan Charles-Lorel
4dc87a6f93
Align indentation on bottom brace of new list
...
Should stop error SA1137 in debug build
2 years ago
Ronan Charles-Lorel
c21140eeb5
Formatting
...
Fixes debug build?
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Ronan Charles-Lorel
07c142d5bd
Moving invalid chars list at class level with a better name
2 years ago
Ronan Charles-Lorel
46763b7661
Remove call to Path.GetInvalidFileNameChars
...
Superseded by a static char list to avoid platform-dependent issues
2 years ago
Ronan Charles-Lorel
e108183b13
Merge branch 'jellyfin:master' into master
2 years ago
Cody Robibero
b5bbb98175
Fix Websocket OpenApi ( #9935 )
...
* Further split inbound and outbound messages
* Fix datatype for inbound start messages
* fixes from review
2 years ago
Joshua M. Boniface
76939bbd9b
Merge pull request #9231 from JPVenson/bugfix/1907_CleanupCollections
2 years ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
2 years ago
Bond-009
f954dc5c96
Do HEAD request to get content type instead of checking for extension ( #8823 )
2 years ago
Cody Robibero
cc82ca189f
suggestions from review
2 years ago
Shadowghost
a6e9824e8a
Merge branch 'master' into network-rewrite
2 years ago
JPVenson
0f60ec3013
Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Sushil Shrestha
45ed1d9f88
Translated using Weblate (Nepali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ne/
2 years ago
Shadowghost
67a58df1a3
Merge branch 'master' into network-rewrite
2 years ago
Frank Riley
1952a915e6
Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893 .
...
Signed-off-by: Frank Riley <fhriley@gmail.com>
2 years ago
Shadowghost
32499f0e98
Merge branch 'master' into network-rewrite
2 years ago
Cody Robibero
fe9e764af2
Merge pull request #9564 from AmbulantRex/whitelist-dlls
2 years ago
Cody Robibero
81cf798430
Merge pull request #8203 from Shadowghost/nfo-season-names
...
Implement NFO named season parsing
2 years ago
Shadowghost
006b04dc0b
Merge branch 'master' into network-rewrite
2 years ago
Mark Lopez
29368a1566
Source SQLite cache_size from an Environment Variable ( #9666 )
2 years ago
Bond-009
aae22865a0
Merge pull request #9667 from Silvenga/restore-default-journal-size
2 years ago
Bucky Patel
093c2e0356
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2 years ago
Bond-009
6dca53047f
Merge pull request #9818 from Shadowghost/fixes
2 years ago
pranelio
1bf7840936
Translated using Weblate (Lithuanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2 years ago
Shadowghost
81746666de
Fix TotalRecordCount calculation
2 years ago
Shadowghost
d8d5c86d49
Merge branch 'master' into network-rewrite
2 years ago
Bond_009
b44c9eb88e
Check for Imdb id for series
2 years ago
Shadowghost
b37e9209df
Apply review suggestion
2 years ago
Shimul Roy
45e99d2523
Translated using Weblate (Bengali)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bn/
2 years ago
PakuDrag
bf90f502ae
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2 years ago
Shadowghost
6ddc449a89
Implement NFO named season parsing
2 years ago
Anvesh
3aa03a4640
Translated using Weblate (Telugu)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/te/
2 years ago
Abhinivesh Vijayan
55b10d298c
Translated using Weblate (Malayalam)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ml/
2 years ago
Bill Thornton
dea1f60b0d
Merge pull request #9776 from thornbill/default-files
...
Use default files to remove index.html from url
2 years ago
Claus Vium
3a9f4a3c6d
Merge pull request #9775 from crobibero/readonlyspan
...
Fix readonlyspan usage
2 years ago
Bill Thornton
155f3856c0
Use default files to remove index.html from url
2 years ago
Cody Robibero
c809c36b30
Fix readonlyspan usage
2 years ago
Shadowghost
eb52af4e6a
Fix playlists library and migration ( #9770 )
2 years ago
TelepathicWalrus
603fce59df
Audio normalization ( #9222 )
...
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Shadowghost
a8cdf4434b
Fix access to playlists not created by a user ( #9746 )
2 years ago
Gustavs
fdda721394
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2 years ago
Shadowghost
c042f20224
Merge branch 'master' into network-rewrite
2 years ago
Bond-009
756ee38d01
Remove ExtendedFileSystemInfo ( #9749 )
2 years ago
garikaib
f0bf5c4998
Translated using Weblate (Shona)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sn/
2 years ago
garikaib
b3b75d5bc2
Added translation using Weblate (Shona)
2 years ago
SuperDumbTM
b42a6119f5
Translated using Weblate (Chinese (Traditional, Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2 years ago
Shadowghost
6cc1203c1b
Merge branch 'master' into network-rewrite
2 years ago
無情天
92a0d26f31
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
2 years ago
Subham Jena
bceca0ae45
Translated using Weblate (Odia)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/or/
2 years ago
Brett Healey
898a04c9e3
Translated using Weblate (Welsh)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/cy/
2 years ago
TheSharingBrother
9ce152ecf6
Translated using Weblate (Hindi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2 years ago
Subham Jena
fa0a48b54e
Added translation using Weblate (Odia)
2 years ago
Alan Azar
f2a41fe79f
Translated using Weblate (Urdu (Pakistan))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ur_PK/
2 years ago
Cody Robibero
aaddc5a33e
Merge pull request #9643 from Bond-009/sqlconnectionpool
2 years ago
Bond_009
8e1f0d53c1
nameof instead of GetType().Name
2 years ago
Meyu-Sys
5e2a1fb447
Translated using Weblate (Marathi)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/mr/
2 years ago
RJS
7b10957223
Translated using Weblate (Latvian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lv/
2 years ago
JPVenson
8b6fca59a1
Update Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
Oskari Lavinto
2c4f7ec52c
Translated using Weblate (Finnish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fi/
2 years ago
Mark Lopez
29889159e8
Increased the max journal_size_limit to reduce the number of truncation operations.
2 years ago
Bond_009
0d67901e37
Dispose BlockingCollection
2 years ago
Bond_009
13152bf09d
Change number of read connections based on # of threads and add comments
2 years ago
Bond_009
8dba3a44fd
Get write connection for vacuum
2 years ago
Bond_009
33f97045f9
Use BlockingCollection
2 years ago
Bond_009
858dadcdd1
POC sql connection pool
2 years ago
SuperDumbTM
4b2b46c8f3
Translated using Weblate (Chinese (Traditional, Hong Kong))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2 years ago