The Following 28 Users Say Thank You to Pengman For This Useful Post: | ||
|
2010-04-20
, 17:52
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2010
|
#2
|
|
2010-04-20
, 19:35
|
Posts: 26 |
Thanked: 36 times |
Joined on Dec 2009
|
#3
|
|
2010-04-21
, 10:41
|
Posts: 489 |
Thanked: 404 times |
Joined on Dec 2009
|
#4
|
The Following User Says Thank You to torpedo48 For This Useful Post: | ||
|
2010-04-21
, 12:42
|
Posts: 10 |
Thanked: 0 times |
Joined on Jan 2010
|
#5
|
/home/opt/Nqa-Audiobook-player/nqaap.py path not found Traceback (most recent call last): File "/home/opt/Nqa-Audiobook-player/nqaap.py", line 17, in <module> main() File "/home/opt/Nqa-Audiobook-player/nqaap.py", line 10, in main controller = Player(ui = gui) File "/home/opt/Nqa-Audiobook-player/Player.py", line 22, in __init__ self.set_book(self.storage.selected) File "/home/opt/Nqa-Audiobook-player/Player.py", line 40, in set_book chapter_title = self.audiobook.chapters[chapter_num] IndexError: list index out of range
|
2010-04-21
, 16:06
|
Posts: 26 |
Thanked: 36 times |
Joined on Dec 2009
|
#6
|
Just a small enhancement request for pressing the progress bar? It should be nice to have a more finger friendly "click and go" feature.
Tried a few thing now that I'm not 5 mins away from leaving to work. The app/gui/maemo/whatever handles arabic and cyrillic. I think the maemo 5 is utf-8?
This is not a given though, as I have konqueror on my desktop giving me issues with some utf-8 non-romanic characters.
Deleting the currently listened folder gives an error.
This is solved by deleting the file /home/~user/.nqaap/current
|
2010-04-21
, 17:53
|
Posts: 26 |
Thanked: 36 times |
Joined on Dec 2009
|
#7
|
|
2010-04-21
, 19:44
|
Posts: 180 |
Thanked: 41 times |
Joined on Mar 2007
@ Maine
|
#8
|
|
2010-04-21
, 20:07
|
Posts: 739 |
Thanked: 220 times |
Joined on Dec 2009
@ Surrey, UK
|
#9
|
|
2010-04-21
, 20:22
|
Posts: 26 |
Thanked: 36 times |
Joined on Dec 2009
|
#10
|
Pengman-
What does nQa have that Pannucci lacks? If it just allows one to load up a whole folder instead of one book at a time, that might be enough.
Wiki page for Nqaap.
Original content:
I just promoted my project "nQa Audiobook Player" to extras-testing (again), so hopefully it should be available soon.
* What?
Nqaap is a simple audiobook player that has the following features:
- Plays books saved as multiple .mp3 or .awb files
- Automatically changes to next chapter.
- Remebers position in multiple books.
- Sleep timer
* How?** Setup
- Install nqaap from extras-testing.
- Create ~/MyDocs/Audiobooks directory.
** Create book- Find audiofiles for the book in either mp3 or awb format (encoding instructions later)
- Ensure that files are named in such a way that a lexical sort places them in playing order.
- Create dir under ~/MyDocs/Audiobooks with the name of the book
- Place audiofiles in this dir, all files must be in this directory. It cant find files in further subdirectories (for now).
- (Optional) Place an imagefile in the directory. If present this file will be used as the cover of the book.
** Play* View?
* Why?
On my S60 phones i really enjoyed the nokia audiobook player, and I was dismayed that it was not available for the N900. So I wrote nqaap for myself, and hopefully a few of you guys can use it as well.
** Problems with audiobooks in std media player.
- Does not remeber position
- .mp3 files in "all music" playlist
* Wait, what?Nqa is obviously not really a word. It could be short for "not quite a", which would make nqaap "not quite an audiobook player" which might be a good description at this state.
"N-Q-A" sounds (to me) at little like NoKiA, and since nqaap is inspired by their player it fits somewhat.
* How
Written in python with gtk and tested on my N900.
* What now
Test it if it sounds like it is something that migth be usefull to you, and please report back with problems and suggestions in this thread.
Last edited by Pengman; 2010-07-19 at 22:25.