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
Part of this is already done (the extending part), what still needs to be done is the right click part.
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.
Correct, someone just created a reviewboard for the second part thoguh https://git.reviewboard.kde.org/r/120683/
PArts of it are fixed, and the enqueue part was a wrong suggestion from my side