Peter Maar
7716deddf0
Add encoding option bobandweave, change back the EncodingHelper logic
5 years ago
Peter Maar
8531ed646d
Temporary fix/change forcing yadif to "send_field"
5 years ago
dkanada
cd13f718fb
Merge pull request #2247 from Bond-009/stringhelper
...
Remove StringHelper functions
5 years ago
Bond-009
6cd9c84ddf
Update MediaBrowser.Model/Extensions/StringHelper.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
dkanada
b3811a9498
Merge pull request #2349 from Bond-009/deps
...
Update deps
5 years ago
WNotCoder
a3615dec69
Translated using Weblate (Chinese (Simplified))
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hans/
5 years ago
Bond_009
2186df8ac4
Update deps
5 years ago
mtanECECS
81fae5932b
Translated using Weblate (Filipino)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fil/
5 years ago
Pooka Mustard
1ff74dd8f0
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
5 years ago
diegoalrey
f7b4dfc1cb
Added translation using Weblate (Galician)
5 years ago
Bond-009
acfacabf0c
Merge pull request #2347 from Matt07211/fix-2255
...
Fix broken webserver caused by dotnet publish. Temp Fix for #2255
5 years ago
Matt07211
84fbf64867
Fix broken webserver caused by dotnet publish.
...
This should be considered a temp fix, as it fixes the symptom and not
the actual root cause of the issue. Why this works? I *feel like* this is
a dependency issue and this change forces it to evalute dependencys in a
different order, avoiding the bug.
5 years ago
Vasily
0a95c3a1c2
Merge pull request #2343 from Bond-009/spacing
...
Fix spacing logs
5 years ago
Bond-009
71bdcd7307
Fix spacing logs
5 years ago
Bond-009
04b9e94c7c
Merge pull request #2338 from ferferga/master
...
Removed old 'automatic restart after update' features
5 years ago
dkanada
1ed92b05fb
Merge pull request #2332 from pR0Ps/bugfix/dlna
...
Fix another issue with DLNA responses not properly paginating
5 years ago
Vasily
8c520160cc
Merge pull request #2331 from nyanmisaka/master
...
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
5 years ago
mtanECECS
b5be0c567f
Added translation using Weblate (Filipino)
5 years ago
ferferga
d6786c7304
Removed old 'automatic restart after update' features'
5 years ago
dkanada
e58aa57ed7
Merge pull request #2337 from ThreeFive-O/AddTranscodingFramerate
...
Add transcoding framerate info
5 years ago
SaddFox
ad5081f276
Translated using Weblate (Slovenian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
5 years ago
a-alshabib
eb04126473
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
5 years ago
ThreeFive-O
4f3bfd9146
Add Transcoding framerate info
5 years ago
Carey Metcalfe
d3de91dab6
Fix another issue with DLNA responses not properly paginating
...
The `UserRootFolder.GetItemsInternal` method now applies any sorting and
pagination requested by the `InternalItemsQuery` that was passed to it.
Previous pagination fix : #2304
Original issue #2303
5 years ago
Nyanmisaka
48e9c004b4
fix an issue about determining 'IsSecondaryAudio'
...
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
5 years ago
Vasily
8ff07e17e6
Merge pull request #2242 from Bond-009/getstream
...
Remove FileSystem.GetStream
5 years ago
Bond_009
c751ba9f70
Fix build
5 years ago
Bond-009
c8409d2ea1
Remove FileSystem.GetStream
5 years ago
Marco
6eac7f0fa7
Translated using Weblate (Italian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/it/
5 years ago
dkanada
1dd4abebbd
Merge pull request #2297 from Bond-009/asyncio
...
Kestrel doesn't like sync IO operations
5 years ago
Bond-009
5340eb9363
Update Emby.Dlna/Service/BaseControlHandler.cs
...
Co-Authored-By: dkanada <dkanada@users.noreply.github.com>
5 years ago
Bond-009
ac3b958c67
Use async methods
5 years ago
dkanada
d4de78693f
Merge pull request #2184 from WiiPlayer2/bug/global-header-flag-support
...
Add check if output container supports "global_header" flag
5 years ago
Vasily
f23434f4f7
Merge pull request #2299 from dkanada/testing
...
Fix a few more tests for music and episodes
5 years ago
dkanada
4abcbc66be
Merge pull request #2295 from shemanaev/patch-1
...
Enable path mapping in `PlaybackInfo` endpoint
5 years ago
Waldemar Tomme
ef487441d1
Remove configuration of global_header flag
5 years ago
dkanada
11c758b6be
remove unsupported test cases
5 years ago
Vasily
2f8f064a23
Merge pull request #2304 from pR0Ps/master
...
Fix pagination for DLNA root folder list
5 years ago
Andrew Rabert
da2c998e28
Update ARM images to debian buster ( #2313 )
...
Also has the effect of updating ffmpeg to 4.1
5 years ago
Andrew Rabert
075dad8720
Fix ARM images ( #2302 )
...
Allow for native building of Docker images. Use buildx if
cross-compilation is needed.
5 years ago
Carey Metcalfe
f2eea89ff0
Fix pagination for DLNA root folder list
...
Previously, when responding to a DLNA "Browse" request, the
`StartingIndex` was not respected and all of the root items were
returned each time. This caused infinite loops with in DLNA clients that
ignored the `TotalMatches` data in the response and just continued
asking for the next page until they got an empty response.
This fix makes the root folder list respect the `StartingIndex` and
`RequestedCount` parameters like all other responses.
Fixes issue #2303
5 years ago
dkanada
a562a4d505
minor linting for ci files
5 years ago
dkanada
e700fc8a07
fix and remove a few more tests
5 years ago
dkanada
c618f3f8eb
Merge pull request #2257 from Bond-009/cleantests
...
Fix a couple of tests
5 years ago
dkanada
1e65cc4695
Merge pull request #2269 from EraYaN/azp-coverlet-reports
...
Split CI YAML files and update code coverage collection
5 years ago
Bond_009
2610f377c0
Kestrel doesn't like sync IO operations
5 years ago
Denis
549a2d8b6d
Enable path mapping in `PlaybackInfo` endpoint
5 years ago
4d1m
8e71046a3c
Translated using Weblate (Romanian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ro/
5 years ago
artiume
73a47e934d
Fix Docker Arm Nightly ( #2286 )
...
* Fix Docker Arm Nightly
Updated image base.
There was an error for libssl missing. I attempted to add libssl1.0.0 but it wasn't found so I fell back to libssl-dev.
Much more work needs to be done. ffmpeg is still debian based. I attempted to add jellyfin-ffmpeg but I was having too many issues so I'm saving it for another day, but it at least builds out successfully.
* Fix docker arm64 nightly
5 years ago
Bond-009
686d1ff9fb
Update StringHelper.cs
5 years ago