aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2020-04-15Merge pull request #2745 from Artiume/patch-6Bond-009
Force Audio Transcoding for LiveTV Transcoding
2020-04-12Merge pull request #2782 from JustAMan/fix-ssa-deliveryVasily
Fix support for attachments with baseURL set
2020-04-11Merge pull request #2772 from barronpm/codecleanupBond-009
MediaBrowser.Api code cleanup
2020-04-07Merge pull request #2696 from mark-monteiro/fix-extrasVasily
Display Extras With Unknown Types
2020-04-07Merge pull request #2721 from PrplHaz4/patch-2Bond-009
Separate Channels permissions from All Libraries
2020-04-06Fixed indentation and corrected typoPatrick Barron
2020-04-06Fix support for attachments with baseURL setVasily
* Revert "Add baseURL to attachments" * This is properly handled by jellyfin-web#1020
2020-04-05Implemented more suggestionsPatrick Barron
2020-04-05Simplified more conditionalsPatrick Barron
2020-04-05Implement various suggestionsPatrick Barron
2020-04-05Miscellaneous code cleanupPatrick Barron
2020-04-05Simplified Conditionals and returnsPatrick Barron
2020-04-05Remove unnecessary casts and explicit array typesPatrick Barron
2020-04-05Remove redundant name qualifiersPatrick Barron
2020-04-05Use ? and ?? where applicablePatrick Barron
2020-04-05Convert using statements to using declarations where applicablePatrick Barron
2020-04-05Convert type checks and null checks into pattern matchingPatrick Barron
2020-04-05Start line with BooleanPrplHaz4
2020-04-05Collapse IsInEnabledFolder to single expressionPrplHaz4
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
2020-04-02Force Audio Transcoding for LiveTV Transcodingartiume
Noticing some sync issues when transcoding livetv, the only thing I was able to do to fix it was to force the audio stream to be transcoded as well. This was how I originally wrote the code and we changed it during the review process. I am reverting it back to the original code.
2020-04-01Small fixesMark Monteiro
2020-04-01Merge branch 'master' into usingsBond-009
2020-04-01Add ExtraType.Unknown enum value and use it instead of nullMark Monteiro
2020-03-31Merge pull request #2503 from nyanmisaka/vaapiVasily
Fix various bugs in HWA subtitle burn-in
2020-03-30Fix permission setting on ChannelsPrplHaz4
Currently, permission settings on Channels are not taken into account prior to returning `{UserName} is not permitted to access Library {ItemName}.`. Whether or not a user can see items within the Channel is solely dependent on `EnableAllFolders`, so you cannot view a plugin's Channels unless you can also see ALL libraries. This PR enables does two things for Channel-providing Plugins: 1. Fixes functionality of "EnableAllChannels" 2. Allows users with Channel permissions to access all folders within that Channel I'm not 100% sure on 2 but I wasn't able to see an obvious way to propagate permissions downward into specific Folders inside a Channel. I tested on a fairly simple library with two channel-providing plugins (ServerWMC, LazyMan) and it seems to work, but this behavior should also be tested by someone with more content/collections.
2020-03-31minor improvementsnyanmisaka
2020-03-30fix the UTF-16 error while burning ass/ssa subtitlesnyanmisaka
2020-03-30fix the incorrect HLS time while using hw encodersNyanmisaka
2020-03-30fix various bugs in VAAPI hardware accelerationnyanmisaka
2020-03-28Simplify logic; remove unnecessary methodsMark Monteiro
2020-03-28Display extras with an unknown typeMark Monteiro
2020-03-24Remove unused usingsBond_009
2020-03-11Merge branch 'master' into warn17Bond-009
2020-03-11Another warningBond_009
2020-03-10Merge pull request #2506 from mark-monteiro/inject-loggers-with-contextBond-009
Inject loggers with context using ILogger<T>
2020-03-07Add baseURL to attachmentsMrTimscampi
2020-03-03Replace ILogger with ILogger<T> wherever possibleMark Monteiro
Log entries will contain additional class context when using this interface
2020-02-29Fix download file with non-ASCII filenameSteven Tang
2020-02-23Merge pull request #21 from jellyfin/masterartiume
nightly
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-23Switch remux and direct streamBond_009
2020-02-22Update MediaInfoService.csartiume
2020-02-21Merge pull request #2321 from Bond-009/imagesdkanada
Simplify image processing by removing image enhancers
2020-02-19Update MediaInfoService.csartiume
2020-02-19fix indentationartiume
it was tabs
2020-02-19Merge pull request #18 from jellyfin/masterartiume
nightly
2020-02-13Merge pull request #17 from jellyfin/masterartiume
10.5
2020-02-14merge branch master into refactordkanada
2020-02-13Merge pull request #16 from jellyfin/masterartiume
nightly
2020-02-12Merge branch 'master' into imagesBond-009