Bug 326536 - Extend AudioPlayer so that it gives info about if something is playing at the moment or not
Summary: Extend AudioPlayer so that it gives info about if something is playing at the...
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: 0.19.60
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords: junior-jobs
Depends on:
Blocks:
 
Reported: 2013-10-23 22:47 UTC by Albert Astals Cid
Modified: 2015-12-04 00:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Astals Cid 2013-10-23 22:47:32 UTC
Once we have that information we can make it so that when you right click on an AudioLink instead of "Follow This Link" it says "Play this Sound" if nothing is playing or "Enqueue This Sound" if something is playing. Also make it so that "Stop Sound" only appears if something is actually playing
Comment 1 Albert Astals Cid 2014-01-26 15:21:03 UTC
Part of this is already done (the extending part), what still needs to be done is the right click part.
Comment 2 Pranab Roy 2014-10-26 11:43:06 UTC
If this issue is still open I would like to work on this. I am new to Okular and OSS. 

I have the Okular source code and compiled it in my Ubuntu 14.04. I think the feature is implemented in audioplayer.cpp and I can see the the  playSound(), stopPlaybacks() part is already implemented. 

I think on right click " 'Enqueue This Sound' if something is playing" part is left. Kindly correct me if I am wrong and help me to start with it.

Thanks in Advance.
Comment 3 Albert Astals Cid 2014-10-27 21:02:27 UTC
Correct, someone just created a reviewboard for the second part thoguh https://git.reviewboard.kde.org/r/120683/
Comment 4 Albert Astals Cid 2015-12-04 00:24:16 UTC
PArts of it are fixed, and the enqueue part was a wrong suggestion from my side