1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
puddlestuff/findfunc.py [changed] runFunction in the Function class removes duplicates now. More... over 13 years ago
puddlestuff/findfunc.py [fixed] A _getControls method to the Function class that's to get the controls so that the correct type of value can be loaded for an action. In this case there True and False values were errorneously loaded as strings for checkboxes. More... over 13 years ago
Saving artwork filenames not having correct extension fix. More... over 13 years ago
puddlestuff/findfunc.py [fixed] audio_str wasn't being updated during an action running which would result in wrong values being taken forward. More... over 13 years ago
puddlestuff/findfunc.py [fixed] Functions loading from plugins not loading. More... over 13 years ago
#Should've been in previous commit. More... over 13 years ago
Index: puddlestuff/data/menus =================================================================== --- puddlestuff/data/menus (revision 268) +++ puddlestuff/data/menus (working copy) @@ -7,12 +7,13 @@ &Convert=&File->Tag,&Tag->File,&Format,separator,&Rename Directories,&Text File->Tag,&Clipboard->Tag &Actions=&Actions,&QuickActions,&Functions &Tools=Autonumbering &Wizard...,&Import Music Library...,Replace...,&Sort Selected -&Preview Mode=Enabl&e Preview Mode,&Undo Last Clear,&Write Previews,Clear Selected &Files, +&Preview Mode=Enabl&e Preview Mode,&Undo Last Clear,&Write Previews,Clear Selected &Files +Ta&g Tools=Add ID3,Add APEv2,separator &Windows=Filter,Tag Panel,Artwork,Filesystem,Tag Sources,Stored Tags,Music Library,Logs,Puddle Testing,Mass Tagging,separator,Functions #,separator,&Lock Layout #Ab&out=About &Qt, More... over 13 years ago
Looking for a bug. More... over 13 years ago
puddlestuff/functions.py [changed] Action names. More... over 13 years ago
Most code has to do with the fact that I've changed actions from being pickled objects to text-based ini files. More... over 13 years ago
puddlestuff/audioinfo/id3.py [fixed] Don't allow description to be empty. More... over 13 years ago
puddlestuff/functions.py [changed] replaceWithReg now case-insensitive. [fixed] load_images function. More... over 13 years ago
Fixed RegReplace function More... over 13 years ago
puddlestuff/loadshortcuts.py [added] Functions action to Windows menu. More... over 13 years ago
puddlestuff/findfunc.py [added] An extra parameter (dictionary) to function_parser. This will replace tokens of the form $number with number if it's in the dictionary. [added] function_parser raises ParseError now for functions that are called without the requisite arguments. More... over 13 years ago
puddlestuff/findfunc.py [fixed] Removed lambda, filter combo in runAction and replaced it with something that works. [changed] runAction method choking when a dictionary is returned. [added] Functions can now start parameter names with m_ to denote wanting to accept multiple values. More... over 13 years ago
Fix for regexp function when expressions aren't grouped. More... over 13 years ago
fix for formatValue multiple valued tags. More... over 13 years ago
puddlestuff/audioinfo/util.py [added] CaselessDict class to be used for caseless field names. [fixed] Stringtags method failing for dictionary values. More... over 13 years ago
Fixed typo. More... over 13 years ago
puddlestuff/findfunc.py [added] An extra paramater to runAction, so that it can do quick actions too. This negates the need for all the extra code in runQuickAction. [changed] Function.runFunction now handles multiple valued fields instead of having every method that called it having to. More... over 13 years ago
Syntax Error More... over 13 years ago
Meta functions work like mp3tag's More... over 13 years ago
Forgot monkeys audio import and did some stuff in combine.py More... over 13 years ago
puddlestuff/findfunc.py [added] Added an extra parameter for function_parser that'll make use of multiple-valued fields. [fixed] Made scripting functions that return None return an empty string, because otherwise functions like $left(stng, 0) would be left alone by the parser. [fixed] replacevars now creates it's own string dictionary. [added] runAction works like function_parser wrt multiple-valued fields. [added] runAction now writes multiple values. [added] Function.runFunction too. More... over 13 years ago
Inheritance issue. More... almost 14 years ago
Inheritance issue. More... almost 14 years ago
puddlestuff/puddlesettings.py [added] An option of whether or not to write APEv2 tags. More... almost 14 years ago
Fix for preserving file modification times and renaming directories using the old way. More... almost 14 years ago
puddlestuff/tagmodel.py [removed] Automatic updating of fields in FILETAGS, because if __path and __dirname was set it'd be impossible to distinguish whether to rename the directory of move the file. [changed] Modified the changeFolder method in TagTable so that it takes an extra flag to update the model. [changed] Any time the 'dirschanged' signal is emitted, it sends a copy of the list instead of the list itself. More... almost 14 years ago