<div dir="ltr">Hi Phil,<div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 8, 2015 at 9:13 PM, Phil <span dir="ltr"><<a href="mailto:phdsrq@gmail.com" target="_blank">phdsrq@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><br></div>Dear Amarok and developers,<br><br></div>First, I must say that I truly love the wonderful Amarok music player, Thank You. I have checked a lot of music players and music managers in Ms Windows and Linux for a long time now, and I still think Amarok is the best one I have found. I am currently running Linux Mint KDE 17.1 which I also think is absolutely superb.<br></div></div></blockquote><div><br></div><div>Thanks :-) </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div>Secondly, I am having a problem when recording an Internet Streaming station in that it will not stop "streamripper" from recording when I click the stop recording button, even if I set a timer, even if I exit Amarok. I have to logout, or bring up "Ksysguard" to kill the process, or it will continue to record.<br><div><div><br>I finally found the program that controls this, which I think is Java Script, in "/home/phil/.kde/share/apps/amarok/<b>main.js</b>". I can see the code block on line 139 "function recStreamStop()" which should stop "streamripper", which is not working on my system. But, I do not know how to edit the code correctly, or what to put in there to stop "streamripper", maybe "killall -9 streamripper", and where would I put that? If there is some better method, or code, to do this? Please let me know.<br><br><span style="background-color:rgb(255,255,0)">function recStreamStop() {<br> if (recording == true) {<br> recording = false;<br> timer.stop();<br> rectimer.stop();<br> callerProc.terminate();<br> callerProc.kill();<br> removeRelay();<br><b><span style="color:rgb(204,0,0)"> killall -9 streamripper<span></span></span></b><span></span><br> Amarok.Window.ToolsMenu.mrecStream.enabled = true;<br> Amarok.Window.ToolsMenu.recRadio.enabled = true;<br> Amarok.Window.ToolsMenu.recWav.enabled = true;<br> Amarok.Window.ToolsMenu.recStop.enabled = false;<br> }<br>}</span><br><br><br></div><div>Thirdly, it would be very cool, and functional, and super convenient, to have the easy ability to put in multiple play and or recording start and stop dates and times, and or daily schedules, for individual Internet streaming stations, similar to "Kradio" 's Alarms, or an even better easier "right click" a streaming station, "add timer" method; and obviously the ability to manage and edit timers. <br><br></div></div></div></blockquote><div>The streamripper is a 3rd-party script we are not responsible for, you should contact the author of the script directly (you can access the site where the script is hosted via the Amarok settings -> Configure Amarok -> Scripts -> Manage Scripts )</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div><div>Fourthly, it would be really nice to have a direct "single-click" way to get to the "saved Playlists", "Amarok Database", and or "Playlist files on disk" in an opened state (with the lists already displayed), on the toolbar, or even a keyboard shortcut, and or maybe one or two icons (launchers), at the top or bottom of the "current playlist"; and having multiple playlist tabs and tab options in the currently playing playlist would sure be great too.<br></div></div></div></blockquote><div><br></div><div>Please file a wish for this on <a href="http://bugs.kde.org">bugs.kde.org</a>, so we can keep track of the wishlist.</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div></div><div><br></div><div>Lastly, it would be also be nice, although not essential, to have Amarok, be able to open and play videos (ex: music videos), even if it spawns an external media (video) player which would require a configuration setting somewhere, maybe a plug-in, or script.<br></div></div></div></blockquote><div><br></div><div>That is really out of our scope, Amarok is an audio player only, and it would add quite some code we would have to maintain as well. With a codebase of over 200k lines this would really start to get totally overblown, I hope you understand.</div><div><br></div></div>Thank you for using Amarok!</div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards, Myriam</div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><div><div style="text-align:left">Proud member of the Amarok and KDE Community</div><div style="text-align:left">Protect your freedom and join the Fellowship of FSFE:</div><div style="text-align:left"><a href="http://www.fsfe.org" target="_blank">http://www.fsfe.org</a><a href="http://www.fsfe.org" target="_blank"><br></a></div><div style="text-align:left">Please don't send me proprietary file formats,</div><div style="text-align:left">use ISO standard ODF instead (ISO/IEC 26300)</div></div></div></div>
</div></div>