Commit Graph

14763 Commits

Author SHA1 Message Date
Bill Thornton af00a04e76 Update item details mobile layout 2021-08-13 09:34:15 -04:00
Bill Thornton 0fcb5e7b3e Merge pull request #2857 from njsmith/buffering-is-important 2021-08-12 18:45:55 -07:00
Bill Thornton 5d09af7ee6 Merge pull request #2858 from thornbill/fix-build-warnings 2021-08-12 18:44:52 -07:00
Bill Thornton 4dc85346d8 Merge pull request #2758 from thornbill/fix-artist-albums 2021-08-12 18:43:44 -07:00
Bill Thornton a8041138d4 Merge pull request #2837 from keegandahm/keegandahm/log-volume-slider 2021-08-12 16:50:41 -07:00
Xavier Rosell 87a40f2835 Translated using Weblate (Catalan)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/ca/
2021-08-12 06:32:35 -04:00
Keegan Dahm 4f7131f59a Changed volume curve from x^2 to x^3 2021-08-10 16:16:52 -07:00
newton181 14d643d3de Translated using Weblate (Spanish (Latin America))
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/es_419/
2021-08-10 13:49:26 -04:00
Erdinc 7fcbc7d792 Translated using Weblate (Turkish)
Translation: Jellyfin/Jellyfin Web
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-web/tr/
2021-08-10 13:49:26 -04:00
Bill Thornton fdc0ab0be9 Merge pull request #2777 from MrTimscampi/readable-transcode-reasons
Translate the transcode reasons
2021-08-10 10:49:19 -07:00
Bill Thornton 2ccce1aa8b Fix package import build warnings 2021-08-10 12:43:24 -04:00
Bill Thornton 8c2cec79ab Fix source map build warnings 2021-08-10 12:42:57 -04:00
Bill Thornton 5d2fc18664 Merge pull request #2613 from dmitrylyzo/scrollmanager-search-parent
ScrollManager: fix parent search
2021-08-10 06:57:03 -07:00
Nathaniel J. Smith a1a539eeb4 Allow web player to buffer ahead a reasonable amount of data
The hls.js maxBufferLength parameter sets the minimum amount of video
that hls.js will try to buffer. We used to have this set to 30
seconds, but this caused problems with high-bitrate videos trying to
buffer too much data and making Chrome/Firefox cranky, so
maxBufferLength was reduced in #2148 and #2224.

However, those PRs *also* reduced maxMaxBufferLength to 6 seconds,
which doesn't make sense -- basically this is telling hls.js that it
must *never* buffer more than 6 seconds at a time, even if there's
plenty of memory and it wouldn't make the browser cranky at all. And
obviously such a tiny buffer makes it very easy for small network
glitches to cause user-visible playback problems.

So this PR removes the maxMaxBufferLength configuration entirely,
accepting hls.js's default (which is currently 600 seconds).

