summaryrefslogtreecommitdiff
path: root/tools/playlist.c
AgeCommit message (Collapse)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
2009-06-02Fixed invalid (const char *) -> (char *) casts and modifying const dataphintuka
2009-06-01Fixed memory leaks (orphaned strdup() return values)phintuka
2008-11-16Silenced warn_unused_result warnings.rofafor
2008-10-31Added #include "../features.h"phintuka
2008-10-28Build system upgrade:phintuka
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
2008-07-14Do not try to scan special mrls (dvd:/ etc.)phintuka
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