jsharper
|
2010-08-13
, 23:54
|
Posts: 75 |
Thanked: 59 times |
Joined on Nov 2009
@ Gilbert, AZ, USA
|
#131
|
|
2010-08-14
, 00:04
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#132
|
|
2010-08-14
, 01:13
|
Posts: 75 |
Thanked: 59 times |
Joined on Nov 2009
@ Gilbert, AZ, USA
|
#133
|
|
2010-08-14
, 04:09
|
Posts: 75 |
Thanked: 59 times |
Joined on Nov 2009
@ Gilbert, AZ, USA
|
#134
|
--- radioplayer.py.orig 2010-08-13 17:07:43.000000000 -0700 +++ radioplayer.py 2010-08-13 21:02:41.000000000 -0700 @@ -183,7 +183,7 @@ self.getStations() def getStations( self ): - self.stations = self.pandora.getStations() + self.stations = sorted(self.pandora.getStations(), key=lambda station: station["stationName"]) self.emit(QtCore.SIGNAL("stations")) def getMoreSongs( self ):
The Following User Says Thank You to jsharper For This Useful Post: | ||
|
2010-08-14
, 06:18
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#135
|
|
2010-08-20
, 04:43
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#136
|
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-08-24
, 15:56
|
Posts: 38 |
Thanked: 23 times |
Joined on Jun 2008
@ Philadelphia, PA
|
#137
|
The Following User Says Thank You to parejkoj For This Useful Post: | ||
|
2010-08-24
, 16:03
|
Posts: 110 |
Thanked: 38 times |
Joined on Apr 2010
|
#138
|
The Following User Says Thank You to ceevee For This Useful Post: | ||
|
2010-08-24
, 17:48
|
Posts: 38 |
Thanked: 23 times |
Joined on Jun 2008
@ Philadelphia, PA
|
#139
|
The Following User Says Thank You to parejkoj For This Useful Post: | ||
|
2010-08-24
, 20:42
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#140
|
How hard would it be to put in an application specific volume control like Media Player and Canola have. It's handy to have separate control over the volume in the music app.
Tags |
bad tags, good tags, pyradio |
Thread Tools | |
|