Notices


Reply
Thread Tools
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#391
Originally Posted by xerxes2 View Post
Hmm, that paused bug seems to be a gpodder thing. It controls panucci with dbus when it's already running. Will have to talk with thp about that and what the best behaviour is. But I'll add your code and will try to investigate (ask thp) on how to do a dialog menu for the fremantle settings. And yes I'm tired too.
Hmm... I don't think we should change this play/pause behavior. You don't need to ask thp. I would say we should reconsider how panucci itself handles the files it gets from gPodder.

I would say in a normal use case gPodder should add the new File to the end of the Playlist (as it happens now) but it should immedially start to playback the last file from this playlist. (the newest added)

See my suggestion from the end of this Post.

Is there somewhere a dbus command to get new files to add them to the playlist or is it only via "panucci %1" from commandline?
 

The Following User Says Thank You to Helmuth For This Useful Post:
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#392
Originally Posted by xerxes2 View Post
Hmm it doesn't do this for me. If I close panucci and chose another file to play in gpodder it plays the new one and deletes the old playlist. I run gpodder from git though, will have to ask if something changed there but it seems unlikely.
Okay, it seems that we have a totally different behavior depending on the platform...

I don't know what is by purpose or what is a Bug.
And Panucci had in the past always remembered the last file and position. I thought it is normal to keep the last playlist, too?

Last edited by Helmuth; 2011-03-10 at 22:54.
 

The Following User Says Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#393
There are tons of dbus commands and I just added six more too.
https://github.com/xerxes2/panucci/b...usinterface.py

So first time gpodder starts panucci it's with "panucci %s" and when panucci is up and running it's with dbus. But that we have to talk to thp about.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following User Says Thank You to xerxes2 For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#394
Originally Posted by Helmuth View Post
Okay, it seems that we have a totally different behavior depending on the platform...

I don't know what is by purpose or what is a Bug.
And Panucci has in the past always remembered the last file and position. I thought it is normal to keep the last playlist, too?
Can you confirm this bug? Because for me if I close panucci and chose another file in gpodder it deletes the old playlist and plays the new file. I don't think this is something I've changed in panucci but I can't be completely sure either as I've touched just about every file in the panucci sorce now.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#395
Originally Posted by xerxes2 View Post
Can you confirm this bug? Because for me if I close panucci and chose another file in gpodder it deletes the old playlist and plays the new file. I don't think this is something I've changed in panucci but I can't be completely sure either as I've touched just about every file in the panucci sorce now.
Yes, I can confirm. I thought we are already talking since one or two days about it. [sigh]
Have a look here: Post 344

I thought it was a new feature to store not only the last position where panucci has stopped, but also the playlist. (more as a trace back list what was played in the past days and I thought this could get very useful)

Dammit. We have to learn to talk the same language.

Goodnight!
 

The Following User Says Thank You to Helmuth For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#396
Yes but as it worked for me I thought you were just talking bull (will not happen again ). Where do you set that gpodder should use panucci? I set it in "Podcasts -> Preferences -> General -> Audio player: Command: panucci %U"
Maybe you set it another place?
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
Helmuth's Avatar
Posts: 1,259 | Thanked: 1,341 times | Joined on Oct 2009 @ Germany
#397
Originally Posted by xerxes2 View Post
Yes but as it worked for me I thought you were just talking bull (will not happen again ).
Ooh... No! Are you serious? You're kidding! Aren't you?

The last 3 days I tried to chum up with this dumb new feature I thought you have introduced with 0.99.
It was buggy, yes. But I tried to find out what is the reason behind and tried to like the idea as soon as all annoying Bugs and mysteriously behavior is ironed out!
I tried to give this "feature" and "your idea" a chance.

Hell! [*****censored*****]

Originally Posted by xerxes2 View Post
Where do you set that gpodder should use panucci? I set it in "Podcasts -> Preferences -> General -> Audio player: Command: panucci %U"
Maybe you set it another place?
gPodder (main screen) -> Menu -> Settings (at the bottom) -> Player for Audio-Files -> Panucci

Last edited by Helmuth; 2011-03-11 at 10:25. Reason: "Menu" added
 

The Following User Says Thank You to Helmuth For This Useful Post:
thp's Avatar
Posts: 1,391 | Thanked: 4,272 times | Joined on Sep 2007 @ Vienna, Austria
#398
What gPodder actually does it call playback_from() on the D-Bus interface. This is so that Panucci starts from the position that gPodder thinks is the right one (e.g. if you have listened to the podcast a bit on your computer, it will sync the updated position over gpodder.net and tell Panucci to playback from that position). The code part where this is done can be found by searching for "if player == 'panucci':" in gui.py in gPodder.
 

The Following 2 Users Say Thank You to thp For This Useful Post:
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#399
Originally Posted by Helmuth View Post
Ooh... No! Are you serious? You're kidding! Aren't you?

The last 3 days I tried to chum up with this dumb new feature I thought you have introduced with 0.99.
It was buggy, yes. But I tried to find out what is the reason behind and tried to like the idea as soon as all annoying Bugs and mysteriously behavior is ironed out!
I tried to give this "feature" and "your idea" a chance.

Hell! [*****censored*****]
I promise that from now on I'll believe every word I read on tmo.

But as I understand it this seems to be a feature and not a bug. Just to clearify one more time. If panucci is not running and I chose to play a file in gpodder it deletes the old playlist and plays the new file. If panucci is already running and I chose to play a file in gpodder it appends the file to the playlist and continues to play the current file. But I have no account on gpodder.net and am probably not using the sync stuff thp talked about.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 
xerxes2's Avatar
Posts: 513 | Thanked: 651 times | Joined on Feb 2011 @ Sweden
#400
Fixed a settings dialog to n900. https://github.com/xerxes2/panucci/c...d27c555fd39f12

This will need some additional coding to make it prettier but it should work properly already.
__________________
But the WM7 "horse" has a blood lineage tracing back to donkeys such as WM6.5, 6.1, 6.0, 5.1 that was fully neglected for too many years and Microsoft did sweet F all to maintain it (still running on Pocket IE4/6!!).
 

The Following User Says Thank You to xerxes2 For This Useful Post:
Reply

Tags
barbiestrsand


 
Forum Jump


All times are GMT. The time now is 08:08.