Vasily
7ae526da8b
Merging #975 to master
6 years ago
WWWesten
e79d44d9f1
Update kz.csv
...
The new ratings system
6 years ago
Claus Vium
fb7de2f966
Remove duplicate code and use using to properly dispose the response stream
6 years ago
Bond-009
db54fe4c70
Merge pull request #975 from cvium/release-10.2.z
...
Update submodule
6 years ago
Xu Fasheng
1eb26bdf08
Ignore IPv6 DLNA devices
...
DLNA is not ready for IPv6 now, uncomment the code will be fine.
6 years ago
Xu Fasheng
cbd0e71c07
Send DLNA devices message to only the matched interface
...
This will be the right way for multiple interfaces, or the client will
receive all devices message with different IP addresses and could not
detect which one could access.
And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old
behaviour if this commit missed something.
6 years ago
Xu Fasheng
2db1826ed8
Enable DLNA multi socket binding for linux
...
If not, DLNA on multiple interfaces not works for linux, for
example ZerotierOne VPN.
6 years ago
Xu Fasheng
cf4e64f430
Add option to toggle if ignore virtual interfaces
...
Some VPN like ZerotierOne owns IP address but no gateway, and there is no
good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces,
so just provide one option to let user decide it.
6 years ago
Lynxy
9b39404b9a
Always set ffmpeg flag +genpts when video stream is being copied
6 years ago
Claus Vium
00fe66a38c
Update submodule
6 years ago
Vasily
406af5f086
Merge pull request #967 from brianjmurrell/dotnet-runtime
...
dotnet-runtime is needed on Fedora now
6 years ago
Vasily
e7e7d96f51
Merge pull request #776 from cvium/update_tvdb
...
Update tvdb provider to v2 api
6 years ago
Vasily
785fa76ac6
Merge pull request #955 from ploughpuff/avoid
...
Avoid exceptions due to folder and file not found
6 years ago
Vasily
6c967c5982
Merge pull request #952 from Liggy/populate-extras
...
Populate video extras again
6 years ago
Brian J. Murrell
f03e279382
COPR auto building
...
This adds enhancements so that Fedora/EL packages can be automatically
built in COPR when a webhook is received. A typical webhook could be
for tagging events for example or even a "Release" webhook to only
build releases.
6 years ago
Brian J. Murrell
1bc2b12ee3
dotnet-runtime is needed in Fedora RPM build also
6 years ago
Joshua Boniface
469a17b3ca
Install the dotnet runtime too
...
This is needed since /usr/bin/dotnet doesn't exist in the SDK package
for whatever reason as of Feb 18 2019.
6 years ago
Bond-009
affb8c8673
Merge pull request #962 from scheidleon/fix-windows-build
...
Fix Path
6 years ago
scheidleon
74aa38acd7
Fix Path
6 years ago
Joshua M. Boniface
d4ded281aa
Merge pull request #961 from jellyfin/release-10.2.z
...
Release 10.2.1
6 years ago
Claus Vium
c597f0de35
Make Tvdb strings const
6 years ago
Bond-009
3965f90236
Update MediaBrowser.Providers/TV/TheTVDB/TvdbSeriesImageProvider.cs
...
Co-Authored-By: cvium <cvium@users.noreply.github.com>
6 years ago
Claus Vium
8af4417f8f
Add ConfigureAwait to awaited calls
6 years ago
Joshua Boniface
83948420a4
Bump version to 10.2.1
6 years ago
Andrew Rabert
8c53407a9d
Merge pull request #960 from nvllsvm/dock
...
Use jellyfin/ffmpeg image
6 years ago
Claus Vium
4a5c526ccc
Fix logging args and add ilogger with categoryname
6 years ago
Andrew Rabert
69a81c0bc2
Use jellyfin/ffmpeg image
6 years ago
Bond_009
320707d44c
Reduce string allocations at startup
6 years ago
Torsten
2690ac299b
Only refresh metadata if extras changed
6 years ago
Torsten
268b099ca8
Merge branch 'populate-extras' of github.com:Liggy/jellyfin into populate-extras
6 years ago
Liggy
33171a58b5
Merge branch 'master' into populate-extras
6 years ago
PloughPuff
73c1cdb32a
Avoid exceptions due to folder and file not found
...
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used.
2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
6 years ago
Liggy
13bfe5093e
Merge branch 'master' into populate-extras
6 years ago
Bond-009
99bed9a9c3
Merge pull request #939 from joshuaboniface/cleanup-builds
...
Clean up and rename obsolete deployment platforms
6 years ago
Vasily
8ef41020d9
Merge pull request #847 from Bond-009/async
...
Make websockets code async
6 years ago
Bond-009
fca226bdfd
Add comment
6 years ago
Vasily
bca7a26ffd
Merge branch 'master' into update_tvdb
6 years ago
Vasily
60df855b26
Merge pull request #930 from fruhnow/AuthorizationCheck
...
checking user-permission in GetQueryResult
6 years ago
Vasily
44ed037e73
Merge pull request #950 from cvium/replace_priority_queue
...
Replace OptimizedPriorityQueue source with NuGet reference
6 years ago
Vasily
50ce7572b4
Merge pull request #851 from Bond-009/appdata
...
Simplify code to get data dir
6 years ago
Vasily
74695428fe
Merge pull request #914 from Bond-009/httppostedfile
...
Separate HttpPostedFile into it's own file
6 years ago
Claus Vium
139807719c
Add missing base64 conversion
6 years ago
Claus Vium
1e2050f106
Rename functions to match functionality
6 years ago
Claus Vium
a23f04623e
Remove IEncryptionManager
6 years ago
Claus Vium
1f30a50f4a
Address review comments
6 years ago
Phallacy
098de6b050
made newlines into linux newlines
6 years ago
Phallacy
a0d31a49a0
merging with master to clear merge conflict
6 years ago
Phallacy
6bbb968b57
minor changes and return to netstandard
6 years ago
Joshua M. Boniface
6c6e9ca9f2
Merge pull request #889 from Bond-009/xmlex
...
Fix uncaught xml error
6 years ago
Joshua M. Boniface
89d4ce309d
Merge pull request #848 from Bond-009/perf
...
Minor changes to reduce allocations
6 years ago