9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 2 years ago.
Jan 16, 2021 — Jan 16, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added an autoimport preference. code isn't taking advantage of it yet More... over 21 years ago
Fix from Adrian Ulrich<pab at blinkenlights.ch> so the number of playlists gets written properly, and a hexdump of our export function matches the output of gnupod's mktunes.pl script More... over 21 years ago
Added md5_hash to Song structure (will not be saved yet). Moved unique_..._init () to main.c. More... over 21 years ago
Changes - You can free up space on your ipod now by deleting songs from the master playlist. I somehow broke playlist writes, and it's really inconsistent, needs some more looking at. More... over 21 years ago
Update for proper file deletion and some documentation ! More... over 21 years ago
small fix. filenames with a '/' in them will fail to write. More... over 21 years ago
updated prefs_window so it now handles whether or not you want dialogs when you delete files(which still isn't implemented in cvs) other slight modifications to the prefs settings. More... over 21 years ago
subsystem to export files from your ipod to an arbitrary directory on disk. More... over 21 years ago
add function calls to allow removing of hash ids More... over 21 years ago
this is deleting twice, comment it out till I hear from Jorg on it. More... over 21 years ago
hook in the file deleting stuff. More... over 21 years ago
The beginnings of a file/playlist deletion mechanism. Hooks into prefs, won't ask your more than once if you think you're really smart. Frontend is there and it's identifying what needs to be removed, need sleep first... More... over 21 years ago
* Removed unusable "Year" song attribute from callbacks,interface,prefs, and prefs_window * Fixed Column ordering in display.c * Added Track Number column to song display, you can sort by and edit track numbers now * Added default cases to switch statements containing none in display.c * Added function sm_show_preferred_columns function, it displays the columns requested by the current preference settings * Prefs are now read from a file(~/.gtkpod/prefs) when gtkpod loads. Upon any successful save of the preferences(i.e. OK clicked in prefs_window) current settings are saved. Preferences are also rewritten at quit time. More... over 21 years ago
more preferences work yum yum yum More... over 21 years ago
intended actions More... over 21 years ago
Added interactive preferences dialog More... over 21 years ago
initial import of the preferences interface More... over 21 years ago
Added support for md5ing files and identifying duplicate copy attempts NOTE: * This uses SHA1 and you need the openssl development libraries to compile it, however for running it shouldn't require anything we don't already have on our systems(ssh?). If using the Openssl libs isn't ok it's abstracted enough that it continues to interact fine with gtkpod and we change its internal representation. * Let me know if you get any incorrect collisions. * Yes it's slower to load up the first time(takes about 10 seconds for 4 gigs of music on my g3 500mhz ibook) , but there is no noticeable difference after the database has loaded to do the lookup. * It is an option and has an associated attribute in prefs.[ch] More... over 21 years ago
don't allow dragging of files already in the main pl to it again. More... over 21 years ago
Fix broken song adding, had made the songs list static Added DND code to drag songs from filelist to playlist of choice. Hopefully DND code to drag from your favorite fm to main playlist will follow soon after. More... over 21 years ago
removing unneeded aclocal.m4 it's autogenerated More... over 21 years ago
Added "Title" category to sort tabs. Fixed bug in display.c st_cell_edited. Added documentation to itunesdb.c. More... over 21 years ago
Fixed small bug that prevented the song model from being updated when Tags were changed. More... over 21 years ago
song.c: fixed memory hole in write_tags_to_file () -- JCS display.c: added some code to change/remove songs from sorttabs -- JCS playlist.h: changed one comment -- JCS More... over 21 years ago
whoops, this shouldn't have been imported More... over 21 years ago
New repository initialized by cvs2svn. More... over 21 years ago
Initial revision More... over 21 years ago