aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist_song.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'v0.16.x'Max Kellermann2011-06-031-1/+8
|\ | | | | | | | | Conflicts: src/decoder/ffmpeg_decoder_plugin.c
| * playlist_song: fix playlist files in base music directoryMax Kellermann2011-05-091-0/+7
| | | | | | | | | | g_path_get_dirname() returns "." when there is no directory name in the given path. This patch adds a workaround for that.
| * playlist_song: fix NULL pointer dereferenceMax Kellermann2011-05-091-1/+1
| |
* | copyright year 2011Max Kellermann2011-01-291-1/+1
| |
* | playlist_song: add flag "secure"Max Kellermann2010-12-231-5/+7
|/ | | | | | Optionally allow all local files. "Insecure" mode is used for printing playlists.
* playlist_song: calculate duration of last CUE trackMax Kellermann2010-11-081-0/+8
|
* playlist_song: fix memory leakMax Kellermann2010-07-251-0/+2
| | | | Free the temporary path string in apply_song_metadata().
* playlist_queue: moved check_translate_song() to playlist_song.cMax Kellermann2010-02-081-0/+139