Commit graph

2015 commits

Author SHA1 Message Date
jjlawren
3b1dce7a8d
Decouple resource address sorting from connection attempts (#800)
* Decouple resource address sorting from connection attempts

* Fix lint

* Move defaults to class
2021-07-26 20:38:16 -05:00
JonnyWong16
2c540f69c8
Add producers, roles, and hasCommercialMarker to Episode objects (#797)
* Add producers and roles to Episode

* Add producers and roles to episode test

* Add hasCommercialMarker to Episode
2021-07-26 20:36:54 -05:00
JonnyWong16
05f625f976
Add GitHub Actions to Dependabot (#792) 2021-07-26 19:09:53 -05:00
dependabot[bot]
d84da70a3d
Bump sphinx from 4.0.2 to 4.1.2 (#802) 2021-07-26 19:05:09 -05:00
dependabot[bot]
b8b04025ca
Bump coveralls from 3.1.0 to 3.2.0 (#801) 2021-07-26 19:00:13 -05:00
dependabot[bot]
d5cdbb9b8e
Bump tqdm from 4.61.0 to 4.61.2 (#790) 2021-07-26 18:56:29 -05:00
dependabot[bot]
1817bfc7e3
Bump pillow from 8.2.0 to 8.3.1 (#791) 2021-07-26 18:52:33 -05:00
dependabot[bot]
9a2673fa37
Bump websocket-client from 1.0.1 to 1.1.0 (#777) 2021-07-26 18:49:40 -05:00
JonnyWong16
9cc71090c6
Merge pull request #798 from JonnyWong16/bugfix/sync_header
Fix sync headers
2021-07-16 10:19:18 -07:00
JonnyWong16
753a67ffcd
Remove Content-type header from sync 2021-07-16 10:14:25 -07:00
JonnyWong16
88038a9b6c
Set default sync subtitleSize 2021-07-16 10:14:25 -07:00
JonnyWong16
456a8a53ab
Merge pull request #788 from JonnyWong16/feature/search_objects
Add ability to use FilterChoice and FilteringSort objects in library search
2021-07-16 09:21:55 -07:00
JonnyWong16
31de29d502
Merge pull request #783 from JonnyWong16/feature/custom_collection_order
Add ability to move items in a collection
2021-07-16 09:21:25 -07:00
JonnyWong16
82fa178952
Merge pull request #781 from JonnyWong16/feature/parse_smart_filter
Add ability to parse the smart filters from collections and playlists
2021-07-16 09:21:10 -07:00
JonnyWong16
cfbf6f596d
Merge pull request #780 from JonnyWong16/bugfix/new_filters
Remove manual sorts/fields added to PMS
2021-07-16 09:20:48 -07:00
JonnyWong16
b4314c1995
Add back custom sort to collection sort test authenticated only 2021-07-04 22:06:23 -07:00
JonnyWong16
b192e5eea9
Reset collection sort after move test to avoid corrupted XML 2021-07-04 21:45:34 -07:00
JonnyWong16
40c22711a6
Fix updateProgress and updateTimeline tests milliseconds 2021-07-04 21:32:58 -07:00
JonnyWong16
f7980e4a16
Update library search tests for FilterChoice and FilteringSort objects 2021-07-04 19:22:11 -07:00
JonnyWong16
be1b6eb646
Add ability to use FilteringSort objects for library search sort 2021-07-04 19:21:44 -07:00
JonnyWong16
293207e186
Add ability to use FilterChoice objects for library search tags 2021-07-04 18:58:35 -07:00
JonnyWong16
ca0eb309c2
Update collection tests for moving items 2021-06-29 20:08:39 -07:00
JonnyWong16
b7e8b37b3e
Add method to move items in a collection 2021-06-29 20:08:19 -07:00
JonnyWong16
663402ed74
Update tests 2021-06-18 15:26:24 -07:00
JonnyWong16
91cb388dcb
Don't format sort direction if not present 2021-06-18 15:02:54 -07:00
JonnyWong16
e51d8253f3
Add tests for smart collection/playlist filters 2021-06-18 14:34:53 -07:00
JonnyWong16
dd0e3789f6
Add SmartFilterMixin to collections and playlists 2021-06-18 14:26:48 -07:00
JonnyWong16
0b81f0887b
Add SmartFilterMixin 2021-06-18 14:24:59 -07:00
JonnyWong16
2562334ad4
Add reverseSearchType util 2021-06-18 14:21:43 -07:00
JonnyWong16
a5dfbe6eb7
Add manual viewUpdatedAt sort field for photos 2021-06-18 14:04:14 -07:00
JonnyWong16
176aa36729
Allow blank sort direction
Some sort fields don't follow the `defaultDirection` if the sort direction is not specified (e.g. `year` returns `year:asc` instead of the default `year:desc`). Allow blank `sortDir` and let the server handle it.
2021-06-18 14:03:43 -07:00
JonnyWong16
4bd550c320
Bump to 4.6.1 2021-06-15 21:37:09 -07:00
JonnyWong16
624c3f8f47
Merge pull request #778 from pkkid/account_roles
Fix for accessing Account of non Plex Pass account
2021-06-15 21:14:40 -07:00
JonnyWong16
ca06ca6011
Merge pull request #775 from JonnyWong16/bugfix/playlists
Fix playlist copyToUser
2021-06-15 21:14:32 -07:00
JonnyWong16
0f854b01ce
Merge pull request #773 from JonnyWong16/bugfix/auto_reload
Fix return value when using USER_DONT_RELOAD_FOR_KEYS
2021-06-15 21:14:24 -07:00
JonnyWong16
c111150666
Remove manual random sort test 2021-06-14 08:56:33 -07:00
JonnyWong16
a2bfc9e92f
Remove manual artist last played field 2021-06-14 08:38:09 -07:00
JonnyWong16
cfefbafc93
Remove manual random sort 2021-06-14 08:37:38 -07:00
blacktwin
54ce61b006 use rtag for roles and entitlements 2021-06-14 00:58:13 -04:00
blacktwin
7678e0cfef add iter on a specific root tag in listAttrs 2021-06-14 00:57:07 -04:00
JonnyWong16
a353df1f56 Fix keyword arguments for playlist copyToUser 2021-06-07 12:00:49 -07:00
JonnyWong16
90a1cff01e
Fix return value when using USER_DONT_RELOAD_FOR_KEYS 2021-06-07 08:55:04 -07:00
JonnyWong16
44373e22de
Add venv to .gitignore 2021-06-07 08:54:45 -07:00
JonnyWong16
754698b37b
Bump to 4.6.0 2021-06-06 20:31:13 -07:00
JonnyWong16
29fb832219
Merge pull request #772 from pkkid/dependabot/pip/coveralls-3.1.0
Bump coveralls from 3.0.1 to 3.1.0
2021-06-06 20:15:14 -07:00
JonnyWong16
d41b473d0c
Merge pull request #768 from pkkid/dependabot/pip/pytest-cov-2.12.1
Bump pytest-cov from 2.11.1 to 2.12.1
2021-06-06 20:12:41 -07:00
dependabot[bot]
5d63111e5e
Bump pytest-cov from 2.11.1 to 2.12.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.11.1 to 2.12.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.11.1...v2.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 03:08:56 +00:00
JonnyWong16
282fc245bd
Merge pull request #762 from pkkid/dependabot/pip/requests-mock-1.9.3
Bump requests-mock from 1.9.1 to 1.9.3
2021-06-06 20:08:04 -07:00
dependabot[bot]
2935bce57e
Bump requests-mock from 1.9.1 to 1.9.3
Bumps [requests-mock](https://github.com/jamielennox/requests-mock) from 1.9.1 to 1.9.3.
- [Release notes](https://github.com/jamielennox/requests-mock/releases)
- [Commits](https://github.com/jamielennox/requests-mock/compare/1.9.1...1.9.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 03:04:08 +00:00
JonnyWong16
e93f693cea
Merge pull request #761 from pkkid/dependabot/pip/tqdm-4.61.0
Bump tqdm from 4.59.0 to 4.61.0
2021-06-06 20:03:16 -07:00