Expose system default video and audio player in UI
commit07fa96bf1b923ca9164cc9a6df1d068295cc2fcd
authorThomas Perl <thp@perli.net>
Thu, 6 Nov 2008 17:06:12 +0000 (6 18:06 +0100)
committerThomas Perl <thp@perli.net>
Thu, 6 Nov 2008 17:06:12 +0000 (6 18:06 +0100)
tree879d6e1a6bcd954d8a7b891caecf459d918922c2
parenta83c253e222d4f9f7dba2d4982833472ce4bbae4
Expose system default video and audio player in UI

In addition to selecting audio and video players, we
now support "default" as a way of having a good default
that we can pass to a utility function that can later
be made cross-platform more easily.

Also cleaned up some UI issues with the video player,
so the label of the custom command is shown and the
combo box has the correct size.
data/gpodder.glade
src/gpodder/config.py
src/gpodder/gui.py
src/gpodder/libgpodder.py
src/gpodder/libplayers.py
src/gpodder/util.py