(re)integration of external media player support
Registered by
mikeL
Rev. 42 of the linked branch (re)introduces the play-button. You are now able to listen to streams using an external player like winamp or xmms. When the play button is used for the first time, you are asked to choose your favourite external player.
In case you want to change the player later you have to hold the control-key while clicking the play-button.*
*note this is just a workaround until the gui for setting the preferences is available.
Blueprint information
- Status:
- Complete
- Approver:
- Andreas Kühntopf
- Priority:
- Undefined
- Drafter:
- mikeL
- Direction:
- Needs approval
- Assignee:
- Joachim Lippold
- Definition:
- Approved
- Series goal:
- Accepted for 0.4
- Implementation:
- Implemented
- Milestone target:
- None
- Started by
- mikeL
- Completed by
- Joachim Lippold
Whiteboard
todo:
-add parameter string editor
note for linux users:
amarok works fine, but you have to start amarok using a shell script like this:
--start--
#!/bin/bash
amarok -p $1
--end--
just use this shell script as external player
(?)