summaryrefslogtreecommitdiff
path: root/plugins/m3u/m3u.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-09 09:18:58 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-09 09:18:58 +0200
commit701e7cc4dad4b181f49d9492f2ba5d340ae83a35 (patch)
tree8b18f434ca8927823a5c048149a081a28b0cf5bb /plugins/m3u/m3u.c
parent923fef543f48ad09e1ab0049bfc7b3686ea254dc (diff)
fixed m3u plugin description
Diffstat (limited to 'plugins/m3u/m3u.c')
-rw-r--r--plugins/m3u/m3u.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/m3u/m3u.c b/plugins/m3u/m3u.c
index e7bc1df0..4e5afe83 100644
--- a/plugins/m3u/m3u.c
+++ b/plugins/m3u/m3u.c
@@ -437,8 +437,8 @@ DB_playlist_t plugin = {
.plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_PLAYLIST,
.plugin.id = "m3u",
- .plugin.name = "M3U and PLS playlist loader",
- .plugin.descr = "Imports playlists from M3U and PLS formats",
+ .plugin.name = "M3U and PLS support",
+ .plugin.descr = "Importing and exporting M3U and PLS formats\nRecognizes .pls, .m3u and .m3u8 file types\n\nNOTE: only utf8 file names are currently supported",
.plugin.copyright =
"Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n"
"\n"