Code

utils: move format_duration_*() to time_format.c
[ncmpc.git] / src / strfsong.c
2017-03-21 Max Kellermannutils: move format_duration_*() to time_format.c
2017-03-17 Max Kellermannupdate copyright year
2016-08-18 Max Kellermannstrfsong: implement "%disc%"
2013-11-08 Max Kellermann*: make variables more local
2013-04-11 Jari Vetoniemistrfsong: Add fallback mpd tags for more compatibility
2012-08-10 Jonathan Neuschäferstrfsong: add %albumartist%, %composer%, and %performer%
2012-06-12 Jonathan Neuschäferstrfsong: evaluate literal text as "true"
2012-06-12 Jonathan Neuschäferstrfsong: add a '\0' after copied chars; avoid memset
2012-06-12 Lars-Dominik BraunFix strfsong behaviour for unknown identifier
2011-12-02 Max KellermannMerge remote branches 'jn/cosmetics', 'jn/doxygen'...
2011-11-14 Jonathan Neuschäferapply whitespace cosmetics to the license comments
2010-01-01 Max KellermannMerge branch 'master' of git://git.musicpd.org/avuton...
2010-01-01 Avuton OlrichUpdate copyright notices
2009-10-10 Max Kellermannstrfsong: support multiple values for a tag
2009-10-02 Max Kellermannscreen_song: moved code to format_duration_short()
2009-09-28 Max Kellermannuse libmpdclient2
2009-01-01 Avuton OlrichUpdate copyright notices
2008-10-03 Max Kellermanncode style, indent with tabs XI
2008-10-03 Max Kellermannuse g_basename() instead of basename()
2008-10-02 Max Kellermannmoved code to charset.c
2008-10-02 Max Kellermannstrfsong: constant pointers
2008-09-15 Max Kellermanninclude cleanup
2008-09-15 Max Kellermannconst pointers
2008-09-15 Max Kellermanncode style, indent with tabs
2007-02-16 Andreas Obergrusbergerway too much stuff to describe here
2006-10-05 Andreas Obergrusbergeryou can specify %shortalbum% for playlist song markup...
2005-06-05 Kalle WallinAdded support for %date% and %genre% - from qball
2004-12-09 Kalle Wallin%time% format fix from Aurelien Foret (use %02d for...
2004-07-13 Kalle WallinUse glib's str functions (g_strlcat, g_strlcpy, g_snpri...
2004-06-15 Kalle WallinModified %shortfile% format to not shorten urls
2004-06-15 Kalle WallinRenamed %basename% format %shortfile%
2004-06-14 Kalle WallinMajor cleanup of the mpd client code (mpc->mpdclient)