Fixes #2856
2021-08-10 05:14:59 -07:00
Anthony Lavado 8a8872d2c6 Merge pull request #2821 from thornbill/merge-conflict-action-event 2021-08-09 18:01:38 -04:00
Bill Thornton f6a0475e42 Merge pull request #2853 from thornbill/update-workbox 2021-08-09 14:58:49 -07:00
Bill Thornton d2c7b67a46 Bump workbox-precaching from 5.1.4 to 6.2.2 2021-08-09 17:47:24 -04:00
dependabot[bot] 29b6510dcb Bump workbox-core from 5.1.4 to 6.2.2
Bumps [workbox-core](https://github.com/googlechrome/workbox) from 5.1.4 to 6.2.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v5.1.4...v6.2.2)

---
updated-dependencies:
- dependency-name: workbox-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:47:24 -04:00
Bill Thornton f02d67674f Merge pull request #2851 from jellyfin/dependabot/npm_and_yarn/typescript-eslint/parser-4.29.1
Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
2021-08-09 13:36:37 -07:00
Bill Thornton f7328c6f2b Merge pull request #2841 from jellyfin/dependabot/npm_and_yarn/workbox-webpack-plugin-6.2.2
Bump workbox-webpack-plugin from 6.1.5 to 6.2.2
2021-08-09 13:36:00 -07:00
dependabot[bot] 3564aeab2e Bump @typescript-eslint/parser from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 20:19:26 +00:00
Bill Thornton 3abeb91c62 Merge pull request #2852 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-compat-3.12.0
Bump eslint-plugin-compat from 3.11.1 to 3.12.0
2021-08-09 13:11:44 -07:00
Bill Thornton 384a089e21 Merge pull request #2850 from jellyfin/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-4.29.1
Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
2021-08-09 13:08:10 -07:00
Bill Thornton ee2a3ac953 Merge pull request #2849 from jellyfin/dependabot/github_actions/actions/setup-node-2.4.0
Bump actions/setup-node from 2.3.0 to 2.4.0
2021-08-09 13:07:12 -07:00
dependabot[bot] 957de93ba6 Bump eslint-plugin-compat from 3.11.1 to 3.12.0
Bumps [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat) from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/amilajack/eslint-plugin-compat/releases)
- [Changelog](https://github.com/amilajack/eslint-plugin-compat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amilajack/eslint-plugin-compat/compare/v3.11.1...v3.12.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-compat
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:53:10 +00:00
dependabot[bot] 820ed7997f Bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.29.0 to 4.29.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.29.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:51:48 +00:00
dependabot[bot] 329dadb8c3 Bump actions/setup-node from 2.3.0 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 19:49:01 +00:00
Anthony Lavado af3e641d03 Merge pull request #2848 from thornbill/update-dependabot-frequency
Update dependabot frequency to run weekly
2021-08-09 15:48:41 -04:00
Bill Thornton bc879e12fa Merge pull request #2835 from jellyfin/nvv-webpack-fix
Add "jellyfin" to output file names
2021-08-09 12:11:19 -07:00
Bill Thornton 1ad23d3dd6 Merge pull request #2846 from jellyfin/dependabot/npm_and_yarn/eslint-plugin-import-2.24.0
Bump eslint-plugin-import from 2.23.4 to 2.24.0
2021-08-09 10:18:20 -07:00
dependabot[bot] 85aa86d28f Bump workbox-webpack-plugin from 6.1.5 to 6.2.2
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 6.1.5 to 6.2.2.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v6.1.5...v6.2.2)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 17:17:28 +00:00
Bill Thornton 34aed62771 Update dependabot frequency to run weekly 2021-08-09 13:11:13 -04:00
Bill Thornton 610e569313 Merge pull request #2845 from jellyfin/dependabot/npm_and_yarn/webpack-5.49.0
Bump webpack from 5.48.0 to 5.49.0
2021-08-09 10:08:27 -07:00
Bill Thornton b111ff8c37 Merge pull request #2840 from jellyfin/dependabot/npm_and_yarn/core-js-3.16.1
Bump core-js from 3.15.2 to 3.16.1
2021-08-09 10:07:12 -07:00
Bill Thornton 6e752c6ec9 Merge pull request #2839 from jellyfin/dependabot/npm_and_yarn/hls.js-1.0.8
Bump hls.js from 0.14.17 to 1.0.8
2021-08-09 09:52:39 -07:00
dependabot[bot] 5e798ccf99 Bump eslint-plugin-import from 2.23.4 to 2.24.0
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.23.4 to 2.24.0.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.23.4...v2.24.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:44:00 +00:00
dependabot[bot] dd1a07e456 Bump core-js from 3.15.2 to 3.16.1
Bumps [core-js](https://github.com/zloirock/core-js) from 3.15.2 to 3.16.1.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/compare/v3.15.2...v3.16.1)

---
updated-dependencies:
- dependency-name: core-js
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:43:24 +00:00
dependabot[bot] dfb9656027 Bump webpack from 5.48.0 to 5.49.0
Bumps [webpack](https://github.com/webpack/webpack) from 5.48.0 to 5.49.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.48.0...v5.49.0)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:42:13 +00:00
Bill Thornton 46ff27dbee Merge pull request #2838 from jellyfin/dependabot/npm_and_yarn/ts-loader-9.2.5
Bump ts-loader from 9.2.3 to 9.2.5
2021-08-09 09:39:35 -07:00
Bill Thornton 5feaf795d8 Merge pull request #2833 from jellyfin/dependabot/npm_and_yarn/babel/preset-env-7.15.0
Bump @babel/preset-env from 7.14.9 to 7.15.0
2021-08-09 09:38:18 -07:00
dependabot[bot] e6ed939b49 Bump @babel/preset-env from 7.14.9 to 7.15.0
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.14.9 to 7.15.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:26:08 +00:00
Bill Thornton 8bb43dde0f Merge pull request #2843 from jellyfin/dependabot/npm_and_yarn/babel/eslint-parser-7.15.0
Bump @babel/eslint-parser from 7.14.7 to 7.15.0
2021-08-09 09:17:18 -07:00
Bill Thornton d705f154fc Merge pull request #2842 from jellyfin/dependabot/npm_and_yarn/babel/preset-typescript-7.15.0
Bump @babel/preset-typescript from 7.14.5 to 7.15.0
2021-08-09 09:11:57 -07:00
dependabot[bot] 3e5b9a649c Bump hls.js from 0.14.17 to 1.0.8
Bumps [hls.js](https://github.com/video-dev/hls.js) from 0.14.17 to 1.0.8.
- [Release notes](https://github.com/video-dev/hls.js/releases)
- [Changelog](https://github.com/video-dev/hls.js/blob/master/docs/release-process.md)
- [Commits](https://github.com/video-dev/hls.js/compare/v0.14.17...v1.0.8)

---
updated-dependencies:
- dependency-name: hls.js
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:01:14 +00:00
dependabot[bot] 65d1a2a4ed Bump @babel/eslint-parser from 7.14.7 to 7.15.0
Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.14.7 to 7.15.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.0/eslint/babel-eslint-parser)

---
updated-dependencies:
- dependency-name: "@babel/eslint-parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 16:00:06 +00:00
Bill Thornton ad5f2e48fe Merge pull request #2832 from jellyfin/dependabot/npm_and_yarn/babel/core-7.15.0
Bump @babel/core from 7.14.6 to 7.15.0
2021-08-09 08:57:38 -07:00
dependabot[bot] fdfaa13d8b Bump @babel/preset-typescript from 7.14.5 to 7.15.0
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript) from 7.14.5 to 7.15.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.15.0/packages/babel-preset-typescript)

---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 15:56:52 +00:00
Bill Thornton 7128521a44 Merge pull request #2831 from jellyfin/dependabot/npm_and_yarn/flv.js-1.6.1
Bump flv.js from 1.5.0 to 1.6.1
2021-08-09 08:56:27 -07:00
Bill Thornton a13161fdf7 Merge pull request #2828 from jellyfin/dependabot/npm_and_yarn/sass-1.37.5
Bump sass from 1.35.1 to 1.37.5
2021-08-09 08:55:26 -07:00
Bill Thornton 0cb5710133 Merge pull request #2826 from jellyfin/dependabot/npm_and_yarn/postcss-8.3.6
Bump postcss from 8.3.5 to 8.3.6
2021-08-09 08:54:43 -07:00