maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Panucci Podcast and Audiobook Player (https://talk.maemo.org/showthread.php?t=25584)

tso 2009-03-31 18:27

Re: Panucci Podcast and Audiobook Player
 
its doing a database conversion, and that may take time...

btw, now that panucci can do playlists, hows the quickest way to dump a whole dir of files into it?

fnordianslip 2009-03-31 18:38

Re: Panucci Podcast and Audiobook Player
 
Aha. You're right. Just glanced at the tablet and there it is, waiting for me. Perhaps the blank notifier pop up is actually trying to tell me that it is doing a database conversion, but couldn't quite manage to print any text.
Cheers.

fnord

nikosapi 2009-03-31 19:38

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by tso (Post 276135)
btw, now that panucci can do playlists, hows the quickest way to dump a whole dir of files into it?

For a directory with subdirectories:
Code:

find /path/to/files -type f -iname '*.mp3' > playlist.m3u
Or, if you'd like a single directory, place a file with a ".m3u" extension in the directory. From there you could do "ls | sort > some-file.m3u" or simply place a single period in the file and the contents of the directory will be imported (this is a feature of the m3u spec, you can include directories as items in the playlist).

Panucci 0.4 will make this even easier, you'll be able to add directories from the GUI.

onion_cfe 2009-03-31 22:19

Re: Panucci Podcast and Audiobook Player
 
Guys,

I have no clear memory of what version I was using until yesterday - it may have been a test build from a while back or it may have been the last packaged version (more likely i think) - but I upgraded to 0.3-4 as the App Manager flagged it up.

A bug that I recall went away some time ago, early 0.2's I think, seems to be back:

In the version I had installed until yesterday, when paused, the transport buttons, both the 10 second ones and the 1 minute ones did nothing. In today's version, they appear to do as they would when playing, except first resetting the audio to 00:00.

In other words, either back button resets the audio to zero, the forward two set it to 00:10 and 01:00.

Whether they should work or not when paused is obviously a debatable issue (if there were a vote, i'd stick with not) but i'm pretty sure you wouldn't want them to work this way. I've already mashed them a few times as i'm so used to them not doing anything, losing my place.

Still loving the work by the way, and the new gPodder, whilst looking the same as the test build from a few months back hasn't yet reset my tablet under feed updating load once, so whether you fixed that or it somehow disappeared on it's own, fantastic!

tso 2009-04-01 02:27

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by nikosapi (Post 276170)
For a directory with subdirectories:
Code:

find /path/to/files -type f -iname '*.mp3' > playlist.m3u
Or, if you'd like a single directory, place a file with a ".m3u" extension in the directory. From there you could do "ls | sort > some-file.m3u" or simply place a single period in the file and the contents of the directory will be imported (this is a feature of the m3u spec, you can include directories as items in the playlist).

Panucci 0.4 will make this even easier, you'll be able to add directories from the GUI.

tried the simple . in a m3u variant. and the result was that while the files got imported, they where not sorted in any way...

nikosapi 2009-04-01 03:10

Re: Panucci Podcast and Audiobook Player
 
I filed the previous two posts as bugs, you can track them at the links provided below:

@onion_cfe: bug 3817
@tso: bug 3818

dwforslund 2009-04-02 04:12

Re: Panucci Podcast and Audiobook Player
 
I've installed panucci but when I run it (from the console) it says ImportError: from gnome import gconf and stops. Somethings missing, but I can't tell what.

tso 2009-04-02 07:57

Re: Panucci Podcast and Audiobook Player
 
quick guess, python2.5-gnome.

dwforslund 2009-04-02 14:56

Re: Panucci Podcast and Audiobook Player
 
apt-get says I have the newest version of python2.5-gnome installed.

nikosapi 2009-04-03 13:24

Re: Panucci Podcast and Audiobook Player
 
Quote:

Originally Posted by dwforslund (Post 276802)
apt-get says I have the newest version of python2.5-gnome installed.

Just out of curiosity could you open a terminal and try the following:
Code:

~ $ python
>>> from gnome import gconf

If you do have python2.5-gnome installed then you should not get a traceback.

nick


All times are GMT. The time now is 07:31.

vBulletin® Version 3.8.8