summaryrefslogtreecommitdiff
path: root/tools/playlist.c
AgeCommit message (Collapse)Author
2010-02-28Merge:phintuka
1.28, 1.27, 1.26: support for libextractor 0.6.0 1.25: BuildMrl()
2009-11-16Merged revision 1.24phintuka
Made config_t::Is???() functions static
2009-06-09Merge from trunk: cosmeticsphintuka
2009-06-09Merge from trunk:phintuka
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
2009-06-04Merge from trunk:phintuka
revision 1.23 Fixed invalid (const char *) -> (char *) casts and modifying const data
2009-06-04Merge from trunk:phintuka
revision 1.22 Fixed memory leaks (orphaned strdup() return values)
2009-02-12Merged revision 1.21:phintuka
Silenced warn_unused_result warnings.
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Do not try to scan special mrls (dvd:/ etc.)
2008-04-03Use libextractor for extracting metainfo. Supported versions are 0.5.20 or ↵phelin
later. If libextractor is not found or its version not supported, old solution is used.
2008-02-19Remove compiler warning (suggest parentheses around && within ||)phintuka
2008-02-19Fix cID3Scanner <-> cPlaylist synchronication:phintuka
- playlist iterator is invalid after playlist modification - scanner might skip files that are added during scan
2008-02-19Remove static variablephintuka
2008-02-19Remove ID3 scanner startup delayphintuka
2008-01-10Enable selecting which metainfo is shown.phelin
2008-01-10Add setup menu for Media player. Options for enabling or disabling metainfo ↵phelin
types, metainfo scanner and metainfo caching.
2008-01-10Combine ID3Scanner command output handling for both metaflac and mp3info.phelin
2008-01-10Add Tracknumber for playlist items.phelin
2008-01-10Replace Track with Title in playlist items.phelin
2007-06-18Metadata scanner updates:phintuka
- parse flac metadata with metaflac (Patch from Petri Helin) - escape double quotes in file names - sort tracks without track number to end of list - re-sort playlist after metadata scanning
2007-06-18Added EscapeMrl()phintuka
2007-01-04Support relative paths with recursive playlist filesphintuka
2007-01-04(Hopefully) better playlist name generationphintuka
2007-01-03Delphintuka
2007-01-03Fixed sortingphintuka
Fixed metainfo cache reading Fixed metainfo cache generating with empty meta info strings Reduced logging Enabled recursive directory scanning Extended playlist name with directory name
2006-12-24Initial importphintuka