blacktwin
d9e3b9fba5
dropping quote_via for backwards compatibility
...
seems unneeded now after testing
2020-02-17 21:50:00 -05:00
blacktwin
11ddd239d8
pausing conversion after creation to ensure job doesn't complete.
2020-02-17 17:35:07 -05:00
blacktwin
185319b73a
find server's backgroundProcessing key
2020-02-17 17:17:36 -05:00
blacktwin
3acc72d0c3
add testing for optimizing videos
...
need sleep(1) to allow for conversion to go through.
2020-02-13 15:04:03 -05:00
blacktwin
3ca655b9a8
update news method with correct url
2020-02-10 11:18:42 -05:00
blacktwin
11a1b6e449
remove 'hubs/' from global vars and append to methods
...
setting global var without hubs for future reference
2020-02-10 11:13:53 -05:00
blacktwin
0dfae68830
update NEWS endpoint
2020-02-06 13:23:07 -05:00
blacktwin
0259eeacbe
correct new tidal method
2020-02-06 13:06:39 -05:00
blacktwin
25431b0e9a
correct new podcasts method
2020-02-06 13:06:26 -05:00
blacktwin
6469e68070
correct new news method
2020-02-06 13:06:11 -05:00
blacktwin
e399e54d6a
correct new webShows method
2020-02-06 13:05:50 -05:00
blacktwin
88b5016fb8
correct new videoOnDemand method
2020-02-06 13:05:19 -05:00
blacktwin
2d53f5bab8
remove batchingItems method as it is not used.
2020-02-06 13:02:53 -05:00
blacktwin
ee77bf2b9e
add key attribute to Hub class
2020-02-06 13:02:14 -05:00
blacktwin
0854325324
optimize method rewrite
...
dict instead of string
big help from @JonnyWong16
2020-01-30 14:12:33 -05:00
blacktwin
d23c81c15c
test header removal
2020-01-30 11:28:33 -05:00
blacktwin
7fbdd72e28
tagValues formating
2020-01-30 11:25:45 -05:00
blacktwin
8c2ea6f993
add optimize method
2020-01-30 10:55:29 -05:00
blacktwin
3a78234ae5
add quote import for optimizing items
2020-01-30 10:46:58 -05:00
blacktwin
61933c4030
added reprocess method for Optimized class
2020-01-30 10:46:18 -05:00
blacktwin
74c9a9a2b8
add optimizedItem method
2020-01-30 10:45:14 -05:00
blacktwin
390db12f86
spacing
2020-01-29 09:45:58 -05:00
blacktwin
00b8925632
Add move method for Conversion items.
...
Provided example in docstring.
2020-01-29 09:45:44 -05:00
blacktwin
ad3ce64703
Add remove method for Conversion items.
2020-01-29 09:20:17 -05:00
blacktwin
ce6dec2b1d
Add remove and rename methods for Optimized items.
2020-01-29 09:19:52 -05:00
blacktwin
a615d17e3b
Update Conversion class docstring
2020-01-29 09:17:20 -05:00
blacktwin
37e3f092ef
Add pause option to conversions
2020-01-29 09:16:13 -05:00
blacktwin
bc316a6c9b
add removeAll option to optimiziedItems
2020-01-29 09:15:45 -05:00
blacktwin
0a6a6d0a03
add currentBackgroundProcess method
...
uses TranscodeJob media class
2020-01-29 09:11:07 -05:00
blacktwin
0e886207fc
Create TrancodeJob class
...
Update docstring for Optimized class
2020-01-29 09:06:43 -05:00
Steffen Fredriksen
c3e16b2d36
Merge pull request #388 from pkkid/conversions
...
conversions
2020-01-28 17:12:41 +01:00
blacktwin
6aca1e5e50
corrected Optimized TAG
2020-01-27 14:17:49 -05:00
blacktwin
2da4d2bf68
use fetchItem and fetchItems instead of query
2020-01-27 14:17:23 -05:00
blacktwin
ad2de7c9a6
correct Conversion TAG
2020-01-27 14:16:41 -05:00
blacktwin
0fa9ced744
change conversions method to use fetchItems
...
assuming all server's conversion playQueue is 1
2020-01-27 14:16:12 -05:00
Steffen Fredriksen
ddcc6dca5c
Merge pull request #415 from andy-maier/andy/test-install
...
Verified correct installation of plexapi in Travis
2019-12-31 14:08:49 +01:00
Steffen Fredriksen
31e94db88b
Merge pull request #417 from andy-maier/andy/fix-flake8
...
Fixed flake8 errors in alert.py and base.py
2019-12-31 14:08:38 +01:00
Andreas Maier
c132a6dcb8
Fixed flake8 errors in alert.py and base.py
...
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
2019-12-31 14:06:56 +01:00
Andreas Maier
1751dbaa14
Verified correct installation of plexapi in Travis
...
The missed dependency to the 'mock' package on Python 2.7 made it clear
that this went by undetected in the Travis runs.
This change updates the Travis control file to verify that the plexapi
package can be successfully imported after being installed from the
working directory using pip.
Because the installation of py.test drags in a lot of dependencies,
it was moved after the installation of plexapi.
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
2019-12-31 13:49:25 +01:00
Steffen Fredriksen
d20f9bea4b
Merge pull request #414 from andy-maier/andy/fix-mock-dependency
...
Added dependency to mock package for Python <3.3
2019-12-31 13:46:40 +01:00
Andreas Maier
efbe3c9f39
Added dependency to mock package for Python <3.3
...
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
2019-12-31 13:34:07 +01:00
blacktwin
206fa231c7
update tidal to use batchingItems
2019-12-06 00:39:15 -05:00
blacktwin
fdc8c9ec93
update podcasts to use batchingItems
2019-12-06 00:39:00 -05:00
blacktwin
688f78a4ec
update news to use batchingItems
2019-12-06 00:38:48 -05:00
blacktwin
320a99cc4d
update webShows to use batchingItems
2019-12-06 00:38:31 -05:00
blacktwin
f849693646
update videoOnDemand to use batchingItems
2019-12-06 00:38:09 -05:00
blacktwin
0e69be702e
remove Hub import
2019-12-06 00:37:31 -05:00
blacktwin
c9c1638a6a
create batchingItems
...
taken from server.history method thanks @zSeriesGuy
2019-12-06 00:36:54 -05:00
Michael Shepanski
6987182774
Merge pull request #408 from zSeriesGuy/Update-websockets-client
...
Update websockets client
2019-12-05 21:59:13 -05:00
blacktwin
9b84b0deae
import library Hub class
2019-12-05 13:03:27 -05:00