|
2011-03-10
, 18:53
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#382
|
I can't for my life trigger this bug. When I chose to play files in gpodder they're all appended to panucci's playlist. If I close panucci and chose to play another file it's played. You have to tell me the "exact" steps to make to trigger this bug if I should be able to fix it.
|
2011-03-10
, 19:06
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#383
|
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
2011-03-10
, 21:39
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#384
|
As I said before I can't trigger the gpodder bug. I need more info if I should be able to fix it.
|
2011-03-10
, 21:55
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#385
|
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
2011-03-10
, 21:59
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#386
|
def create_app_menu(self): menu = hildon.AppMenu() b = gtk.Button() self.action_open.connect_proxy(b) menu.append(b) b = gtk.Button() self.action_open_dir.connect_proxy(b) menu.append(b) # - Save Playlist # what about placing this inside the playlist? b = gtk.Button() self.action_save.connect_proxy(b) menu.append(b) # - Empty Playlist # (it's already at the Playlist menu) # - Delete Bookmarks # (you're able to delete individual Bookmarks at the playlist) b = gtk.Button() self.action_playlist.connect_proxy(b) menu.append(b) b = gtk.Button() self.action_about.connect_proxy(b) menu.append(b) menu.show_all() return menu
|
2011-03-10
, 22:14
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#387
|
Hmm, yes that looks like a bug. I do think that it should stay paused if it was paused before. Your post is very informative but I can't see what you really want.
The Following User Says Thank You to Helmuth For This Useful Post: | ||
|
2011-03-10
, 22:20
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#388
|
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
2011-03-10
, 22:23
|
Posts: 14 |
Thanked: 6 times |
Joined on May 2010
|
#389
|
I can't for my life trigger this bug. When I chose to play files in gpodder they're all appended to panucci's playlist. If I close panucci and chose to play another file it's played. You have to tell me the "exact" steps to make to trigger this bug if I should be able to fix it.
|
2011-03-10
, 22:36
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#390
|
1) start gpodder
2) play podcast-1 (does not matter if it finishes)
3) quit panucci
4) back to gpodder and play podcast-2 (from same or diff feed)
5) podcast 1 gets played again while podcast 2 gets added to panucci playlist.
6) repeating steps 3 and 4 changes nothing, podcast-1 always gets played while each new podcast gets added to the end of panucci's playlist.
Workarounds to get podcast-2 (or after to play) is either
1) delete podcast-1.
2) clear panucci playlist.
N900 running PR1.3 Panucci 0.99.0 and gPodder 2.23
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
Tags |
barbiestrsand |
Thread Tools | |
|
I read that Error, and I understand it... but this function was there, right in the front of me on a pice of paper!
I printed last night the create_actions, create_desktop_menu and create_app_menu the newest version from git to get a overview while typing today the functions on my N900 on the go.
But today, editing the code of the installation directly on the device using pyGTKeditor (a pain on such a small screen) I have the source from the repos because I was unable to get the newest running directly on my device. ...I've unregarded this fact...
Just checked... no attribute 'action_lock_progress' on my create_actions function several screens above. God dammit!
I'm comming from a Windows/C++ world several years ago, there have error messages rarely something to do with the real problem. They are there mostly only a result.
I have a appointment at 6. Hopefully with more success...