dependabot[bot]
ad70e4e8d5
Bump websocket-client from 1.2.1 to 1.2.3 ( #859 )
...
Bumps [websocket-client](https://github.com/websocket-client/websocket-client ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/websocket-client/websocket-client/releases )
- [Changelog](https://github.com/websocket-client/websocket-client/blob/master/ChangeLog )
- [Commits](https://github.com/websocket-client/websocket-client/compare/v1.2.1...v1.2.3 )
---
updated-dependencies:
- dependency-name: websocket-client
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-12 13:18:03 -06:00
blacktwin
1d77f32833
Merge pull request #837 from pkkid/libraryEditUpdates
...
Library editing updates
2022-01-06 12:12:20 -05:00
blacktwin
34f0125e12
docstring line
2022-01-05 22:54:57 -05:00
blacktwin
07717186ee
additional edit test with bad path
2022-01-05 22:54:03 -05:00
blacktwin
9302f0dea1
additional edit coverage
2022-01-05 22:53:41 -05:00
blacktwin
0882b8f9fc
minor docstring update
2022-01-05 22:50:27 -05:00
blacktwin
0f2029545c
fix section call
2022-01-05 09:14:34 -05:00
blacktwin
050572d2ac
remove isBrowseable(Path) check
2022-01-05 09:14:19 -05:00
blacktwin
624af2e4c5
remove use of Path
objects for adding and removing locations
2022-01-05 09:06:35 -05:00
blacktwin
c19fa9f2d0
removing testing with Path
object
2022-01-05 09:04:00 -05:00
blacktwin
01ab5bddf0
add isBrowseable using path object
2022-01-04 22:51:34 -05:00
blacktwin
11ad27bf61
add edit kwargs test
2022-01-04 22:47:06 -05:00
blacktwin
26732f7c8d
fix for movie_path
2022-01-03 17:11:34 -05:00
blacktwin
2f752d215e
removeLocations with a Path object
...
addLocations with a Path object
2022-01-03 17:09:30 -05:00
blacktwin
d2c3fb1117
attempt to remove all locations
2022-01-03 17:02:12 -05:00
blacktwin
4f340d0ce4
var renaming for consistency
2022-01-03 16:57:29 -05:00
blacktwin
54897d2e9e
This reloading was removed in #855 .
2022-01-03 16:56:38 -05:00
blacktwin
f8e2b06998
unexpected unindent
2021-12-20 00:44:45 -05:00
blacktwin
55279799da
docstring indention fixes
2021-12-20 00:33:21 -05:00
blacktwin
ebcadd2996
incorrect exception
2021-12-20 00:19:24 -05:00
blacktwin
5494c1e90d
Change test to use Other Videos library type to prevent scanning
...
Tests:
Create library with multiple paths with valid paths
Create library with multiple paths with an invalid path
Create library with no path
Add path(s) to test library with an invalid path
Remove path(s) to test library with an invalid path
Remove path(s) to test library with valid paths
Add path(s) to test library with valid paths
2021-12-20 00:12:51 -05:00
blacktwin
7390a9ba0c
copy/paste oops
2021-12-19 23:09:06 -05:00
blacktwin
9586d8f09d
fix up for addLocations, only check paths that are being added not existing paths.
2021-12-19 23:09:06 -05:00
blacktwin
4c519c62dc
remove underscores
2021-12-19 23:09:06 -05:00
blacktwin
c2facf0144
Merge branch 'master' into libraryEditUpdates
2021-12-19 22:20:13 -05:00
blacktwin
5cf95e53d0
we are unable to remove all locations from a library
...
the result of posting this request is nothing
to reduce confusion add a check for locations size after removals
2021-12-19 22:05:58 -05:00
blacktwin
d1b190375a
fix up removeLocation method
2021-12-19 22:04:05 -05:00
blacktwin
d04bf034f7
Use .get() for kwargs location for when not editing library locations
...
build location list inside path checking loop
2021-12-19 22:03:32 -05:00
blacktwin
1aa704324e
add paths inside valid path check loop
2021-12-19 21:20:30 -05:00
blacktwin
824be407d0
remove path check on str in add() method
2021-12-19 21:11:56 -05:00
blacktwin
d3b0d7b09b
remove list check in add() method
2021-12-19 21:09:49 -05:00
blacktwin
7e14d2d315
check for valid paths in addLocation and removeLocation methods
2021-12-18 23:48:53 -05:00
blacktwin
ba490c7f67
refactor edit method for correcting location param
2021-12-18 23:47:11 -05:00
JonnyWong16
a4976137d2
Release 4.8.0
2021-11-20 17:31:34 -08:00
JonnyWong16
a9ffd1e738
Fix image mixins tests ( #856 )
...
* Unlock images after edit image test
* Enable playlist art mixins tests
* Mark all image mixins tests as xfail
* Changing images can fail randomly
2021-11-20 17:14:34 -08:00
Elan Ruusamäe
15e011fd29
Add support for error callback for AlertListener ( #850 )
2021-11-20 16:46:28 -08:00
JonnyWong16
a8136d2776
Change LibrarySection.reload() to reload in-place ( #855 )
...
* Fix LibrarySection reload in-place to mimic PlexObject reload
* Don't reload LibrarySection after edit
* Also mimics PlexObject.edit()
* Update library section edit test
2021-11-20 16:35:37 -08:00
JonnyWong16
8815cda444
Add totalDuration and totalStorage properties to LibrarySection ( #851 )
...
* Add LibrarySection properties totalDuration and totalStorage
* Add tests for LibrarySection totalDuration and totalStorage
2021-11-20 16:29:08 -08:00
JonnyWong16
777ea754be
Add methods for accepting and cancelling friend invites ( #849 )
...
* Add accepting and cancelling friend invites
* Add mocked tests for acceptInvite and cancelInvite
* Rename methods to pendingInvite
2021-11-20 16:16:01 -08:00
JonnyWong16
4e8a6133eb
Fix media delete ( #848 )
...
* Fix media delete
* Update media delete test
2021-11-20 16:02:34 -08:00
JonnyWong16
01131c95cf
Cleanup download methods ( #847 )
...
* Add utils.cleanFilename
* Refactor download methods
* Add option to download episodes, tracks, photos into subfolders
* Update download tests
* Test download keep_original_filename
2021-11-20 14:16:58 -08:00
JonnyWong16
34a42185ac
Update server transcodeImage method ( #845 )
...
* Update server transcodeImage method
* Update server transcodeImage tests
2021-11-20 13:53:00 -08:00
dependabot[bot]
3e1ce1c968
Bump coveralls from 3.2.0 to 3.3.1 ( #854 )
...
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python ) from 3.2.0 to 3.3.1.
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases )
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.2.0...3.3.1 )
---
updated-dependencies:
- dependency-name: coveralls
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-20 13:20:29 -08:00
dependabot[bot]
d40886bf67
Bump sphinx from 4.2.0 to 4.3.0 ( #853 )
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.2.0 to 4.3.0.
- [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/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-20 13:18:05 -08:00
dependabot[bot]
d6ee141820
Bump pillow from 8.3.2 to 8.4.0 ( #843 )
...
Bumps [pillow](https://github.com/python-pillow/Pillow ) from 8.3.2 to 8.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases )
- [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst )
- [Commits](https://github.com/python-pillow/Pillow/compare/8.3.2...8.4.0 )
---
updated-dependencies:
- dependency-name: pillow
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-20 13:12:06 -08:00
dependabot[bot]
1c2bc0af79
Bump flake8 from 3.9.2 to 4.0.1 ( #842 )
...
Bumps [flake8](https://github.com/pycqa/flake8 ) from 3.9.2 to 4.0.1.
- [Release notes](https://github.com/pycqa/flake8/releases )
- [Commits](https://github.com/pycqa/flake8/compare/3.9.2...4.0.1 )
---
updated-dependencies:
- dependency-name: flake8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-20 12:53:22 -08:00
blacktwin
8cf4f013c4
refactor removing locations
2021-10-26 18:12:42 -04:00
blacktwin
617206e823
adding browsable checks for adding and removing paths
2021-10-26 18:02:10 -04:00
blacktwin
84bd5159d6
updating docstring for new acceptable class
2021-10-26 18:00:11 -04:00
blacktwin
cb1eebd37e
change acceptable class for adding and removing locations
2021-10-26 17:59:42 -04:00