aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/AudioController.cs
AgeCommit message (Collapse)Author
2025-03-28Add validation for level inputShadowghost
2025-03-28Rename ValidationRegex to ContainerValidationRegexShadowghost
2025-03-28Fix container parameter validationShadowghost
2025-01-28Fix spelling (#13444)Josh Soref
* spelling: anamorphic Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: associated Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: channelinfo Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: eagerly Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: enumerable Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater than/less than Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: greater Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: lineup Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: logs out Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: names Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: paging Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: playlist Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: sanitized Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> * spelling: saving Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --------- Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2024-08-12Update api doc to remove outdated infognattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17Move default value to api specgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17Specify the default value in api specgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-07-17Add EnableAudioVbrEncoding to TranscodingProfilegnattu
This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-28fix: forward port patch for GHSA-866x-wj5j-2vf4 (#11228)gnattu
2023-12-21Add ITranscodeManager servicePatrick Barron
2023-11-15Remove DLNA API codePatrick Barron
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2021-09-04Disambiguate vpx to vp8 or vp9Chris Tam
2021-03-22change HLS endpoint defaults to falsecvium
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2020-11-30fix trascodeReasons reportnyanmisaka
2020-11-20Merge remote-tracking branch 'upstream/master' into split-apicrobibero
2020-11-18Fixes spelling.Greenback
2020-11-15Remove api client generator errorscrobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-08Fix container routescrobibero
2020-09-07Fix api routescrobibero
2020-09-06Merge remote-tracking branch 'upstream/master' into api-stream-returncrobibero
2020-09-06merge all attributescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-09-01Set openapi schema type to file where possiblecrobibero
2020-08-19Fix conflicting audio routescrobibero
2020-08-16Revert "Fix audio stream routes"crobibero
This reverts commit 0c50015400c63d68513184c58b25fb19d5b600fe.
2020-08-16Fix audio stream routescrobibero
2020-08-10Use proper IHttpContextAccessorcrobibero
2020-08-09convert dependent controller functions to di helper classcrobibero
2020-08-03fix openapi validation errorscrobibero
2020-08-01Move UniversalAudioService to Jellyfin.ApiDavid
2020-07-31Add missing docs and remove duplicate functioncrobibero
2020-07-29remove extra usingcrobibero
2020-07-27Add missing functionscrobibero
2020-07-25use proper HttpClient DIcrobibero
2020-07-24move VideoService.cs to Jellyfin.Apicrobibero
2020-07-24Fix suggestions from reviewDavid
2020-07-23Apply suggestions from reviewDavid
2020-07-22Move AudioService to Jellyfin.ApiDavid
2020-07-19Continute workDavid
2020-07-11Migrate AudioService to Jellyfin.ApiDavid