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
|
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 |
|
blacktwin
|
1d8d76ef56
|
Merge branch 'master' into intro_marker
|
2020-05-27 21:48:41 -04:00 |
|
blacktwin
|
61c0669905
|
create Marker class
|
2020-05-23 02:09:22 -04:00 |
|
Hellowlol
|
940efc0013
|
first pass on compat.
|
2020-05-12 23:15:16 +02:00 |
|
blacktwin
|
37b4c8729d
|
Merge pull request #452 from jjlawren/fix_docstrings
Fix docstrings for tests
|
2020-04-16 17:20:33 -04:00 |
|
Jason Lawrence
|
9baff74a89
|
Fix example
|
2020-04-16 16:18:38 -05:00 |
|
Jason Lawrence
|
a1332434f1
|
Fix docstrings for tests, remove unused param
|
2020-04-15 22:49:18 -05:00 |
|
Hellowlol
|
cc71daeaba
|
sync
|
2020-04-15 20:41:15 +02:00 |
|
blacktwin
|
319fe52d0a
|
Merge branch 'master' into poster_change
|
2020-04-12 23:04:19 -04:00 |
|
blacktwin
|
2235cafaf1
|
Merge branch 'master' into poster_change
|
2020-04-12 22:45:31 -04:00 |
|
blacktwin
|
bef40a74f5
|
Merge branch 'master' into unmatch_match
|
2020-04-12 22:37:50 -04:00 |
|
blacktwin
|
d7d2d5aa56
|
flake fix
indention and newline at end of file
|
2020-04-12 22:36:44 -04:00 |
|
blacktwin
|
165c19fb6c
|
if mediaType is in initpath also capture name
|
2020-03-17 13:42:24 -04:00 |
|
blacktwin
|
54a88da39b
|
if mediaType is in initpath call is from library
if not call is from server
|
2020-03-16 15:12:41 -04:00 |
|
blacktwin
|
a9b149766b
|
change code attribute to languageCode
|
2020-03-16 15:10:37 -04:00 |
|
blacktwin
|
c061986a44
|
update SeachResults __repr__ to show name and score.
|
2020-03-16 14:09:41 -04:00 |
|
blacktwin
|
af586fa55d
|
cast AgentMediaType mediaType to int
|
2020-03-16 13:53:10 -04:00 |
|
blacktwin
|
99bfdb8129
|
add __repr__ to Agent and AgentMediaType classes
|
2020-03-16 13:52:35 -04:00 |
|
blacktwin
|
1b6e16ea21
|
add mediaTypes to capture additional Agent data
MediatType is the sub element inside Agents xml
create AgentMediaType for gathering sub element information
|
2020-03-16 13:32:20 -04:00 |
|
blacktwin
|
cfbde385e2
|
create _settings method to capture agent setting information
|
2020-03-16 11:15:46 -04:00 |
|
Hellowlol
|
06ca74dbce
|
Some lint and silence the error
|
2020-03-14 15:35:56 +01:00 |
|
blacktwin
|
4623a54cc8
|
create select method for Poster class
this will cause a parsing error from xml.Elemtree but the poster will change.
|
2020-03-12 10:24:29 -04:00 |
|
blacktwin
|
e62992afa9
|
add compat to import listing
use of compat.quote_plus
|
2020-03-12 10:23:15 -04:00 |
|
blacktwin
|
dea84935a6
|
cast SearchResult score attribute to an int
|
2020-03-10 16:41:27 -04:00 |
|
blacktwin
|
96cb0eb70a
|
add shortIdentifier attribute to Agent
|
2020-03-10 16:17:24 -04:00 |
|
blacktwin
|
b296cc462e
|
create Agent media class
|
2020-03-10 16:06:43 -04:00 |
|
blacktwin
|
95114c4a35
|
create SearchResult class
|
2020-03-04 16:21:13 -05:00 |
|
blacktwin
|
4f6ee3c251
|
indention correction found in Flake test
|
2020-02-25 16:47:03 -05:00 |
|
blacktwin
|
61933c4030
|
added reprocess method for Optimized class
|
2020-01-30 10:46:18 -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
|
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
|
ad2de7c9a6
|
correct Conversion TAG
|
2020-01-27 14:16:41 -05:00 |
|
Steffen Fredriksen
|
ba1f3a2b69
|
Merge pull request #400 from pkkid/photo_tags
photo_tags
|
2019-11-28 23:14:45 +01:00 |
|
blacktwin
|
65bb149d7d
|
add tag class for media
|
2019-11-11 09:32:55 -05:00 |
|
blacktwin
|
e62dff0a09
|
Correct Poster TAG
|
2019-11-06 09:28:19 -05:00 |
|
blacktwin
|
8a2b8ad9c0
|
add _data attrib to Optimized and Conversion
|
2019-10-10 11:30:29 -04:00 |
|
blacktwin
|
c29563632b
|
new Conversion class
|
2019-10-10 11:11:43 -04:00 |
|
blacktwin
|
dc6c1f1168
|
renaming correction
|
2019-10-10 10:43:52 -04:00 |
|
blacktwin
|
ceb9797ab4
|
add Conversion attrib targetTagID
|
2019-10-09 22:28:15 -04:00 |
|
blacktwin
|
8ee383cd3d
|
create poster object in media
|
2019-10-09 10:44:51 -04:00 |
|
blacktwin
|
fbfcf64a41
|
conversion docstring
|
2019-10-08 23:53:31 -04:00 |
|
blacktwin
|
63024025ce
|
create Conversion object
|
2019-10-08 23:26:42 -04:00 |
|