intel / dleyna-control

dLeyna-control is a Digital Media Player written in python to demonstrate how to use the dleyna DMS APIs. It detects Digital Media Servers on the local area network and allows users to browse, search and play their contents.
https://01.org/dleyna/
GNU Lesser General Public License v2.1
8 stars 12 forks source link

Player improvements #6

Closed jku closed 11 years ago

jku commented 11 years ago

This pull request includes player improvements:

It addresses the comments from the earlier (media-service-demo) pull request: e.g. when playback reaches end of stream, player seeks to beginning and pauses.

I've tried to keep UI changes very simple, hoping not to hit the murrine theme warning. But I don't run ubuntu so can't test that one. If it still occurs on ubuntu, skipping the last commit (moving the button next to scale) might help .

Fixes #3

markdryan commented 11 years ago

I've pushed these changes ( I needed to cherry-pick so the commit ids are different). Thanks.