The Following User Says Thank You to Helmuth For This Useful Post: | ||
![]() |
2011-03-12
, 15:22
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#402
|
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.
The Following User Says Thank You to Helmuth For This Useful Post: | ||
![]() |
2011-03-12
, 19:36
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#403
|
![]() |
2011-03-13
, 16:56
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#404
|
No problem man. But it's good if you try out the git code because I just made some pretty huge changes. All gtk code is now in its own directory, just preparing for supporting more graphical toolkits. I can promise though that as long as I maintain panucci gtk and gstreamer will always be supported. Everything else will be additional stuff.
![]() |
2011-03-13
, 19:34
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#405
|
![]() |
2011-03-13
, 20:03
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#406
|
And about your problem to start panucci. Could you paste your /usr/share/applications/panucci.desktop .
[Desktop Entry] Name=Panucci GenericName=Resuming audiobook and podcast player Comment=Resume audiobooks or podcasts from last point, or set bookmarks Exec=panucci Icon=panucci Terminal=false Type=Application Categories=Audio;GTK;
I don't know exactly how panucci is installed on n900 but look in /opt/panucci for clues. Maybe the panucci file should be there instead of /usr/bin?
Maybe /usr/bin/panucci should just be a symlink to /opt/panucci/bin/panucci ?
Edit: The settings dialog code starts on line 431 here: https://github.com/xerxes2/panucci/b...kui/gtkmain.py
As you see i've just dumped everything in it and have not a clue whatsoever what it looks like on n900.
![]() |
2011-03-13
, 20:18
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#407
|
![]() |
2011-03-13
, 20:40
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#408
|
![]() |
2011-03-13
, 20:42
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#409
|
![]() |
2011-03-13
, 20:52
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#410
|
Nope, if the file is executable it does not need python before sto start. Try to run "panucci" and see for yourself.
cd /usr/bin/ ./panucci
cd /usr/bin/ ./panucci : No such file or directory
And that it only adds a file to the playlist doesn't feel right at the device in daily usage.
At the moment the playback stops and the current audiofile resums playing from the beginnung if a file is added to the playlist.
It's confusing. And the whole behavior depends on the play/pause state, too.
And to clarify: (and apology to thp) I hear podcasts exclusively on my N900. Because of that I don't have a gpodder onlineaccout, too.