openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
whipper
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
17 days
ago. based on code collected
18 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 47 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* morituri/common/encode.py: * morituri/program/cdparanoia.py: Add encoding profiles, kept simple for now as a class and subclasses. Use them to encode. Calculate peak level while encoding, compared to EAC and replaygain's value. * morituri/rip/cd.py: Use the encoding profiles, ripping with the right extension. Add a --profile parameter for it.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/rip/cd.py: Clean up track numbering confusion.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/encode.py (added): * examples/encode.py (added): Add an Encode Task, hardcoded to flac for now. Add an example, that also sets tags.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/task.py: Add debug. * morituri/rip/drive.py: Show all drives, not just the ones that happen to have an Audio CD inserted.
Thomas Vander Stichele
More...
over 15 years ago
add doc
Thomas Vander Stichele
More...
over 15 years ago
* morituri/rip/cd.py: Add asserts for comparing id's between the simple toc and the full table. Create the output directory before ripping the htoa. Ignore data tracks for now. Don't fail if we have no AccurateRip responses. * morituri/image/table.py: Add a session ivar to Track. Factor in session leadin when calculating track length of last track in a session. add getMusicBrainzSubmitURL() add _getSessionGap() because the session gap size is different for session 2 and all following. Use it in merge() to get offsets right. Fix getAccurateRipURL by only using the audio tracks for the 'length in tracks' number Temporarily disable writing out data tracks to a .cue file, since it's not implemented yet. Add canCue to see if we can write a .cue file from the given table, and debug why not if not. * morituri/program/cdrdao.py: Rework to rip each session separately instead of using session 9. This fixes session 9 read-toc missing the pregap. Add a simple LineParser for handling output from disk-info. Count tracks relatively for the session, because the output for session 2 for track numbers picks up where session 1 left off. Don't set leadout from TOC printing since for the same reason session 2's leadout is absolute, not relative to start of session. Add a DiscInfoTask. Convert Table and Toc reading tasks to multitasks, first getting the number of sessions, then reading table/toc for each session. * morituri/test/test_image_table.py: Fix up MusicBrainz disc id for my Ladyhawke disc. Add AccurateRip URL verification, compared against EAC's. * morituri/test/test_image_toc.py: Use two separate session read-toc output files to verify the case of Das Capital. Verify musicbrainz URL.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/task.py: Add documentation. Use a _task counter instead of duplicating tasks to __tasks; this allows us to add tasks after starting. Catch Exceptions during next() so that we don't get stuck in a main loop that doesn't exit. Raise it later when we're done.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/common.py: Since the version was inherited from the current code in unpickled objects, separate into classVersion and an instanceVersion set from __init__.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/image/toc.py: Add a logName for debugging.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/program/cdparanoia.py: * morituri/image/image.py: Correctly chain up to parent __init__ for MultiTasks
Thomas Vander Stichele
More...
over 15 years ago
* morituri/test/capital.1.toc (added): * morituri/test/capital.2.toc (added): Add two .toc's for two sessions of a 2 session disc * morituri/image/table.py: Add a merge method to merge in a second session. * morituri/test/Makefile.am: * morituri/test/test_image_toc.py: Add a test for merging the Das Capital sessions, gets the CDDB disc id right.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/common.py: Add a persisted cache so that we can store pickles on discs. Automatically delete them if the class version is newer than the object's. * morituri/rip/cd.py: Use it.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/image/table.py: Add a version ivar to help with versioning pickled objects.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/program/cdparanoia.py: Add copy and test CRC's to object.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/Makefile.am: * morituri/common/drive.py (added): Add drive module.
Thomas Vander Stichele
More...
over 15 years ago
pychecker fixes
Thomas Vander Stichele
More...
over 15 years ago
* morituri/program/cdparanoia.py: * morituri/program/cdrdao.py: * morituri/rip/cd.py: * morituri/rip/offset.py: Add device argument to ripping/scanning tasks.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/accurip.py: * morituri/image/image.py: * morituri/test/Makefile.am: * morituri/test/test_image_image.py: * morituri/test/test_common_accurip.py (added): Move accuraterip stuff to the accurip module. Move/create new test file.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/rip/Makefile.am: * morituri/rip/main.py: * morituri/rip/drive.py (added): Add 'rip drive list' command to list available drives. * morituri/common/accurip.py: Add force. * morituri/rip/cd.py: Add --output-directory argument.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/common/Makefile.am: * morituri/rip/cd.py: * morituri/common/accurip.py (added): Add a module for handling a cache of AccurateRip results. Use it.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/rip/Makefile.am: * morituri/rip/main.py: * morituri/rip/cd.py (added): Add second command, 'rip cd rip' before factoring out functionality.
Thomas Vander Stichele
More...
over 15 years ago
* morituri/rip/Makefile.am: * morituri/rip/main.py: * morituri/rip/offset.py (added): Add first command, 'rip offset find'
Thomas Vander Stichele
More...
over 15 years ago
* Makefile.am: * morituri/test/Makefile.am: Make distcheck work.
Thomas Vander Stichele
More...
over 15 years ago
add notes
Thomas Vander Stichele
More...
over 15 years ago
add README
Thomas Vander Stichele
More...
over 15 years ago
ignore more
Thomas Vander Stichele
More...
over 15 years ago
add test file
Thomas Vander Stichele
More...
over 15 years ago
pychecker and docstring fixes
Thomas Vander Stichele
More...
over 15 years ago
more pychecker fixes
Thomas Vander Stichele
More...
over 15 years ago
more pychecker fixes
Thomas Vander Stichele
More...
over 15 years ago
←
1
2
…
43
44
45
46
47
48
49
50
51
…
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree