Bill Thornton
4f96e2f256
Merge pull request #4554 from joshuaboniface/fix-restart
...
Run explicit service start if restart failed
4 years ago
Bill Thornton
b187fe6fcb
Merge pull request #4553 from joshuaboniface/enable-service-on-fedora
...
Enable jellyfin.service unit on Fedora fresh install
4 years ago
crobibero
1dafd70f51
Don't nest DeviceProfile
4 years ago
crobibero
fafddfc45e
Add TODO notice
4 years ago
crobibero
f336d20b06
Fix sending PlaybackInfo
4 years ago
crobibero
5de8c249a0
Don't send activity event if notification type is null
4 years ago
dkanada
02c1879533
Merge pull request #4551 from crobibero/fix-name-cleaning
...
Only trim file name if folder name is shorter
4 years ago
dkanada
347d04efad
Merge pull request #4557 from crobibero/client-dto-fix
...
Fix namespace and add attribute for ClientCapabilitiesDto
4 years ago
crobibero
3bff1ff8a2
Fix namespace and add attribute
4 years ago
Joshua M. Boniface
91dd95faa3
Add at to the dependencies on Fedora (as in Deb)
4 years ago
Joshua M. Boniface
6de79e03a2
Go back to at with lower sleep and start
4 years ago
Joshua M. Boniface
97665c9478
Remove the `at now` hack
4 years ago
Joshua M. Boniface
1079ddb46c
Run explicit service start if restart failed
...
Should solve the occasional bugs with the restart in the WebUI.
Sometimes the service stops and then doesn't start again; this will run
an explicit start action afterwards. If this doesn't fix it I'm certain
there would be more tweaking that can be done.
4 years ago
Joshua M. Boniface
5f135a4b46
Use --now to the enable to start too
4 years ago
Joshua M. Boniface
be4e485bd3
Make use of the $1 flag to set installed only
4 years ago
Joshua M. Boniface
d88504c1d6
Set systemctl enabled on Jellyfin service
...
This was not set for Fedora; I do not recall if this was just an oversight or was
explicitly removed in the past; open to feedback there.
Reported in the LUP Bug-A-Thon
4 years ago
crobibero
20251e670f
Fix tests
4 years ago
crobibero
2aefe9ed5a
Only trim file name if folder name is shorter
4 years ago
crobibero
c5f5633ec6
Handle invalid plugins
4 years ago
Joshua M. Boniface
3442dbbaf9
Merge pull request #4545 from BaronGreenback/17.0RC0---Fix1
...
[Fix] Null Pointer in TmdbMovieProvider
4 years ago
Joshua M. Boniface
8ec4dda9d1
Merge pull request #4544 from BaronGreenback/MinorFix
...
[Fix] Config option read from wrong place.
4 years ago
Joshua M. Boniface
f39e55e2e5
Merge pull request #4548 from orryverducci/mkv-interlaced-fix
...
Revert "Fix frame rate probing for interlaced MKV files"
4 years ago
Orry Verducci
812300ad33
Revert "Fix frame rate probing for interlaced MKV files"
...
This reverts commit 84fd5a0953
.
4 years ago
Greenback
fe3e22be98
Null Pointer
4 years ago
BaronGreenback
dfee591c2a
Update Startup.cs
...
Late night
4 years ago
BaronGreenback
a34fca6f8e
Update Startup.cs
4 years ago
Joshua M. Boniface
a57b99bffd
Merge pull request #4125 from BaronGreenback/NetworkPR2
...
Networking 2 (Cumulative PR) - Swapping over to new NetworkManager
4 years ago
Joshua M. Boniface
2c9e355e42
Merge branch 'master' into NetworkPR2
4 years ago
hoanghuy309
c1db8869f0
Translated using Weblate (Vietnamese)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/vi/
4 years ago
Joshua M. Boniface
09c7f98162
Merge pull request #4263 from cvium/defer_image_fetching
...
Defer image pre-fetching until the end of a refresh/scan
4 years ago
BaronGreenback
969b9e2a18
Update ImageFetcherPostScanTask.cs
4 years ago
BaronGreenback
d3b0080a27
Update MetadataService.cs
...
added return Task.CompletedTask;
4 years ago
BaronGreenback
79855a76b1
Update MetadataService.cs
...
removed async line 232
4 years ago
Joshua M. Boniface
77dba0d06b
Merge pull request #3053 from rigtorp/video-resolver
...
Add additional resolver tests
4 years ago
Joshua M. Boniface
d5eb7e786f
Merge pull request #4182 from ryanpetris/fix-hdhomerun
...
Fix HD Home Run streaming
4 years ago
Joshua M. Boniface
bf54b5579c
Merge branch 'master' into defer_image_fetching
4 years ago
Joshua M. Boniface
b707d8e09d
Merge pull request #4486 from crobibero/split-api
...
Remove api client generator errors
4 years ago
Joshua M. Boniface
da96cbaf78
Merge pull request #4510 from crobibero/http-accept-header
...
Set default request accept headers
4 years ago
Joshua M. Boniface
f6c842e7b3
Merge pull request #4513 from BaronGreenback/LatestPluginSelected
...
Multi-repository plugins
4 years ago
Joshua M. Boniface
509a4d0900
Merge pull request #4526 from crobibero/mark-played
...
Fix marking item as played
4 years ago
Claus Vium
fab03942f5
Merge pull request #4537 from crobibero/session-caps-full
...
Convert ClientCapabilities to a Dto with JsonConverters
4 years ago
Greenback
dc1ad3fe2a
Better named tests methods.
4 years ago
Joshua M. Boniface
1e6539d0dc
Merge pull request #4539 from crobibero/nullable-enum-model-binder
...
Add NullableEnumModelBinder and NullableEnumModelBinderProvider
4 years ago
Joshua M. Boniface
eb90b20fe3
Merge pull request #4534 from Bond-009/bom
...
Remove UTF8 bom from some files
4 years ago
BaronGreenback
1e13627a94
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
3f2c331755
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
c3fa9d00ae
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
e33200db71
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
c14f468099
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
BaronGreenback
acb79eb56a
Update tests/Jellyfin.Networking.Tests/NetworkTesting/NetworkParseTests.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago