blacktwin
|
a5b5438122
|
create library.Folder class
|
2020-07-02 01:33:18 -04:00 |
|
blacktwin
|
f079f7d061
|
library.FirstCharacter docstring
|
2020-07-02 00:43:21 -04:00 |
|
blacktwin
|
5c3695d223
|
library.FieldType docstring
|
2020-07-02 00:42:51 -04:00 |
|
blacktwin
|
6cad8c1eb0
|
library.Operator docstring
|
2020-07-02 00:42:28 -04:00 |
|
blacktwin
|
8aa492f195
|
library.FilterField docstring
|
2020-07-02 00:40:51 -04:00 |
|
blacktwin
|
bf5d8b8ba3
|
library.Sort docstring
|
2020-07-02 00:40:12 -04:00 |
|
blacktwin
|
1e58e9c5fd
|
library.Field class rename to FilterField
update library.LibrarySection.filterFields() usage
|
2020-07-02 00:39:34 -04:00 |
|
blacktwin
|
8eadcb28aa
|
library.LibrarySection.filterFields() docstring
|
2020-07-02 00:37:50 -04:00 |
|
blacktwin
|
257b7ae61e
|
library.LibrarySection._sorts() docstring
|
2020-07-02 00:36:46 -04:00 |
|
blacktwin
|
23e641eaa3
|
change if to check both conditions at the same time.
thanks @hellowlol
|
2020-07-01 22:28:25 -04:00 |
|
blacktwin
|
ea6538f596
|
removal of all ALLOWED_FILTERS, ALLOWED_SORT, BOOLEAN_FILTERS instances and docstring references.
|
2020-06-30 09:39:16 -04:00 |
|
blacktwin
|
14c122c87b
|
update library.LibrarySection._cleanSearchSort method to pull sort keys from LibrarySection._sorts() instead of using hardcoded ALLOWED_SORT.
|
2020-06-30 09:33:53 -04:00 |
|
blacktwin
|
a665d6f3ee
|
update library.LibrarySection._cleanSearchFilter method to pull categories from LibrarySection.filterFields() instead of using hardcoded ALLOWED_FILTERS or BOOLEAN_FILTERS.
|
2020-06-30 09:32:58 -04:00 |
|
blacktwin
|
9ec2399b21
|
add filterFields method to library.LibrarySection
|
2020-06-30 09:24:12 -04:00 |
|
blacktwin
|
9936ee553d
|
create Field, Operator, and FieldType classes
|
2020-06-30 09:23:18 -04:00 |
|
blacktwin
|
d0943a369e
|
add firstCharacterKey attribute to library.Sort class
|
2020-06-30 09:21:44 -04:00 |
|
blacktwin
|
4a49ca97b0
|
add _sorts method
|
2020-06-30 09:19:53 -04:00 |
|
blacktwin
|
e5d79c7518
|
add Sort class
|
2020-06-30 09:06:26 -04:00 |
|
blacktwin
|
c1cef679cc
|
add firstCharacter method to library.LibrarySection
|
2020-06-30 09:00:50 -04:00 |
|
blacktwin
|
847d21f79d
|
add FirstCharacter class
|
2020-06-30 08:59:30 -04:00 |
|
blacktwin
|
3746b4ecb5
|
removal of registerPlexObject as the only usage calls this class directly.
|
2020-06-29 13:39:48 -04:00 |
|
blacktwin
|
6829bb2759
|
add _filter method to library.LibrarySection
referencing #209
|
2020-06-22 15:44:48 -04:00 |
|
blacktwin
|
ea88be39a0
|
add Filter class to library
referencing #209
|
2020-06-22 15:44:46 -04:00 |
|
blacktwin
|
c988f393a7
|
library.Station docstring update.
|
2020-06-22 15:27:45 -04:00 |
|
blacktwin
|
ee9cb7dc85
|
add hubs method to library.LibrarySection
|
2020-06-22 15:04:33 -04:00 |
|
blacktwin
|
bd536db7ac
|
add stations method to library.MusicSection
|
2020-06-22 15:03:28 -04:00 |
|
blacktwin
|
c665546185
|
create library.Station class for stations found in music libraries
|
2020-06-22 15:02:48 -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 |
|
Steffen Fredriksen
|
6c230e558c
|
Merge pull request #501 from pkkid/add-issue-template
Add templates
|
2020-06-02 20:52:47 +02:00 |
|
blacktwin
|
95941298d6
|
Create pull_request_template.md
|
2020-05-27 22:31:15 -04:00 |
|
blacktwin
|
3834d3c388
|
Add issue templates
|
2020-05-27 22:16:13 -04: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 |
|