AJ Jordan
b528816b2a
Add sudo to package dependencies
...
It's used in the restart.sh script.
For Debian, this is a Recommends because virtually everyone will need
this (default APT policy is to install recommended packages so this
works ok), but technically you can configure the server to run as root
and then you wouldn't need it.
For Fedora... frankly I got confused by their Weak Dependencies etc. so
I just made it a hard dependency.
2020-11-29 04:15:11 -05:00
AJ Jordan
2911dfc37d
Don't restart with sudo(8) if it's not available
...
Some environments, like system containers, have no reason to have
sudo(8) installed. In these environments restart.sh will silently fail
because /usr/bin/sudo does not exist to execute, so test that sudo
exists and don't try to use it otherwise.
Note also that hardcoding sudo's path is wrong: it can be installed in
other places. On FreeBSD, for example, it is /usr/local/bin/sudo when
installed from ports.
2020-11-29 04:04:38 -05:00
AJ Jordan
ce82932c9a
Remove useless which(1) calls in restart.sh
...
at(1) runs commandlines with /bin/sh anyway, which resolves paths. No
need to do it ourselves.
2020-11-29 04:04:22 -05:00
Claus Vium
93bd5e67e9
Merge pull request #4525 from crobibero/transcode-file-task-schedule
...
Set DeleteTranscodeFileTask to trigger every 24h
2020-11-29 10:02:25 +01:00
AJ Jordan
a4e1732e35
Fix restart.sh to look at what's actually booted
...
The old code was wrong because e.g. systemd can be *installed* on the
system, but not actually used as PID1. In that case we would pick
`systemctl`, but it wouldn't actually work because PID1 was some other
init system.
2020-11-29 03:43:03 -05:00
nyanmisaka
3e9cf98c30
add hdr tone mapping to image extraction
2020-11-29 13:22:42 +08:00
nyanmisaka
c2c06ae15b
fix image extraction
2020-11-29 13:20:55 +08:00
nyanmisaka
bb16174936
increase the default image extraction timeout
2020-11-29 13:12:41 +08:00
BaronGreenback
a8ceb7e20b
Update DlnaEventManager.cs
2020-11-28 23:45:26 +00:00
BaronGreenback
4a67267e1e
Update DlnaEventManager.cs
...
Set notificationType
2020-11-28 23:44:19 +00:00
Telmo Duarte
e936d0872b
Translated using Weblate (Portuguese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2020-11-28 17:33:37 -05:00
Telmo Duarte
304bbfd66d
Translated using Weblate (Portuguese (Portugal))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_PT/
2020-11-28 17:33:37 -05:00
No Available
e52e1918c5
Translated using Weblate (Danish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2020-11-28 17:33:37 -05:00
dkanada
3e1631fed1
Merge pull request #4608 from jellyfin/enable-music
...
Remove deprecated flag to disable music plugins
2020-11-29 01:20:43 +09:00
Bill Thornton
162d6ee6b3
Merge pull request #4609 from Bond-009/tests4
...
Add more tests for JsonGuidConverter
2020-11-28 10:56:42 -05:00
Bond_009
10be618ec3
Add more tests for JsonGuidConverter
2020-11-28 16:33:57 +01:00
Bond-009
1cd3b3fc41
Merge pull request #4605 from hawken93/bugfix-libraryerror
...
Allow JsonGuidConverter to read null
2020-11-28 16:23:56 +01:00
Ionut Andrei Oanca
78ea8ef99e
Create common interface for SyncPlay requests
2020-11-28 16:03:02 +01:00
dkanada
8b0ef119c3
remove deprecated flag to disable music plugins
2020-11-28 23:55:56 +09:00
BaronGreenback
cab78f40b3
[Fix] Possible null reference. ( #4585 )
...
Fix possible null reference.
2020-11-28 15:44:14 +01:00
Nyanmisaka
0c6efe6317
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-28 22:32:54 +08:00
Nyanmisaka
d72f3498bf
fix ci
2020-11-28 21:27:55 +08:00
Ionut Andrei Oanca
c60714e365
Move query parameters to request body in SyncPlay
2020-11-28 14:20:46 +01:00
Nyanmisaka
53c91c2c14
Apply suggestions from code review
...
Co-authored-by: BaronGreenback <jimcartlidge@yahoo.co.uk>
2020-11-28 21:14:55 +08:00
nyanmisaka
d19edefbcd
fix image extraction
2020-11-28 20:55:56 +08:00
cvium
ba78ad5424
Add missing inheritdoc
2020-11-28 11:24:52 +01:00
cvium
65e6211c03
Remove circular dependency between websocket listeners and manager
2020-11-28 11:21:53 +01:00
cvium
3ae39d44da
Revert "Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected."
2020-11-28 09:50:30 +01:00
cvium
1a0d8aef80
Revert "Removed Lazy implementation."
2020-11-28 09:50:16 +01:00
hawken
f9f0df88d5
allow JsonGuidConverter to read null
2020-11-28 09:41:06 +01:00
conashinck
f1b3811ca7
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-11-27 22:23:02 -05:00
conashinck
1458797330
Translated using Weblate (Chinese (Traditional))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2020-11-27 20:33:04 -05:00
Nyanmisaka
8814d9c5ea
Apply suggestions from code review
...
Co-authored-by: artiume <siderite@gmail.com>
2020-11-28 09:03:45 +08:00
Greenback
5cd5a7d4ce
Removed Lazy implementation.
2020-11-28 00:25:20 +00:00
Greenback
a59aeb12e0
Fixed SessionWebSocketListener.OnServerManagerWebSocketConnected.
2020-11-27 23:04:13 +00:00
Matt Montgomery
185476c08a
Add support for query negation
2020-11-27 16:12:16 -06:00
Claus Vium
5dc61f066d
Merge pull request #4595 from MrTimscampi/clean-next-up
...
Don't return first episodes in next up
2020-11-27 21:03:06 +01:00
MrTimscampi
0dda909a60
Fix suggestion
2020-11-27 19:06:18 +01:00
Claus Vium
e6502503f6
Merge pull request #4594 from nyanmisaka/remove-redundant
...
Remove one redundant 'hwaccel vaapi' string
2020-11-27 18:23:28 +01:00
Joshua M. Boniface
c98c2ab955
Merge branch 'master' into syncplay-enhanced
2020-11-27 09:46:18 -05:00
nyanmisaka
b26a5e9e20
add NEO OpenCL runtime for Intel Tone mapping
2020-11-27 20:12:47 +08:00
MrTimscampi
c196ad3351
Don't return first episodes in next up
2020-11-27 10:25:43 +01:00
nyanmisaka
cc9e178d9a
remove a redundant 'hwaccel vaapi' string
2020-11-27 16:08:44 +08:00
Joshua M. Boniface
9169a28df1
Merge pull request #4588 from jellyfin/hex
...
Remove Hex class as the BCL has one now
2020-11-27 01:59:58 -05:00
Bond_009
81ca6cb47c
Clean up SchedulesDirect
2020-11-26 21:54:14 +01:00
WWWesten
536ac4c11c
Translated using Weblate (Russian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2020-11-26 14:23:08 -05:00
Rubikscraft
ab6a4fac91
Translated using Weblate (Dutch)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2020-11-26 08:15:48 -05:00
Bond_009
38932fc7d1
Schedules Direct requires the hex to be lowercase
2020-11-26 13:21:04 +01:00
Claus Vium
32822ef9e6
Merge pull request #4582 from crobibero/music-client
...
Use proper Named HttpClient for MusicBrainz requests
2020-11-26 10:32:09 +01:00
Matt Montgomery
0758d84a61
Test query value
2020-11-25 16:54:16 -06:00