1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 3 hours ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed keyword search error from Mp3tag Sources More... over 13 years ago
Slight mod More... over 13 years ago
puddlestuff/util.py [added] convert_dict function to convert dictionaries' keys to a suited format. More... over 13 years ago
puddlestuff/loadshortcuts.py [changed] Changed Sort Selected menu item to Sort By. More... over 13 years ago
puddlestuff/audioinfo/mp4.py [fixed] Mappings errors were due to me setting values using the class. Which would take the mapping into account while loading. This fix might cause problems, I need to clean it up a bit. More... over 13 years ago
puddlestuff/tagsources/discogs.py [changed] Removed extra code from Amazon Tag Source. [fixed] Bug with getting small images. More... over 13 years ago
[added] Discogs support. More... over 13 years ago
puddlestuff/puddlesettings.py [changed] Removed _edited class var from ColorEdit cause I didn't implement it correctly...it would always evaluate to True. More... over 13 years ago
puddlestuff/findfunc.py [fixed] runQuickAction didn't accept state. More... over 13 years ago
puddlestuff/action_shortcuts.py [added] Stuff so that Menus created for shortcut Actions will update themselves when an action has been deleted/modified. More... over 13 years ago
puddlestuff/puddlesettings.py [changed] Removed Action Shortcuts setting from here and put it in a menu an actiondlg.ActionWindow. More... over 13 years ago
puddlestuff/masstagging.py [fixed] Bugs due to translations returning QStrings instead of python strings. More... over 13 years ago
puddlestuff/masstagging.py [fixed] Bugs due to translations returning QStrings instead of python strings. More... over 13 years ago
puddlestuff/data/menus [added] Select All in next folder and all in previous folder menu items. More... over 13 years ago
puddlestuff/tagsources/amg.py [fixed] AllMusic search for artist. More... over 13 years ago
puddlestuff/findfunc.py [fixed] If an undo was done in preview mode, leaving a field blank, there'd be an error. More... over 13 years ago
puddlestuff/tagmodel.py [fixed] I wasn't sanitizing dirnames in TagModel.setRowData [added] _firstSelection to TagTable for when you just want the first selection. Should be faster than using _getSelectedTags. I should really rename those functions. More... over 13 years ago
Forgot resource file. More... over 13 years ago
puddlestuff/loadshortcuts.py [added] MoveUp and MoveDown menu items. More... over 13 years ago
puddlestuff/findfunc.py [changed] The previews for FunctionDialog to show fields. More... over 13 years ago
puddlestuff/findfunc.py [added] parse_field_list method. This allows things like ~artist, title. More... over 13 years ago
[fixed] AMG More... over 13 years ago
[added] Translation support and did a slight bit of cleanup by removing unneeded files. More... over 13 years ago
puddlestuff/data/caseconversion.action [changed] Looks as in tutorial. More... over 13 years ago
puddlestuff/audioinfo/id3.py [added] RVA2 support. More... over 13 years ago
puddlestuff/data/menus [added] Separator to Actions menu for adding shortcuts. More... over 13 years ago
[fixed] AllMusic to be aware of new layout/searching. More... over 13 years ago
Removed dataChanged signal from TagModel.setData. Hopefully this will clear up issue 102 More... over 13 years ago
puddlestuff/findfunc.py [added] fields attribute to Function class. Function.tag is now officially deprecated. More... over 13 years ago
[added] The ability to run an Action from the Actions menu. All Changes have to do with that. More... over 13 years ago