summaryrefslogtreecommitdiffstats
path: root/tools/songdb.pl
AgeCommit message (Expand)AuthorFilesLines
2005-09-09Removed the risk of getting a zero CRC for a valid file.Daniel Stenberg1-3/+9
2005-09-03slight change in the bad CRC returned, to make rundb code handle it better.Michiel Van Der Kolk1-1/+2
2005-08-21--nocrc to disable CRC checksumsDaniel Stenberg1-0/+12
2005-08-21Help text added for --help. Confusion about the --dirisalbum andDaniel Stenberg1-1/+17
2005-08-21Fixed title extracting for Ogg files. Fixed suggested by 'cosmocat' in theDaniel Stenberg1-0/+3
2005-07-12songdb.pl now calculates the checksum for Ogg Vorbis files by starting at the...Ryan Jackson1-3/+15
2005-07-08i wasn't fully awake o.oMichiel Van Der Kolk1-2/+2
2005-07-08Proper sorting, explanation of the extra field.Michiel Van Der Kolk1-2/+2
2005-07-08for oggs, we do a lame crc from index 0 to make the rundb work better (but thisDaniel Stenberg1-0/+3
2005-07-05Added CRC32 of the compressed song data, since that is what the format wants.Daniel Stenberg1-222/+95
2005-07-01First runtime database support, self repairing, only playcount works for now,Michiel Van Der Kolk1-2/+2
2005-06-07Initial Vorbis Comments support. We just need a few more translations and itDaniel Stenberg1-9/+40
2005-06-04that too..Michiel Van Der Kolk1-1/+1
2005-06-04Database v3Michiel Van Der Kolk1-1/+4
2005-04-25--add option, by request of amiconn.Michiel Van Der Kolk1-1/+11
2005-04-25(Tag) Database v2. this fixes all bugs in the old songdb.pl, should react likeMichiel Van Der Kolk1-112/+242
2005-04-24Do not distinguish between case when sorting entries.Michiel Van Der Kolk1-3/+3
2005-04-24Fall back on "<no album tag>" if the file is in the root of the player and do...Michiel Van Der Kolk1-0/+2
2005-04-24Fall back on directory name if no album tag, instead of <no album tag>.Michiel Van Der Kolk1-2/+7
2005-04-24Proper dumpint function..Michiel Van Der Kolk1-5/+1
2005-04-23Another broken link.Michiel Van Der Kolk1-3/+4
2005-04-23Song -> Album links were broken.Michiel Van Der Kolk1-2/+2
2005-04-13Almost supports multiple-artist albums - needs a special case for songs with ...Jonas Häggqvist1-5/+5
2005-04-13Multi-artist cd handling will take a bit more work. Last version was broken.Jonas Häggqvist1-14/+13
2005-04-12Improved handling of multi-artist albums and tags with different casesJonas Häggqvist1-3/+26
2005-01-19Strip trailing directory slashBjörn Stenberg1-1/+4
2005-01-19Windows requires setting files to binary modeBjörn Stenberg1-0/+1
2005-01-17Removed 'strict'Björn Stenberg1-1/+0
2005-01-17re-indented to look normal ;-)Daniel Stenberg1-430/+430
2005-01-17Don't die on opendir() failure. Index .mp2 files too.Björn Stenberg1-6/+10
2005-01-17Don't print to STDERR.Björn Stenberg1-9/+9
2005-01-17Added MP3::Info.pm inside script to make it standalone.Björn Stenberg1-11/+1571
2005-01-17Added progress display and summary. Implemented --strip.Björn Stenberg1-35/+73
2004-10-26Add dummy text if some tags are missingBjörn Stenberg1-0/+4
2004-10-23Sort songarray on track number if availableBjörn Stenberg1-3/+15
2004-10-21Minor adjustmentsBjörn Stenberg1-2/+8
2004-10-21Now fully v1 spec compliantBjörn Stenberg1-23/+64
2004-10-21updates, still not thereDaniel Stenberg1-9/+21
2004-10-20Closing in on the TagDatabase 1.7 specDaniel Stenberg1-4/+174
2004-10-18present table to the user, easily converted to binary form once we settleDaniel Stenberg1-3/+57
2004-10-13song db generation tool embryoDaniel Stenberg1-0/+93