Brian Pepple
|
52525d4725
|
Inline variable that is immediately returned
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
cbaa41d242
|
Simplify conditional into return statement
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
0345106427
|
Replace unused for index with underscore
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
29f9956b61
|
Replace if statement with if expression
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
f5c0016914
|
Remove redundant conditional
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
dd77969a79
|
Hoist repeated code outside conditional statement
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
5b1e4c7eab
|
Simplify conditional into switch-like form
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
5e188e63dd
|
Merge nested if condition
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
e7e6fbdd31
|
Move assignment closer to its usage
|
2021-10-10 16:40:58 +02:00 |
|
Brian Pepple
|
b110f1cf13
|
Simplify boolean
|
2021-10-10 16:40:52 +02:00 |
|
|
7b3ec76287
|
Don't fail fast on the py test matrix
|
2021-10-10 15:31:14 +02:00 |
|
|
ba164d1358
|
Merge pull request #576 from mcarlton00/context-browse
Allow browsing to a show from the info menu
|
2021-10-10 14:48:01 +02:00 |
|
rimasx
|
8424ba3cd7
|
Added translation using Weblate (Estonian)
|
2021-10-10 07:01:33 -04:00 |
|
mcarlton00
|
133e408eb1
|
Merge pull request #574 from mcarlton00/cast-resume
Resume media when possible during casting
|
2021-10-06 19:06:23 -04:00 |
|
mcarlton00
|
0b3888aa32
|
Update jellyfin_kodi/entrypoint/default.py
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
|
2021-10-06 19:05:27 -04:00 |
|
Matt
|
942ed0c407
|
Cleaner comparison for resume variable
|
2021-10-06 19:04:45 -04:00 |
|
|
323ec5f9d6
|
Merge pull request #575 from mcarlton00/translate-paths
Migrate to new translatePath library
|
2021-10-06 15:26:12 +02:00 |
|
Matt
|
85410639df
|
Allow browsing to a show from the info menu
|
2021-10-03 00:45:18 -04:00 |
|
Matt
|
e8beee331c
|
Replace translatePath in top level files
|
2021-10-02 14:23:28 -04:00 |
|
Matt
|
5e7901be27
|
Migrate to new translatePath library
|
2021-10-02 13:26:37 -04:00 |
|
Matt
|
4b40c75c91
|
Resume media when possible during casting
|
2021-10-01 17:34:18 -04:00 |
|
mcarlton00
|
a18ca8ab9e
|
Merge pull request #573 from oddstr13/fix-directplay-1
Fix direct play when direct stream isn't allowed.
|
2021-10-01 16:41:01 -04:00 |
|
|
03d13e3f77
|
Fix direct play when direct stream isn't allowed.
|
2021-09-29 22:05:42 +02:00 |
|
mcarlton00
|
cf5aabe779
|
Merge pull request #568 from jellyfin/dependabot/github_actions/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 2.0.3 to 2.1.0
|
2021-09-22 22:21:00 -04:00 |
|
dependabot[bot]
|
17015c0037
|
Bump codecov/codecov-action from 2.0.3 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.3...v2.1.0)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-13 14:08:14 +00:00 |
|
mcarlton00
|
0fb103852a
|
Merge pull request #563 from jessbo/fix-557
Fixes #557 - Add missing "PlaySessionId"
|
2021-09-04 21:08:03 -04:00 |
|
mcarlton00
|
c9dd1ca571
|
Merge pull request #564 from jellyfin/dependabot/github_actions/codecov/codecov-action-2.0.3
Bump codecov/codecov-action from 2.0.2 to 2.0.3
|
2021-09-04 21:06:44 -04:00 |
|
dependabot[bot]
|
a5cd8870d5
|
Bump codecov/codecov-action from 2.0.2 to 2.0.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-30 14:04:57 +00:00 |
|
jessbo
|
9b2d499a9c
|
jellyfin_kodi/{jellyfin/api,player}.py: Add missing "PlaySessionId" argument to close_transcode().
Without this argument, server always returns 400.
|
2021-08-29 15:45:40 -04:00 |
|
mcarlton00
|
73407f2726
|
Merge pull request #555 from jessbo/transcode-media-default
Add transcode dialog skip option: "Media default"
|
2021-08-29 15:10:06 -04:00 |
|
mcarlton00
|
0d94a5588a
|
Merge pull request #556 from jellyfin/dependabot/github_actions/burnett01/rsync-deployments-5.1
Bump burnett01/rsync-deployments from 4.1 to 5.1
|
2021-08-29 11:01:37 -04:00 |
|
dependabot[bot]
|
2c6247a69f
|
Bump burnett01/rsync-deployments from 4.1 to 5.1
Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 4.1 to 5.1.
- [Release notes](https://github.com/burnett01/rsync-deployments/releases)
- [Commits](https://github.com/burnett01/rsync-deployments/compare/4.1...5.1)
---
updated-dependencies:
- dependency-name: burnett01/rsync-deployments
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-16 14:06:01 +00:00 |
|
jessbo
|
ea97b42a52
|
Add transcode dialog skip option: "Media default"
|
2021-08-13 10:47:19 -04:00 |
|
mcarlton00
|
f3c2f1a7a5
|
Merge pull request #551 from jellyfin/dependabot/github_actions/codecov/codecov-action-2.0.2
Bump codecov/codecov-action from 1 to 2.0.2
|
2021-07-26 10:20:27 -04:00 |
|
dependabot[bot]
|
023bf85d02
|
Bump codecov/codecov-action from 1 to 2.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.0.2)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-07-26 14:06:42 +00:00 |
|
|
fe8bbba7b6
|
Merge pull request #547 from mcarlton00/external-subs
Fix external sub conflict
|
2021-07-18 11:20:22 +02:00 |
|
|
79f872eb42
|
Merge pull request #546 from mcarlton00/dev-build-argument
Add argument for dev mode to build script
|
2021-07-18 11:18:41 +02:00 |
|
|
8072595c17
|
Merge pull request #545 from mcarlton00/transcode-codecs
Add option to transcode vp9 and av1
|
2021-07-18 11:17:49 +02:00 |
|
Sniperhund
|
085b9e5522
|
Translated using Weblate (Danish)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/da/
|
2021-07-09 23:45:34 -04:00 |
|
Sniperhund
|
ef2739db88
|
Added translation using Weblate (Danish)
|
2021-07-09 23:45:34 -04:00 |
|
Gubb Jonas
|
1eb6e0c024
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/sv/
|
2021-07-09 23:45:34 -04:00 |
|
Herman Andgart
|
a5d5f51237
|
Translated using Weblate (Swedish)
Translation: Jellyfin/Jellyfin Kodi
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-kodi/sv/
|
2021-07-09 23:45:34 -04:00 |
|
Matt
|
6c9d6e8593
|
Fix external sub conflict
|
2021-07-08 19:19:18 -04:00 |
|
mcarlton00
|
3d37b3a743
|
Change order of if statement
Co-authored-by: Odd Stråbø <oddstr13@openshell.no>
|
2021-07-04 21:02:46 -04:00 |
|
Matt
|
df319b8f92
|
Add argument for dev mode to build script
|
2021-07-04 12:43:38 -04:00 |
|
Matt
|
d5a9a52a7d
|
Add option to transcode vp9 and av1
|
2021-07-04 11:45:44 -04:00 |
|
mcarlton00
|
2023188e30
|
Merge pull request #537 from h1dden-da3m0n/fix/publish-duplicate
fix: prevent dual GitHub release publish
|
2021-06-05 20:35:45 -04:00 |
|
h1dden-da3m0n
|
dd6343f735
|
fix dual GitHub release publish
|
2021-06-06 02:08:13 +02:00 |
|
|
45b834311c
|
Merge pull request #536 from jellyfin/prepare-0.7.4
Prepare for release v0.7.4
|
2021-06-06 01:47:02 +02:00 |
|
jellyfin-bot
|
790931c56f
|
bump version to 0.7.4
|
2021-06-05 23:14:46 +00:00 |
|