JonnyWong16
|
a8e8679fb5
|
Update tests for optimized items
|
2021-05-14 16:29:44 -07:00 |
|
JonnyWong16
|
3af971d1ae
|
Add Optimized.items() method
|
2021-05-14 16:29:12 -07:00 |
|
JonnyWong16
|
43822fd42c
|
Deprecate PlexServer.optimizedItem
|
2021-05-14 16:28:59 -07:00 |
|
JonnyWong16
|
1fcd7aa31a
|
Update Playlist.copyToUser with switchUser
|
2021-05-11 17:10:39 -07:00 |
|
JonnyWong16
|
35729a3a0a
|
Add optional session and timeout to switchUser
|
2021-05-11 17:03:16 -07:00 |
|
JonnyWong16
|
b0a9fb7ebe
|
Fix switchUser keyword arguments
|
2021-05-11 16:50:30 -07:00 |
|
JonnyWong16
|
a40063630d
|
Add method to switch users for a PlexServer
|
2021-05-11 16:38:50 -07:00 |
|
JonnyWong16
|
0f861391b6
|
Remove banners from tests
* Banners are not supported anymore. https://forums.plex.tv/t/bug-cannot-upload-background-artwork-for-episodes/692999/8
|
2021-05-11 15:44:36 -07:00 |
|
JonnyWong16
|
fe42061ce1
|
Add tests for hasPreviewThumbnails properties
|
2021-05-10 18:13:47 -07:00 |
|
JonnyWong16
|
ac7becd27f
|
Add tests for episodeNumber and trackNumber properties
|
2021-05-10 18:13:31 -07:00 |
|
JonnyWong16
|
5e7a5e572c
|
Add hasPreviewThumbnails properties
|
2021-05-10 18:06:50 -07:00 |
|
JonnyWong16
|
12701ab997
|
Add trackNumber propery
|
2021-05-10 17:56:51 -07:00 |
|
JonnyWong16
|
b27e12c5d9
|
Add episodeNumber property
|
2021-05-10 17:56:06 -07:00 |
|
JonnyWong16
|
975a9eb3a2
|
Limit toDatetime to 32-bit integer
|
2021-05-10 16:11:16 -07:00 |
|
JonnyWong16
|
1139f5fb36
|
Add test for retrieving items from a hub search media tag
|
2021-05-10 09:35:47 -07:00 |
|
dependabot[bot]
|
80bcae9586
|
Bump flake8 from 3.9.1 to 3.9.2
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-10 11:59:32 +00:00 |
|
JonnyWong16
|
aeadd76f9f
|
Fix tests for Plex TV Series agent
|
2021-05-09 22:05:54 -07:00 |
|
JonnyWong16
|
ec60eeea44
|
Update tests for new Plex TV agent
|
2021-05-09 21:28:17 -07:00 |
|
JonnyWong16
|
64f647e12b
|
Add addition season and episode attributes
* Season.parentStudio
* Season.year
* Episode.parentYear
|
2021-05-09 21:28:17 -07:00 |
|
JonnyWong16
|
238ea5c4ba
|
Change to Plex TV Series agent for test server
|
2021-05-09 21:28:17 -07:00 |
|
JonnyWong16
|
61f49f586b
|
Capitalize collection name in tests
|
2021-05-09 21:23:00 -07:00 |
|
JonnyWong16
|
006aee2483
|
Fix typo in library show agent doc string
|
2021-05-09 21:18:54 -07:00 |
|
JonnyWong16
|
71e7ee2660
|
Add tests for media tags
|
2021-05-09 20:03:12 -07:00 |
|
JonnyWong16
|
75c8b9879b
|
Add ability to return the list of items from any tag filter
|
2021-05-09 20:03:12 -07:00 |
|
JonnyWong16
|
158c5f5633
|
Merge pull request #730 from JonnyWong16/bugfix/episode_tests
Fix retrieving Season.episode() by episode number
|
2021-05-09 19:44:52 -07:00 |
|
JonnyWong16
|
ecd9309383
|
Merge pull request #729 from JonnyWong16/feature/smart_collections
Add new collection attributes
|
2021-05-09 19:44:27 -07:00 |
|
JonnyWong16
|
0117a84086
|
Merge pull request #725 from meisnate12/bugfix/ShowSpecialsSeason
Fix retrieving specials (season 0) for tv shows
|
2021-05-09 19:43:12 -07:00 |
|
JonnyWong16
|
a82030aaa9
|
Merge pull request #722 from meisnate12/bugfix/library_advance_settings
Fix editing advanced settings without integer values
|
2021-05-09 19:42:12 -07:00 |
|
JonnyWong16
|
e877b0039b
|
Add tests for Season, Episode, and Track collection tags
|
2021-05-09 12:27:38 -07:00 |
|
JonnyWong16
|
246ad82f86
|
Add CollectionMixin to Season, Episode, and Track
|
2021-05-09 12:24:55 -07:00 |
|
dependabot[bot]
|
51c2d4a326
|
Update pytest-mock requirement from <3.6.1 to <3.6.2
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v0.1.0...v3.6.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-05-07 11:08:48 +00:00 |
|
Alindil
|
73deabd97f
|
Update server.py
There can be several videos in an optimization. In the current code we only loop on one
|
2021-05-06 15:28:05 +02:00 |
|
dependabot-preview[bot]
|
eddd63bc23
|
Bump pytest from 6.2.2 to 6.2.3 (#719)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-29 12:10:16 -05:00 |
|
dependabot-preview[bot]
|
44666f9c04
|
Update pytest-mock requirement from <3.5.2 to <3.6.1 (#732)
Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v0.1.0...v3.6.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-29 12:09:35 -05:00 |
|
dependabot-preview[bot]
|
01291fe718
|
Bump requests-mock from 1.8.0 to 1.9.1 (#733)
Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](https://github.com/jamielennox/requests-mock/compare/1.8.0...1.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-29 11:39:53 -05:00 |
|
dependabot-preview[bot]
|
94bfa35d12
|
Upgrade to GitHub-native Dependabot (#734)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-29 11:38:34 -05:00 |
|
JonnyWong16
|
c6c9d83bca
|
Fix getting Season.episode by episode number
|
2021-04-24 11:49:36 -07:00 |
|
JonnyWong16
|
148ea7f352
|
Fix episode test watched/unwatched name
|
2021-04-24 11:26:31 -07:00 |
|
JonnyWong16
|
aac4ffdb23
|
Fix system devices test
|
2021-04-23 13:59:16 -07:00 |
|
JonnyWong16
|
15767e500a
|
Add new collection attributes to tests
|
2021-04-23 13:59:02 -07:00 |
|
JonnyWong16
|
276a4f3b59
|
Add new collection attributes
|
2021-04-23 13:45:24 -07:00 |
|
Elan Ruusamäe
|
43557906b8
|
Fix SERVER_TRANSCODE_SESSIONS typo (#723)
|
2021-04-18 22:06:35 -05:00 |
|
Elan Ruusamäe
|
aa8838ce7d
|
Fix spelling error for container_start value check (#727)
|
2021-04-18 22:05:19 -05:00 |
|
dependabot-preview[bot]
|
8f272d0c4e
|
Bump flake8 from 3.9.0 to 3.9.1 (#726)
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.0 to 3.9.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-18 22:04:47 -05:00 |
|
dependabot-preview[bot]
|
81249d6b28
|
Bump sphinx from 3.5.3 to 3.5.4 (#724)
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.5.3 to 3.5.4.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/commits/v3.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2021-04-18 22:04:34 -05:00 |
|
meisnate12
|
c957c4fc98
|
exclude leaves from show seasons
|
2021-04-14 11:43:21 -04:00 |
|
blacktwin
|
8aaa0c09a7
|
spelling & indent correction
|
2021-04-14 08:02:04 -04:00 |
|
blacktwin
|
0bacdbeabf
|
readding MediaContainer import
|
2021-04-12 13:16:33 -04:00 |
|
blacktwin
|
5d670364d6
|
fixing import
missed last import in copy/paste from master.
|
2021-04-12 13:12:46 -04:00 |
|
blacktwin
|
790d12504a
|
flake fix
remove trailing comma
|
2021-04-12 13:10:41 -04:00 |
|