9
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
item fields no longer dirtied if unchanged when assigned More... over 16 years ago
fixed but with copying in library.add, tests More... over 16 years ago
added remove, delete, read, and set commands More... over 16 years ago
paths now normalized to absolute (issue 5) More... over 16 years ago
fixed double-loading of test modules More... over 16 years ago
new tests for DB and file operations More... over 16 years ago
fixed typo from cursor simplification More... over 16 years ago
item fields are no longer automatically updated in the database on setattr More... over 16 years ago
changed maxdisc and maxtrack to disctotal and tracktotal (clearer) More... over 16 years ago
refactored flags to a single value; added more flexible out_type More... over 16 years ago
finished changing save_tags to save More... over 16 years ago
changed save_tags to save More... over 16 years ago
moved constants to package namespace for readability More... over 16 years ago
added FLAC support to MediaFile (with tests) More... over 16 years ago
added missing resource for latest mediafile test More... over 16 years ago
mediafile docstring corrections More... over 16 years ago
changed beets.tag to beets.mediafile More... over 16 years ago
filled out some documentation on MediaFile More... over 16 years ago
changed MediaFile.tags to MediaFile.mgfile to avoid self.tags.tags confusion More... over 16 years ago
ID3 tag is now added automatically if it's missing entirely More... over 16 years ago
finished new add(); importing now works More... over 16 years ago
changed __fetchdata to _fetchdata; enforced 79-char lines More... over 16 years ago
fixed new add function More... over 16 years ago
began adding 'import' command & refactor of 'add', but committing so I can erase my disk safely More... over 16 years ago
finished delete() and remove() More... over 16 years ago
fixed store() (can't use sqlite ?-binding for column names in update), although it's never called yet More... over 16 years ago
move() now has less confusing behavior, unambiguously moving (even across FS boundaries) or copying More... over 16 years ago
readability: using Connection.execute shortcut instead of making a new cursor where appropriate More... over 16 years ago
move() now copies as a fallback More... over 16 years ago
style: private methods begin with _, not __ More... over 16 years ago