tdorsey
|
7c346f9917
|
chore(utils): fix typo
|
2020-07-18 08:45:41 -04:00 |
|
Hellowlol
|
d7c215b119
|
Small change to the repr and add test.
|
2020-06-14 20:21:46 +02:00 |
|
blacktwin
|
881a4fc659
|
use utils.millisecondToHuman for media.Marker.__repr__
|
2020-06-13 22:12:35 -04:00 |
|
blacktwin
|
3852ed52a7
|
create millisecondToHuman method in utils
|
2020-06-13 22:12:01 -04:00 |
|
blacktwin
|
faeee7d667
|
import timedelta to utils
|
2020-06-13 22:11:39 -04:00 |
|
blacktwin
|
1f396ca95a
|
remove field attribute
Addressing #504
remove field attribute as it is no longer available.
adding `__repr__` to Marker class resulting in `<Marker:intro:139770:230481>`
|
2020-06-04 23:21:03 -04:00 |
|
Hellowlol
|
f2f6d8b9e7
|
forgot to bump
|
2020-06-02 21:12:57 +02:00 |
|
Steffen Fredriksen
|
b98d2e91e0
|
Merge pull request #498 from pkkid/intro_marker
intro_marker
|
2020-06-02 20:59:41 +02:00 |
|
Steffen Fredriksen
|
785a2f064b
|
Merge pull request #489 from jjlawren/timeline_do_not_subscribe
Remove 'timeline/subscribe' calls
|
2020-06-02 20:59:20 +02:00 |
|
blacktwin
|
1d8d76ef56
|
Merge branch 'master' into intro_marker
|
2020-05-27 21:48:41 -04:00 |
|
blacktwin
|
2d4a919a40
|
resolving conflict
|
2020-05-27 21:53:04 -04:00 |
|
blacktwin
|
558eafa44f
|
no need for double bool
|
2020-05-27 12:26:54 -04:00 |
|
blacktwin
|
660a665366
|
only check for intro markers in case Plex decides to add different marker types in the future
thanks @jonnywong16
|
2020-05-27 12:15:56 -04:00 |
|
jjlawren
|
4a24d50036
|
Reduce timeout to expire Sonos resource cache (#500)
|
2020-05-27 09:36:55 -05:00 |
|
jjlawren
|
4193012bc2
|
Improve Sonos ID lookup (#496)
|
2020-05-26 15:09:39 -05:00 |
|
blacktwin
|
a2ef4a5564
|
create hasIntroMarker method to quickly identify if an episode has an intro marker
|
2020-05-24 22:57:02 -04:00 |
|
blacktwin
|
5e3dff4e32
|
update analyze docstring to include new intro video marker
|
2020-05-24 22:55:52 -04:00 |
|
blacktwin
|
8a744f85f4
|
correcting onDeck docstring
|
2020-05-24 22:24:32 -04:00 |
|
blacktwin
|
1cfc9869d1
|
create ondeck method for shows
|
2020-05-23 23:30:44 -04:00 |
|
blacktwin
|
ce3fcc9b9d
|
update hubs method
|
2020-05-23 23:30:21 -04:00 |
|
blacktwin
|
81339cc3dc
|
import library and create hubs method
|
2020-05-23 23:20:22 -04:00 |
|
blacktwin
|
6a69fe4810
|
create preferences method
|
2020-05-23 23:07:44 -04:00 |
|
blacktwin
|
4db38e6832
|
add _include to show
add _details_key to show
|
2020-05-23 23:07:21 -04:00 |
|
blacktwin
|
a771feac35
|
import settings
|
2020-05-23 23:06:05 -04:00 |
|
blacktwin
|
f6fcf95272
|
create Preferences class
|
2020-05-23 23:04:55 -04:00 |
|
blacktwin
|
65271c351d
|
update episodes _include to include markers
add markers attrib to episode
|
2020-05-23 02:12:36 -04:00 |
|
blacktwin
|
61c0669905
|
create Marker class
|
2020-05-23 02:09:22 -04:00 |
|
Jason Lawrence
|
735e26f257
|
Sonos lookup fixes and tests
|
2020-05-15 08:45:46 -05:00 |
|
Jason Lawrence
|
275f4ba921
|
Revert change to default timeline argument
|
2020-05-13 16:36:30 -05:00 |
|
Hellowlol
|
a0c5eec9ee
|
Delete compat.py
not needed for as py2 support is dropped.
|
2020-05-13 23:19:51 +03:00 |
|
Hellowlol
|
cf75bb9d14
|
add some f401 stop flake from failing
|
2020-05-12 23:32:58 +02:00 |
|
Hellowlol
|
940efc0013
|
first pass on compat.
|
2020-05-12 23:15:16 +02:00 |
|
Jason Lawrence
|
5fe5109806
|
Remove 'timeline/subscribe' calls
|
2020-05-12 13:48:47 -05:00 |
|
Hellowlol
|
a5ee061e7d
|
bump
|
2020-05-12 00:57:57 +02:00 |
|
Hellowlol
|
f6e311f056
|
2nd attempt to fix title bug
|
2020-05-11 23:12:15 +02:00 |
|
Hellowlol
|
42c83aa084
|
Fix for library title search when special chars is used
fix flaky test.
|
2020-05-11 15:14:38 +02:00 |
|
Hellowlol
|
2df2a05f67
|
Update sonos.py
|
2020-05-11 14:54:12 +02:00 |
|
Jason Lawrence
|
fd0803686e
|
Bump to 3.5.0
|
2020-05-10 21:27:04 -05:00 |
|
Steffen Fredriksen
|
6daaa85f18
|
Merge pull request #471 from jjlawren/sonos_controls
Allow control of Sonos speakers using Plex API
|
2020-05-10 14:31:16 +02:00 |
|
Steffen Fredriksen
|
226737807e
|
Merge pull request #472 from pkkid/matching_fix
matching_fix
|
2020-05-10 14:30:59 +02:00 |
|
blacktwin
|
430113d2b9
|
add key to initpath
|
2020-05-03 21:42:08 -04:00 |
|
Jason Lawrence
|
03c8946cbd
|
Doc fix, black reformat
|
2020-05-02 00:12:28 -05:00 |
|
blacktwin
|
2af1452fed
|
if agent is the only keyword then only add language and agent to params
fix for #140
|
2020-05-02 00:01:34 -04:00 |
|
blacktwin
|
608433bce2
|
making sure ?manual=1 is included in key
|
2020-05-01 22:53:28 -04:00 |
|
blacktwin
|
95e52b5cad
|
error catch for zero results when using fixMatch(auto=True)
|
2020-05-01 22:51:28 -04:00 |
|
Steffen Fredriksen
|
7905ff0e58
|
Merge pull request #468 from pkkid/less_deps
reduce deps
|
2020-05-02 01:44:28 +03:00 |
|
Hellowlol
|
8ac2edb3f6
|
reduce deps
|
2020-05-02 01:29:26 +03:00 |
|
Steffen Fredriksen
|
337cb29956
|
Merge pull request #474 from pkkid/add_docs
Update toc.rst
|
2020-05-02 01:27:11 +03:00 |
|
Hellowlol
|
280c768547
|
Update gdm.py
|
2020-05-02 01:18:15 +03:00 |
|
Hellowlol
|
d9442f3e2b
|
Update gdm.py
|
2020-05-02 01:02:48 +03:00 |
|