Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attachments, Tags to and from xml, Bracket-access for tags, Recursive SimpleTags #28

Open
wants to merge 45 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
ed8ac0e
Added TrackUID attribute to Track
aulemahal Sep 21, 2016
3904c0e
Added Targets object
aulemahal Sep 21, 2016
59444a0
Added recursive simpletags
aulemahal Sep 21, 2016
bac3eba
Added getAll method to MasterElement
aulemahal Sep 21, 2016
da403bf
Added getMasterElements method to MasterElement
aulemahal Sep 21, 2016
f10748e
Added a test for targets on test5
aulemahal Sep 27, 2016
6ab1594
Fixed a small printing problem for None targets
aulemahal Sep 27, 2016
413913b
Added test file download and tests
aulemahal Oct 3, 2016
ef6bb5f
fixed a small error at l611
aulemahal Oct 3, 2016
18ffba4
Fixed a small transcripting error
aulemahal Oct 5, 2016
7cc72fa
Fixed another error in assertion test
aulemahal Oct 5, 2016
f6db7a2
Added Chapter.uid property
aulemahal Oct 6, 2016
57410f1
Put Targettypevalue default to 50
aulemahal Oct 6, 2016
a6737b2
Added test for default targettypevalue
aulemahal Oct 6, 2016
ad1bfdc
Fixed a typo
aulemahal Oct 6, 2016
49ded48
Pep8 and requested changes
aulemahal Oct 7, 2016
4b904e8
Attachments support
aulemahal Oct 11, 2016
3a718cc
Changed list default arguments to None + test
aulemahal Mar 1, 2017
2d17aff
Corrected Attachement to attachment
aulemahal Mar 1, 2017
d026a8e
List as default argument changed to None
aulemahal Mar 1, 2017
6b5cde7
Added tests for attachments handling
aulemahal Mar 1, 2017
2c31256
minor fix
aulemahal Mar 17, 2017
bb6e339
Added Attachment to __all__
aulemahal Apr 17, 2017
3a352c4
Tag to XML functions
aulemahal Apr 17, 2017
a8bf9e8
added xml tests
aulemahal Apr 17, 2017
238d5ed
Attachment without e and dont write when value is default
aulemahal Apr 17, 2017
fa92e2c
Merge branch 'add-recursive-simpletags' into attachments-and-xml
aulemahal May 9, 2017
d9047f8
Tag bracket-access
aulemahal Jun 21, 2017
cdfc772
Tests for tag bracket-access and attachments
aulemahal Jun 21, 2017
1ed5afb
Added tags_from_xml function and more docs
aulemahal Jun 25, 2017
a9f11db
Fixed a type in test_mkv
aulemahal Jun 25, 2017
f366d48
Fixed some typos and added test for tags_from_xml
aulemahal Jun 25, 2017
74f00e6
Fixed some typos and added test for tags_from_xml
aulemahal Jun 25, 2017
cdc1e3c
Test print for the failed attachment test
aulemahal Jun 25, 2017
d774b4c
Changed attachment test to test sizes approximately in KB
aulemahal Jun 25, 2017
e6d2812
Deleted the test print
aulemahal Jun 25, 2017
d71d7af
Fixed a typo
aulemahal Jun 25, 2017
c1102c9
Added __div__ function for python2
aulemahal Jun 25, 2017
3b47d5b
Fixed dumb error on __div__
aulemahal Jun 25, 2017
bb031d0
Added UID field to info + tests and added to_dict() func to info and …
aulemahal Jun 28, 2017
f9ea70d
UID field to keyword arg of init. More coherent
aulemahal Jun 28, 2017
f628d8f
Removed __div__ tag extension, replaced __getitem__ on mkv by getTag …
aulemahal Jul 25, 2017
30b3a60
Default track language to eng, fixes issue #29
aulemahal Jul 25, 2017
bc6e4e3
Revert "Default track language to eng, fixes issue #29"
aulemahal Jul 26, 2017
e60ca06
Fixed a capitalization error
aulemahal Oct 2, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading