I can't access the playlist without entering one of the modes, this is confusing. Reproducible: Always Steps to Reproduce: 1. Open PMC 2. Look for an option to launch playlist Actual Results: No option to launch playlist Expected Results: There should be an option to launch the playlist
@Shantanu hey, i have been busy with my exams so couldn't concentrate on this. Just came across this bug so have been working on it. i have solved the issue, and submitted the patch, if anything is wrong please inform !!
Created attachment 83351 [details] this is a change in mediacenter.qml file. on clicking in the empty area in the begenning one can access the playlist directly, this avoids the burden of selecting the media type and then going to the playlist.
Hi Kaushik, the patch you submitted will only work when mediaPlayerInstance is null [that is when if(mediaPlayerInstance) returns false]. So it will not work once the user has played something (because then mediaPlayerInstance will be loaded and it will have some value). We want an entry or something similar to "Fullscreen", "Exit" for "Playlist" which will in turn show the playlist. See if you can do something like that. Also, this is just a suggestion, feel free to suggest other approaches which might be simpler.
Hi, Is this bug still exist or is someone fixing? if not can i working on fixing this?
(In reply to comment #4) > Hi, > Is this bug still exist or is someone fixing? if not can i working on fixing > this? This bug still exists and I think you can go ahead and pick it up
thanks Tushar. I will work on this.
Git commit 67032817d71905261d94a2c9775f033eb62863b1 by Shantanu Tushar. Committed on 06/03/2014 at 17:41. Pushed by shantanu into branch 'master'. Show the playlist when empty area is clicked and there is no media playing. Patch by Ashish Madeti <ashishmadeti@gmail.com> REVIEW: 116620 M +1 -1 shells/newshell/package/contents/ui/mediacenter.qml http://commits.kde.org/plasma-mediacenter/67032817d71905261d94a2c9775f033eb62863b1