aboutsummaryrefslogtreecommitdiff
path: root/rcsample.lua
diff options
context:
space:
mode:
authorAlexander Yakushev <yakushev.alex@gmail.com>2011-09-10 18:03:24 +0300
committerAlexander Yakushev <yakushev.alex@gmail.com>2011-09-10 18:03:24 +0300
commit3a8fdd263de92f89d1c9fd7c15ba3c49eed39c20 (patch)
treeee403a0f0a091725b95bf401106e3178b21062f5 /rcsample.lua
parent85b51b55c75844f8712b7f00cabe3039b213430f (diff)
downloadawesompd-3a8fdd263de92f89d1c9fd7c15ba3c49eed39c20.tar.gz
awesompd-3a8fdd263de92f89d1c9fd7c15ba3c49eed39c20.tar.bz2
Added feature to browse current artist or album on Jamendo
Diffstat (limited to 'rcsample.lua')
-rw-r--r--rcsample.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/rcsample.lua b/rcsample.lua
index 336f2ef..6a54f4a 100644
--- a/rcsample.lua
+++ b/rcsample.lua
@@ -96,6 +96,10 @@ mysystray = widget({ type = "systray" })
-- this option on the fly in awesompd itself.
-- possible formats: awesompd.FORMAT_MP3, awesompd.FORMAT_OGG
musicwidget.jamendo_format = awesompd.FORMAT_MP3
+
+ -- Specify the browser you use so awesompd can open links from
+ -- Jamendo in it.
+ musicwidget.browser = "firefox"
-- If true, song notifications for Jamendo tracks and local tracks
-- will also contain album cover image.