From kde-bugs-dist Sun Dec 31 22:23:37 2006 From: Cyrus007 Date: Sun, 31 Dec 2006 22:23:37 +0000 To: kde-bugs-dist Subject: [Bug 139453] New: lyrics script interface needs more and better Message-Id: <20061231232336.139453.swapan () yahoo ! com> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=116760383105335 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=139453 Summary: lyrics script interface needs more and better message passing Product: amarok Version: 1.4.3 Platform: Ubuntu Packages OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: scripts AssignedTo: amarok-bugs-dist kde org ReportedBy: swapan yahoo com Version: 1.4.3 (using KDE KDE 3.5.5) Installed from: Ubuntu Packages OS: Linux Did look up bug no 135213. This is a request for an enhancement to the message string passed to lyrics script. Right now it passes commands like configure/fetchLyrics/fetchLyricsByUrl with artist and title only. Need more like 'Album', 'Genre', 'Composer' etc - infact all the tags if possible. It would be better to send them by parameter=value pairs after the command to take care of empty values (right now e.g. title is send as first parameter if artist is not present). Why do we want this: so that the scripts can fetch lyrics from alternate sites from many possible based on specific parameter values. Here is an example. I have a script called iTRANS Amarok Script @ http://www.kde-apps.org/content/show.php?content=50890 which displays scripts in non-romanised font. Well I want this to be called only when say the genre='Hindi....' and call lyrc for other genre. But why genre=..., because some sites have romanised version of the same lyrics too, which I want to be called when genre!='Hindi...' I will work on it to see if I can come up with something.