<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/100117/">http://git.reviewboard.kde.org/r/100117/</a>
     </td>
    </tr>
   </table>
   <br />





 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Hmm, also if I remove the applet and re-add it, it stops working. the Reload button is always greyed out and nothing is displayed---only an Amarok restart fixes it.

There&#39;s also something weird in the reload page: http://i.imgur.com/hQ9O0.png . The items are movable, there are splitter handles, and there is a lot of weird padding. if I drag the splitter handle on the left i can hide artist of album! http://i.imgur.com/AEjVi.png so that should be unable to be moved by the user :)</pre>
 <br />







<p>- Leo</p>


<br />
<p>On October 31st, 2010, 4:56 p.m., Rainer Sigle wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.orgrb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for Amarok.</div>
<div>By Rainer Sigle.</div>


<p style="color: grey;"><i>Updated 2010-10-31 16:56:57</i></p>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">This patch adds a new applet to the Amarok context menu: &quot;Tabs&quot;. It&#39;s designed for guitar and bass-players, as it downloads and displays tablature information for the current song. Directly playing along a song has therefore never been easier.

The tab data is currently fetched from two sites: www.ultimateguitar.com and www.fretplay.com. As these provide no direct API, the tab data is extracted using some simple HTML parsing. Multiple results, e.g. versions of the tab, are stored and can be choosen from a list. A settings dialog allows to define the type of tabs to be fetched. In this patch we&#39;ve guitar and bass, but it could be extended to e.g. drums or piano in the future. Furthermore I&#39;ve added a reload button which allows to easily refine the criteria for the tab-search. This can be used e.g. when no tab-results were found because the song name contains fragments like (live), remix, etc.

I&#39;ll send some new png-images to amarok devel mailinglist because I was not able to correctly include these binary files into the patch. Please be aware that I don&#39;t know if there are any copyright restrictions on these bitmaps! Maybe they can be replaced with some KDE/Plasma specific images. Unfortunately I didn&#39;t find anything appropriate.

Thanks for any feedback on this...

By the way: Also big Thanks! to all Amarok devs and supporters for their great work. I love this application.</pre>
  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">used and tested during the last months, works fine for me</pre>
  </td>
 </tr>
</table>




<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>src/context/applets/CMakeLists.txt <span style="color: grey">(98bdd2b)</span></li>

 <li>src/context/applets/tabs/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/ReloadEditDialog.ui <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsApplet.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsApplet.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsItem.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsItem.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsSettings.ui <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsView.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/TabsView.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/amarok-context-applet-tabs.desktop <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/amarok-tabs-bass.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/amarok-tabs-drum.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/amarok-tabs-guitar.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/applets/tabs/amarok-tabs-piano.png <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/engines/CMakeLists.txt <span style="color: grey">(c1f029e)</span></li>

 <li>src/context/engines/tabs/CMakeLists.txt <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/engines/tabs/TabsEngine.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/engines/tabs/TabsEngine.cpp <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/engines/tabs/TabsInfo.h <span style="color: grey">(PRE-CREATION)</span></li>

 <li>src/context/engines/tabs/amarok-data-engine-tabs.desktop <span style="color: grey">(PRE-CREATION)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/100117/diff/" style="margin-left: 3em;">View Diff</a></p>



<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Screenshots </h1>

<div>

 <a href="http://git.reviewboard.kde.org/r/100117/s/9/"><img src="http://git.reviewboard.kde.org/media/uploaded/images/2010/10/31/context_applet_tabs_400x100.png" style="border: 1px black solid;" alt="Tabs Applet" /></a>

</div>


  </td>
 </tr>
</table>








  </div>
 </body>
</html>