Re: [SHR-U] Podboy 1.0.0

2009-12-22 Thread Valery Febvre
undrwater wrote:
 
 
 Valery Febvre wrote:
 Hi,

 After 6 months of inactivity, here is a new release of Podboy.



 Screenies look great.  Here's what I'm getting:
 
 $ podboy 
 Traceback (most recent call last):
   File /usr/bin/podboy, line 24, in module
 from podboy import main
   File /usr/lib/python2.6/site-packages/podboy/__init__.py, line 1, in
 module
 from podboy import *
   File /usr/lib/python2.6/site-packages/podboy/podboy.py, line 30, in
 module
 from gui import *
   File /usr/lib/python2.6/site-packages/podboy/gui.py, line 27, in
 module
 from database import db
   File /usr/lib/python2.6/site-packages/podboy/database.py, line 151, in
 module
 db = PodboyDB()
   File /usr/lib/python2.6/site-packages/podboy/database.py, line 38, in
 __init__
 self.cnx = sqlite3.connect(db_path)
 sqlite3.OperationalError: unable to open database file
 
 sqlite is installed.  Maybe a configuration thing?
 

During first run, the configuration folder (~/.config/podboy) was not
created.

Sorry for the inconvenience.

A new package is available:

Package: http://podboy.googlecode.com/files/podboy_1.0.1-r0_all.ipk

-- 
Valéry Febvre
Valos

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


[SHR-U] Podboy 1.0.0

2009-12-21 Thread Valery Febvre
Hi,

After 6 months of inactivity, here is a new release of Podboy.

Changes in 1.0.0:
* Added Bluetooth A2DP support
* No more config file, now settings are stored in database
* Fixed callbacks with new python-elementary (revision = 43900)
* Added date at the begin of episodes titles
* Used InnerWindow widget instead of Window widget for confirmation
   dialogs
* Added a confirm dialog when a single episode is deleted
* Speed up startup (~3 seconds less)
* Renamed Preferences into Settings.
* Added About page
* Many small fixes here and there

Package: http://podboy.googlecode.com/files/podboy_1.0.0-r0_all.ipk



Podboy is a podcast aggregator/player written in Python/Elementary.

Its interface aims to be easy and finger friendly.
It uses Feedparser Python module for download/parsing of podcast feeds,
Gstreamer for playing of episodes and SQLite for storing data.

Features
* Subscription, unsubscription (confirmation dialog) to podcasts
* Check for new episodes
* Download of a single episode or all available episodes
* Delete an episode (confirmation dialog)
* Player: play/pause/stop, mute, sliders for playing position of
   episodes and volume
* Volume and playing positions of episodes are saved
* Auto-suspend is disabled during playing
* Playing is stopped on incoming GSM call
* Bluetooth A2DP support

Suggestions/feedback/bug reports are welcome.

Homepage: http://code.google.com/p/podboy/

Screenshots: http://code.google.com/p/podboy/wiki/Screenshots

Happy listening,
-- 
Valéry Febvre
Valos

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [SHR-U] Podboy 1.0.0

2009-12-21 Thread undrwater



Valery Febvre wrote:
 
 Hi,
 
 After 6 months of inactivity, here is a new release of Podboy.
 
 
 
Screenies look great.  Here's what I'm getting:

$ podboy 
Traceback (most recent call last):
  File /usr/bin/podboy, line 24, in module
from podboy import main
  File /usr/lib/python2.6/site-packages/podboy/__init__.py, line 1, in
module
from podboy import *
  File /usr/lib/python2.6/site-packages/podboy/podboy.py, line 30, in
module
from gui import *
  File /usr/lib/python2.6/site-packages/podboy/gui.py, line 27, in
module
from database import db
  File /usr/lib/python2.6/site-packages/podboy/database.py, line 151, in
module
db = PodboyDB()
  File /usr/lib/python2.6/site-packages/podboy/database.py, line 38, in
__init__
self.cnx = sqlite3.connect(db_path)
sqlite3.OperationalError: unable to open database file

sqlite is installed.  Maybe a configuration thing?

-- 
View this message in context: 
http://n2.nabble.com/SHR-U-Podboy-1-0-0-tp4201411p4202048.html
Sent from the Openmoko Community mailing list archive at Nabble.com.

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community