Bond-009
b16b58bc57
Merge pull request #2785 from nyanmisaka/mpge4-profile15
...
Fix MPEG4 packback error regression on vaapi
2020-04-07 19:13:02 +02:00
Bond-009
3a98ad8255
Merge pull request #2721 from PrplHaz4/patch-2
...
Separate Channels permissions from All Libraries
2020-04-07 19:10:34 +02:00
dkanada
bfff9b7178
Merge pull request #2794 from mark-monteiro/dependabot/nuget/System.Text.Json-4.7.1
...
Bump System.Text.Json from 4.7.0 to 4.7.1
2020-04-08 02:05:09 +09:00
Peter
bee080cfff
Translated using Weblate (Swedish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2020-04-07 12:43:49 -04:00
dkanada
f4cba0ed43
fix dependency for compat job
2020-04-08 01:42:45 +09:00
dkanada
0a6faefe3a
minor changes to main build job
2020-04-08 01:36:36 +09:00
dkanada
ea00abcf4e
remove old windows job from pipeline
2020-04-08 01:29:54 +09:00
dkanada
0a70c55021
Merge pull request #2793 from mark-monteiro/remove-interactive-extensions
...
Remove Ix.NET
2020-04-08 01:15:44 +09:00
dkanada
aeedd06f51
Merge pull request #2796 from JustAMan/fix-transcode-reasons
...
Make codec check in profile examine profile type first
2020-04-08 01:04:31 +09:00
Bond-009
5cff79ea38
Merge pull request #2791 from mark-monteiro/dependabot/nuget/coverlet.collector-1.2.1
...
Bump coverlet.collector from 1.2.0 to 1.2.1
2020-04-07 17:38:44 +02:00
Mark Monteiro
c88e6daacf
Ignore the jellyfin-web directory in MediaBrowser.WebDashboard
2020-04-07 10:36:44 -04:00
Vasily
8e514f8d63
Fix check for profile supporting a codec - it should first check if profile is talking about media type
...
For example, audio-only profiles have "VideoCodec" set to "null" which translates to "any codec", which breaks some logic later on
2020-04-07 14:23:53 +03:00
Ibrahim Alesayi
c6987df501
Translated using Weblate (Arabic)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2020-04-07 06:57:40 -04:00
Bond-009
3773e37755
Merge pull request #2792 from mark-monteiro/dependabot/nuget/sharpcompress-0.25.0
...
Bump sharpcompress from 0.24.0 to 0.25.0
2020-04-07 11:50:58 +02:00
Patrick Barron
555651aae2
Fixed indentation and corrected typo
2020-04-06 23:17:49 -04:00
Mark Monteiro
1f765cdd93
Remove reference to System.Interactive.Async
2020-04-06 22:04:55 -04:00
Mark Monteiro
8e3b09a996
Do not use IAsyncEnumerable unnecessarily
2020-04-06 22:04:24 -04:00
dependabot-preview[bot]
25aa26a8fd
Bump sharpcompress from 0.24.0 to 0.25.0
...
Bumps [sharpcompress](https://github.com/adamhathcock/sharpcompress ) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/adamhathcock/sharpcompress/releases )
- [Commits](https://github.com/adamhathcock/sharpcompress/compare/0.24...0.25 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 00:48:03 +00:00
dafo90
62b0db59aa
Fix Authentication request log
2020-04-06 22:23:53 +02:00
Nyanmisaka
0ecac47098
drop the unnecessary colorspace conversion
...
Since 'hwdownload, format = nv12' has completed the conversion of colorspace. 'format = p010le' is redundant and will reduce the speed by almost half under the premise of unchanged cpu usage.
2020-04-07 00:20:49 +08:00
Nyanmisaka
a5249730d7
mpeg4 profile 15 is not supported by vaapi device
2020-04-07 00:20:36 +08:00
Nyanmisaka
6453638103
Merge pull request #1 from jellyfin/master
2020-04-06 20:13:05 +08:00
Vasily
71d8e66d9f
Add logging of URL being processed when logging an error
...
This might help diagnosing stuff like "Operation was cancelled"
2020-04-06 14:42:41 +03:00
Vasily
5be60782ed
Fix support for attachments with baseURL set
...
* Revert "Add baseURL to attachments"
* This is properly handled by jellyfin-web#1020
2020-04-06 14:06:42 +03:00
Kristupas Savickas
9dda2ffc91
Fix ffmpeg path on ARM docker image
2020-04-06 13:21:20 +03:00
dkanada
0cd7cd611e
Merge pull request #2758 from Bond-009/plugininstalled
...
Remove PluginInstalled
2020-04-06 19:01:15 +09:00
dkanada
0522c90109
Merge pull request #2635 from mark-monteiro/use-development-exception-page
...
Use ASP Development Exception Page
2020-04-06 18:59:58 +09:00
dkanada
cb634d27d8
Merge branch 'master' into use-development-exception-page
2020-04-06 18:59:45 +09:00
dkanada
19b6961c08
Merge pull request #2749 from hauntingEcho/ffmpeg-dependency-version
...
Specify a minimum version for jellyfin-ffmpeg dependency in .deb dependencies
2020-04-06 16:48:39 +09:00
Patrick Barron
c9da49ebaa
Implemented more suggestions
2020-04-05 23:12:25 -04:00
Patrick Barron
47ba4a84cd
Simplified more conditionals
2020-04-05 18:06:30 -04:00
Patrick Barron
81b4a4c54c
Implement various suggestions
2020-04-05 17:58:39 -04:00
Patrick Barron
e1958e3902
Miscellaneous code cleanup
2020-04-05 15:56:08 -04:00
Patrick Barron
add0a2088d
Simplified Conditionals and returns
2020-04-05 14:44:14 -04:00
Mark Monteiro
ed88430429
Log error messages when the manifest URL is not valid
2020-04-05 14:34:41 -04:00
Mark Monteiro
15dd46c25a
Add '--plugin-manifest-url' command line option and 'InstallationManager:PluginManifestUrl' config option
2020-04-05 13:46:36 -04:00
Patrick Barron
80cfcf5643
Remove unnecessary casts and explicit array types
2020-04-05 13:00:35 -04:00
Patrick Barron
86c06996b1
Remove redundant name qualifiers
2020-04-05 12:48:22 -04:00
Patrick Barron
961f48f5bc
Use ? and ?? where applicable
2020-04-05 12:45:01 -04:00
Patrick Barron
6a3f9253db
Convert using statements to using declarations where applicable
2020-04-05 12:26:11 -04:00
Patrick Barron
5966ee6d87
Convert type checks and null checks into pattern matching
2020-04-05 12:07:43 -04:00
Medzhnun
92af81166d
Translated using Weblate (Turkish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/tr/
2020-04-05 11:11:09 -04:00
Mark Monteiro
7be4b57fe7
Fix documentation for ExtraRuleType enum values
2020-04-05 09:47:55 -04:00
Mark Monteiro
3d8501e462
Document exception
2020-04-05 09:25:23 -04:00
Mark Monteiro
658e963e93
replace 'try-finally' with 'using' where appropriate
2020-04-05 09:23:44 -04:00
Bond-009
29539174a3
Merge pull request #2636 from mark-monteiro/development-https
...
Use ASP.NET Core HTTPS Development Certificate
2020-04-05 15:09:27 +02:00
Mark Monteiro
bc91445b5d
Use correct naming convention for _relevantEnvVarPrefixes
2020-04-05 09:05:23 -04:00
PrplHaz4
46453549b5
Start line with Boolean
2020-04-05 07:26:21 -04:00
PrplHaz4
b05e04c0cb
Collapse IsInEnabledFolder to single expression
...
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-05 06:42:15 -04:00
Adam Bokor
a05cdf0b05
Translated using Weblate (Hungarian)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hu/
2020-04-05 05:18:52 -04:00