29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
print info messages after arguments check so that they are not displayed if the user types, e.g., 'sonata status' More... over 17 years ago
set threads as setDaemon(True) so that they will die when we call sys.exit() More... over 17 years ago
speed up actions if all artist/album view items are selected More... over 17 years ago
fix bug that prevents editing tags when you've searched in artist/album view More... over 17 years ago
add 'album info' tab to info window; re-enable command_list_* but just for sorting More... over 17 years ago
keep current song in bold even when stopped More... over 17 years ago
keep root artist/album view contents in memory to increase responsiveness More... over 17 years ago
don't allow DND on treeviews other than self.current More... over 17 years ago
correctly unbold row when paused then another track is played More... over 17 years ago
fix remove_list_duplicates() More... over 17 years ago
oops More... over 17 years ago
prarse track metadata for track number, since it can be of the form 'curr/tot' More... over 17 years ago
fix bug for songs without track numbers More... over 17 years ago
setup.py update More... over 17 years ago
add song path to info window More... over 17 years ago
revert cosmetic change to prevent any possible conflict More... over 17 years ago
lots of code cleanup; order album songs by track number in artist/album view More... over 17 years ago
use more elegant code to define single object in mpdcleitn3.py (whatah) More... over 17 years ago
simplify edit tag window; preserve order of inputlist items in remove_list_duplicates() when case_sensitive is True More... over 17 years ago
sort albums in artist view by year; fix small tag editing bug More... over 17 years ago
allow editing tags from infowindow; allow changing artwork from infowindow (right-click menu, DND); add close button to infowindow More... over 17 years ago
code cleanup More... over 17 years ago
remove debugging prints More... over 17 years ago
improve error handling when working dir is no longer in library (work up tree until dir found) More... over 17 years ago
fix quirky retaining of selection in artist view; ensure that artist and album searches are exact matches (albeit case insensitive) for view modes More... over 17 years ago
allow using multiple arguments with self.conn.do.search() and use for artist view level 3 More... over 17 years ago
revert command_list_* because of potential socket timeouts (sigh); fix backspace for parent dirs More... over 17 years ago
move checking that file exists to on demand in order to make initial loading of tag editing window faster More... over 17 years ago
use command_list_* for batch jobs for fewer mpd calls; use self.conn.do.search() instead of find() for case insensitivity; ensure browser_get_selected_items_recursive returns unique items More... over 17 years ago
remove case sensitivity in artist/album views (so that 'Paco de Lucia' items are lumped with 'Paco De Lucia') More... over 17 years ago