gnattu
22d8528d90
Backport pull request #11901 from jellyfin/release-10.9.z
...
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor
Original-merge: b7bc0e1c96
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Bond_009 <bond.009@outlook.com>
2024-08-05 10:58:22 -04:00
gnattu
9563e4f85e
Backport pull request #11823 from jellyfin/release-10.9.z
...
Add Env Var to disable second level cache
Original-merge: 95c7d997c1
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01 18:41:02 -04:00
Mark Lopez
29368a1566
Source SQLite cache_size from an Environment Variable ( #9666 )
2023-06-05 10:46:13 -06:00
Bill Thornton
155f3856c0
Use default files to remove index.html from url
2023-05-15 15:28:33 -04:00
Bond_009
71982c7297
Fix build errors
2022-12-07 16:42:28 +01:00
BaronGreenback
bc1cc2d04a
Remove unused using directives
2021-04-17 11:37:55 +01:00
Segi Hovav
73bff9da9d
Change default value for allow duplicates in playlist option to False
2020-09-10 10:03:08 -07:00
Claus Vium
571d0570f5
Kill HttpListenerHost
2020-09-03 11:32:22 +02:00
Bond_009
d006f4301a
Disable unix socket by default
2020-07-23 13:20:10 +02:00
Bond_009
cbe47325b3
Make UNIX socket configurable
2020-07-23 13:18:47 +02:00
dkanada
b7f4b8e2b5
initial implementation for custom plugin repositories
2020-06-04 23:57:57 +09:00
Bond_009
735e7c3f7d
Fix VideoResolver and tests
2020-04-21 12:11:55 +02:00
dkanada
ff065df986
update plugin manifest url
2020-04-11 20:11:41 +09:00
Mark Monteiro
15dd46c25a
Add '--plugin-manifest-url' command line option and 'InstallationManager:PluginManifestUrl' config option
2020-04-05 13:46:36 -04:00
Mark Monteiro
aa546dd36a
Rename command line option to --nowebclient and config setting to HostWebClient
2020-03-21 18:25:09 +01:00
Mark Monteiro
ef7497e837
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
2020-03-15 19:50:00 +01:00
Mark Monteiro
79413d9f33
Add a configuration flag to allow/disallow duplicates in playlists
2020-03-13 23:11:59 +01:00
Mark Monteiro
99bf6edba2
Merge remote-tracking branch 'upstream/master' into support-running-without-web-content
2020-03-11 23:04:47 +01:00
Mark Monteiro
3f4b9e9a81
Add new 'nowebcontent' configuration flag
2020-02-28 20:40:45 +01:00
Mark Monteiro
3043b7323b
Use constants for settings keys
2020-02-28 17:57:38 +01:00
Mark Monteiro
192ec57b60
Remove log message executed before logger is initialized
2020-02-25 17:22:21 +01:00
Mark Monteiro
f3be93a4de
Use the swagger API page as the default redirect path if not hosting the jellyfin-web content
2020-02-25 17:02:51 +01:00
dkanada
65a9d618cc
add config options for musicbrainz
2020-02-22 15:04:52 +09:00
Bond-009
2c0259f920
Replace '_' with ':' in config keys
2019-12-12 16:57:16 +01:00
Bond-009
c6d48f51f6
Fix naming const
2019-11-25 12:29:51 +01:00
Bond_009
cc5acf37f7
Make probesize and analyzeduration configurable and simplify circular
...
dependencies
Makes the probesize and analyzeduration configurable with env args.
(`JELLYFIN_FFmpeg_probesize` and `FFmpeg_analyzeduration`)
2019-11-25 12:07:59 +01:00
Bond_009
25917db07a
Fix doc releated warnings
2019-08-09 23:50:40 +02:00
Bond-009
58061a7295
Make MusicBrainz base url configurable
2019-03-08 17:15:52 +01:00
William Taylor
18ae107ce4
Removed unnecessary configuration options and reduced primitive dependencies
2019-02-17 14:09:52 +00:00
William Taylor
72aa364aa5
Removed extra using
2019-02-17 14:08:52 +00:00
William Taylor
0d5fbcb031
Removed primitives from services in Program.cs
...
This will make it easier to move dependency registration
to a system without having to new up all the services first.
Moved the primitives to an IConfiguration which is much easier to inject.
2019-02-17 14:08:52 +00:00