|
2011-05-06
, 15:20
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#522
|
The Following User Says Thank You to pelago For This Useful Post: | ||
|
2011-05-06
, 16:17
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#523
|
I may be mistaken, as I haven't downgraded to check, but I think the old version of Panucci (before 0.99.x) used to remember the last folder used in the Open File or Enqueue File windows between program invocations. That is, previously, if I opened a file in Panucci from a particular folder, quit Panucci, ran Panucci again, went to Open a file, it would default to the same folder as previously. This was a useful feature, but now it always seems to open in /home/user whenever the program is restarted and I always have to navigate down a few levels to get to the folder where I store my recordings. Can the last folder be remembered persistently?
By the way, I'm not sure I like the change of buttons from Open File/Enqueue File to Add File/Clear Playlist. My use case is generally opening single large (30 minute recordings) files one at a time. Previously, when one file ended I could use Open File to choose the next one. Now I need to do Clear Playlist first then Add File, which is a little more work.
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
|
2011-05-08
, 01:00
|
Posts: 38 |
Thanked: 8 times |
Joined on Jul 2008
|
#524
|
~ $ gpodder --maemo --verbose
Traceback (most recent call last):
File "/usr/bin/gpodder", line 201, in <module>
from gpodder import gui
File "/usr/lib/python2.5/site-packages/gpodder/gui.py", line 22, in <module>
import gtk
File "debian/python2.5-gtk2/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gdk_window_hints_get_type
~ $ panucci --debug
Traceback (most recent call last):
File "/usr/bin/panucci", line 47, in <module>
from panucci import util
File "/usr/lib/python2.5/site-packages/panucci/util.py", line 20, in <module>
import gtk
File "debian/python2.5-gtk2/usr/lib/python2.5/site-packages/gtk-2.0/gtk/__init__.py", line 48, in <module>
ImportError: /usr/lib/python2.5/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gdk_window_hints_get_type
|
2011-05-09
, 13:53
|
Posts: 33 |
Thanked: 2 times |
Joined on Jun 2010
|
#525
|
Thanks for the very detailed bug report. Bug fixed:
https://github.com/xerxes2/panucci/c...e4a9a384eff646
Edit: About eduperez problem I haven't decided yet, I thought that was what bookmarks were used for. Will have to consult thp about that one.
|
2011-05-10
, 19:21
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#526
|
|
2011-05-12
, 21:58
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#527
|
I don't think the old version did that, never tried it, but this one does. In panucci.conf you can set if you always want the same start folder, it's the "default_folder" option. If you want panucci to automatically remember the last chosen folder you have to comment that option out.
You can add as many files as you want. I have never used 0.3.x but I can't see that it's more work to clear the playlist now. Otherwise there have to pop up a window every time you add something to the playlist asking if you want to delete the current playlist or just append the files. Adding more buttons is not an option either on n900 as the display is too small. There was however a suggestion to add a pop up confirmation window when clearing playlist but I haven't done that yet. That will introduce one more step also.
The Following User Says Thank You to pelago For This Useful Post: | ||
|
2011-05-13
, 10:17
|
Posts: 37 |
Thanked: 18 times |
Joined on Apr 2010
|
#528
|
The Following User Says Thank You to hutchinsfairy For This Useful Post: | ||
|
2011-05-13
, 10:29
|
|
Posts: 2,121 |
Thanked: 1,540 times |
Joined on Mar 2008
@ Oxford, UK
|
#529
|
@pelago Is the problem that the file doesn't start playing immediately rather than the fact that it gets appended to the playlist? Could the behaviour be changed so that if you have finished the last track on the playlist and another is added then Panucci should start playing that one? Could this be tied in with the "Stay at End" option
The Following User Says Thank You to pelago For This Useful Post: | ||
|
2011-05-13
, 16:05
|
|
Posts: 513 |
Thanked: 651 times |
Joined on Feb 2011
@ Sweden
|
#530
|
Maybe I wasn't clear in my previous message. The point I was trying to make is that I don't want to use playlists. I want to open a single file, and when it's finished (or before it finishes) I then want to open another file which will replace the current file. I don't know in advance which file I want to open next until I get to that point, so I don't want to add multiple files in a playlist.
In 0.3.17 I can use the "Open file" action each time, and get my desired behaviour. On the rare occasions I do want to make a playlist, the "Enqueue file" action is easy to access, but it doesn't get in the way if I don't want it. With 0.99 this has changed so that the default assumption is that the user wishes to build up a playlist, which has made it harder if I just want to open one file at a time. A confirmation step when clearing a playlist would make things even worse!
The Following User Says Thank You to xerxes2 For This Useful Post: | ||
I didn't realise it was a bug - I thought it was a design decision :-).