Author Topic: Python Frontend For Mplayer  (Read 5626 times)

wowo123

  • Jr. Member
  • **
  • Posts: 81
    • View Profile
    • http://
Python Frontend For Mplayer
« Reply #15 on: December 06, 2006, 04:34:40 am »
Quote
Quote
The gui works fine for me for audio and video playback but the font of the playlist and icons are way too small so you cannot really use it. This isn't connected to the font size in .gtkrc-2.0 but must be part of the script. I went through the files in /usr/lib/gymp but found nothing so far...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148101\"][{POST_SNAPBACK}][/a][/div]

The files in /usr/lib/pymp are already compiled. So you can download an attached file and replace playlist.pyc with this file. If you want to change font size. find "font = pango.FontDescription("14")" in the file and change "14" which is font size.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=148125\"][{POST_SNAPBACK}][/a][/div]

That's it! Thank you very much!

wowow123