The Following User Says Thank You to xavi6 For This Useful Post: | ||
|
2011-03-22
, 00:46
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#312
|
|
2011-03-22
, 10:47
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#313
|
|
2011-03-22
, 11:37
|
|
Posts: 566 |
Thanked: 282 times |
Joined on Sep 2010
@ Lower Saxony
|
#314
|
|
2011-03-22
, 15:20
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#315
|
cd /home/maemo/usr/lib/python2.5/site-packages/gpodder/gtkui/frmntl
sudo gainroot chmod 777 model.py exit
leafpad model.py
pygtkeditor model.py
elif column == self.C_VIEW_SHOW_DOWNLOADED: return episode.state == gpodder.STATE_DOWNLOADED or \ (episode.state == gpodder.STATE_NORMAL and \ not episode.is_played) or \ downloading(episode)
elif column == self.C_VIEW_SHOW_DOWNLOADED: return episode.state == gpodder.STATE_DOWNLOADED
elif self._view_mode == self.VIEW_DOWNLOADED: is_visible = lambda episode: episode.state == gpodder.STATE_DOWNLOADED or \ (episode.state == gpodder.STATE_NORMAL and \ not episode.is_played) or \ self._downloading(episode)
elif self._view_mode == self.VIEW_DOWNLOADED: is_visible = lambda episode: episode.state == gpodder.STATE_DOWNLOADED
|
2011-03-24
, 02:36
|
Posts: 53 |
Thanked: 17 times |
Joined on Apr 2010
|
#316
|
|
2011-03-24
, 11:28
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#317
|
A few weeks back there was a article in the maemo.org news section about a new user interface for gPodder in development.
I am curious as to whether there has been further progress on that.
Could someone please post the link, I can not seem to find it anymore? Thank You.
|
2011-03-25
, 13:31
|
Posts: 398 |
Thanked: 301 times |
Joined on Sep 2007
@ Texas
|
#318
|
|
2011-03-25
, 17:32
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#319
|
The Following User Says Thank You to thp For This Useful Post: | ||
|
2011-03-28
, 08:52
|
|
Posts: 800 |
Thanked: 957 times |
Joined on Sep 2010
@ India
|
#320
|
@casketizer i think you are Absolutely right cox i checked Another podcast and i got all of the 200 episodes! the question now! how can i get over the .xml limitation
@ Danramos: you Got me right too and thp Guided well to how to reConfig the number of episodes and why he hide it as for performance reason
@thp: Thanx again and Again