Commit Graph

255 Commits

Author SHA1 Message Date
Jamie Hardt 4809bb4844 Bumped lxml requirements re CVE-2021-43818 2022-01-06 11:01:28 -08:00
Jamie Hardt a76f3b1518 Fixed idea interpreter again 2020-12-09 20:16:35 -08:00
Jamie Hardt b8cb585d50 idea target stuff 2020-12-09 19:47:23 -08:00
Jamie Hardt 84a76f9c74 Update __init__.py
Version 1.6.2
v1.6.2
2020-10-19 21:29:40 -07:00
Jamie Hardt 5a1a12e21e Update __init__.py
Version 1.6.1
2020-10-19 21:28:58 -07:00
Jamie Hardt 06835ffe11 Update setup.py
Added 3.9
v1.6.1
2020-10-19 21:26:22 -07:00
Jamie Hardt 1b25b8214d Update .travis.yml
Added 3.9
2020-10-19 21:25:44 -07:00
Jamie Hardt cfc1a451bc Update .travis.yml 2020-10-08 21:37:50 -07:00
Jamie Hardt 0788613ea3 Update setup.py 2020-10-08 21:37:01 -07:00
Jamie Hardt e9e4b4bcbb Made quick fixes of these to get tests working 2020-10-08 21:31:32 -07:00
Jamie Hardt c114eb7cf3 Create dolby_parser.py 2020-08-27 13:37:49 -07:00
Jamie Hardt 4576d65da6 Update wave_reader.py
Removed needless sys import
2020-08-21 22:39:52 -07:00
Jamie Hardt 65994db36d Added 3.8 to idea v1.6 2020-08-17 11:27:30 -07:00
Jamie Hardt 1a3417d3e5 Merge pull request #8 from elibroftw/master
Updated Code
2020-08-17 11:15:50 -07:00
Elijah Lopez 7589d5fb82 Add metadata tests 2020-08-14 15:19:28 -04:00
Elijah Lopez 6014d1d48b Update utils.py 2020-08-14 15:05:32 -04:00
Elijah Lopez f8bf6cb4a0 Add tests 2020-08-14 15:03:06 -04:00
Elijah Lopez 6d8e717f42 Update wave_info_reader.py 2020-08-14 14:51:31 -04:00
Elijah Lopez ba232605db fix bugs 2020-08-14 14:48:49 -04:00
Elijah Lopez 9a90a0c310 Update wave_reader.py 2020-08-14 14:34:17 -04:00
Elijah Lopez add390c0a0 Formatting, refactoring, __repr__ 2020-08-14 09:07:56 -04:00
Jamie Hardt 7351623e3a Update riff_parser.py
Pass file signature to parse_rf64()
2020-08-07 22:56:31 -07:00
Jamie Hardt c23ca4bded Update rf64_parser.py
Parameterize the file magic number.
2020-08-07 22:55:37 -07:00
Jamie Hardt 8fe799b211 Update riff_parser.py
Added `BW64` identifier, which is apparently what certain ITU/EBU big WAV files use.
2020-08-07 22:52:28 -07:00
Jamie Hardt 18ebd22ec1 Update wave_info_reader.py
Removed redundant "ISFT" fourcc
2020-06-24 18:30:14 -07:00
Jamie Hardt cf8aa36fc3 Update README.md 2020-01-06 09:16:24 -08:00
Jamie Hardt 12d16a472f Update README.md 2020-01-06 09:12:24 -08:00
Jamie Hardt 39210738e3 Update umid_parser.py
Can't figure out how these are formatted as string yet so will just output raw hex
2020-01-06 08:58:32 -08:00
Jamie Hardt 966da7c4a2 Merge branch 'master' of https://github.com/iluvcapra/wavinfo 2020-01-06 08:27:38 -08:00
Jamie Hardt 5a30ce3afc UMID Implementation 2020-01-06 08:27:34 -08:00
Jamie Hardt 1b9547e8c2 Style tweaks
Style stuff
2020-01-06 08:27:26 -08:00
Jamie Hardt 1507898b9e Update jamiehardt.xml 2020-01-06 08:23:56 -08:00
Jamie Hardt 4f2a6689f5 Update README.md 2020-01-05 19:41:52 -08:00
Jamie Hardt 597acb2122 Update README.md 2020-01-05 19:28:54 -08:00
Jamie Hardt 9d9592e9e1 Update wave_reader.py
output INFO and test for if these aren't present
2020-01-05 19:20:12 -08:00
Jamie Hardt b0c5a7de72 Update wave_bext_reader.py
Print UMID in to_dict
2020-01-05 19:19:56 -08:00
Jamie Hardt c36b53c5c5 Update wave_ixml_reader.py
Removed dead code from iXML parser
2020-01-05 17:20:05 -08:00
Jamie Hardt 25485d9601 Update riff_parser.py
Removed code that isn't being used.
2020-01-05 17:14:09 -08:00
Jamie Hardt ffa51eaff4 Tests for walking metadata 2020-01-05 17:10:33 -08:00
Jamie Hardt 93a9ca0fd3 Update README.md 2020-01-05 16:45:45 -08:00
Jamie Hardt b930fc6d6e Update README.md 2020-01-05 16:43:07 -08:00
Jamie Hardt 5f7803fd00 Update .travis.yml 2020-01-05 15:00:02 -08:00
Jamie Hardt e37a37221b Update README.md 2020-01-05 14:56:23 -08:00
Jamie Hardt d0b0b06ecb Update README.md 2020-01-05 14:38:31 -08:00
Jamie Hardt 5824406ae6 Update umid_parser.py 2020-01-05 14:29:46 -08:00
Jamie Hardt dbbc0683f5 Update .travis.yml 2020-01-05 14:28:36 -08:00
Jamie Hardt 24c6871bbc Update pythonpublish.yml v1.5a 2020-01-05 14:23:55 -08:00
Jamie Hardt c62dfb7a8a Update .travis.yml 2020-01-05 13:54:49 -08:00
Jamie Hardt 6c8cc47788 Update README.md
Added note on command-line entry point
v1.5
2020-01-05 10:10:37 -08:00
Jamie Hardt a90d3f4b38 Version 1.5
Added command-line entrypoint, more UMID implementation
2020-01-05 10:05:54 -08:00