aboutsummaryrefslogtreecommitdiffstats
path: root/src/strfsong.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-10-03code style, indent with tabs XIMax Kellermann1-9/+8
Follow the same code style als MPD itself.
2008-10-03use g_basename() instead of basename()Max Kellermann1-2/+1
g_basename() is always available, no need to implement a fallback. Also use g_path_get_dirname(), g_path_get_basename().
2008-10-02moved code to charset.cMax Kellermann1-0/+1
Move everything which deals with UTF-8 strings and character set conversion to charset.c, header charset.h.
2008-10-02strfsong: constant pointersMax Kellermann1-2/+3
Pass constant pointers to strfsong() and screen_lyrics_load().
2008-09-15include cleanupMax Kellermann1-9/+2
A header should include all headers which he needs. Move local includes on top, and let foo.c include foo.h in the first line, to automatically test its dependencies.
2008-09-15const pointersMax Kellermann1-5/+5
Convert pointers to const whenever it is possible. Fixes all those -Wconst warnings.
2008-09-15code style, indent with tabsMax Kellermann1-195/+165
Follow the same code style als MPD itself. This patch only fixes parts of the code which are going to be touched in the following bunch of patches, i.e. there will be more "code style" patches in the future.
2007-02-16way too much stuff to describe hereAndreas Obergrusberger1-3/+15
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-10-05you can specify %shortalbum% for playlist song markup, parent directory is ↵Andreas Obergrusberger1-0/+16
shown in the browse screen title git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4871 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2005-06-05Added support for %date% and %genre% - from qballKalle Wallin1-0/+4
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@3319 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-12-09%time% format fix from Aurelien Foret (use %02d for seconds)Kalle Wallin1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2786 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-07-13Use glib's str functions (g_strlcat, g_strlcpy, g_snprintf, g_strdup_vprintf)Kalle Wallin1-15/+10
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1868 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-15Modified %shortfile% format to not shorten urlsKalle Wallin1-11/+30
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1502 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-15Renamed %basename% format %shortfile%Kalle Wallin1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1498 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-14Major cleanup of the mpd client code (mpc->mpdclient)Kalle Wallin1-0/+214
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1481 09075e82-0dd4-0310-85a5-a0d7c8717e4f