View Single Post
Posts: 10 | Thanked: 0 times | Joined on Jan 2010
#5
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 of :
Code:
/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
This is solved by deleting the file /home/~user/.nqaap/current .