Re: [shr-unstable] packages for canola media player

2009-06-18 Thread Hermann Lacheiner
2009/6/17 Vinzenz Hersche hers...@puzzle.ch

 same bug here..

 r...@om-gta02 ~ $ canola
 Traceback (most recent call last):
  File /usr/bin/canola, line 293, in module
    mc = MainController(ee, os.path.realpath(options.theme))
  File canola-core/main/controller.py, line 263, in __init__
  File canola-core/main/controller.py, line 572, in show_notify
 AttributeError: 'NoneType' object has no attribute 'view'
 r...@om-gta02 ~ $

It's working again now after upgrading python-etk which was missing
some needed libraries.

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


Re: [shr-unstable] packages for canola media player

2009-06-18 Thread undrwater

Confirmed here.  Looks good.  Thank you!

fidohl wrote:
 
 2009/6/17 Vinzenz Hersche hers...@puzzle.ch

 same bug here..

 r...@om-gta02 ~ $ canola
 Traceback (most recent call last):
  File /usr/bin/canola, line 293, in module
    mc = MainController(ee, os.path.realpath(options.theme))
  File canola-core/main/controller.py, line 263, in __init__
  File canola-core/main/controller.py, line 572, in show_notify
 AttributeError: 'NoneType' object has no attribute 'view'
 r...@om-gta02 ~ $
 
 It's working again now after upgrading python-etk which was missing
 some needed libraries.
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3114642.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


Re: [shr-unstable] packages for canola media player

2009-06-17 Thread Vinzenz Hersche
same bug here..

r...@om-gta02 ~ $ canola
Traceback (most recent call last):
  File /usr/bin/canola, line 293, in module
mc = MainController(ee, os.path.realpath(options.theme))
  File canola-core/main/controller.py, line 263, in __init__
  File canola-core/main/controller.py, line 572, in show_notify
AttributeError: 'NoneType' object has no attribute 'view'
r...@om-gta02 ~ $

and i also saw two deprecation-warnings with the md5-module.. i tried hashlib 
instdead (like it said) and it was working also.. now, after some updates on 
system, the whole thing doesn't work anymore.. :s

Am Mittwoch, 17. Juni 2009 05.32:56 schrieb undrwater:
 I still can't run from my device:

 canola
 Traceback (most recent call last):
   File /usr/bin/canola, line 293, in module
 mc = MainController(ee, os.path.realpath(options.theme))
   File
 /usr/share/canola/plugins/canola-core.zip/canola-core/main/controller.py,
 line 263, in __init__
   File
 /usr/share/canola/plugins/canola-core.zip/canola-core/main/controller.py,
 line 572, in show_notify
 AttributeError: 'NoneType' object has no attribute 'view'


 This is a fresh install of the latest shr-unstable with the canola feed
 added.  Any ideas?

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


Re: [shr-unstable] packages for canola media player

2009-06-16 Thread undrwater

I still can't run from my device:

canola
Traceback (most recent call last):
  File /usr/bin/canola, line 293, in module
mc = MainController(ee, os.path.realpath(options.theme))
  File
/usr/share/canola/plugins/canola-core.zip/canola-core/main/controller.py,
line 263, in __init__
  File
/usr/share/canola/plugins/canola-core.zip/canola-core/main/controller.py,
line 572, in show_notify
AttributeError: 'NoneType' object has no attribute 'view'


This is a fresh install of the latest shr-unstable with the canola feed
added.  Any ideas?
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3090453.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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Gustavo Sverzut Barbieri
On Sat, Jun 13, 2009 at 5:01 PM, Hermann
Lacheinerhermann.lachei...@gmail.com wrote:
 Hi Gustavo,

 thanks for your support! Without your prior help I wouldn't have been
 able to package canola ;)

You're welcome!


 2009/6/12 Gustavo Sverzut Barbieri barbi...@profusion.mobi:
 On Thu, Jun 11, 2009 at 9:02 AM, Hermann
 Lacheinerhermann.lachei...@gmail.com wrote:
 Currently there are a few glitches:
 * canola package depends on glibc-gconv-iso8859-15 otherwise
 lightmediascanner does not work

 You can just disable ISO8859-1 conversion for unknown original media
 format (ie: ID3v1 or other formats that do not specify an encoding in
 the tag or standard). You can change it using cnl-prefs-set or
 terra-prefs-set -c /etc/canola.conf, or patch
 canolad/src/canolad/prefs.py to not include that. For per-user
 changes:

    cnl-set-prefs canolad charsets '[]'

 will replace the old list that contains ISO-8859-1 with nothing and no
 fallback will be used.

 I have tried it and it works, but there is one problem: It would be
 nice to set the charset automatically after package was installed in
 postinst, but canola creates the user settings not until first start,
 so the settings set in postinst are going to be overwritten.

 So is there actually a way to automatically set the charset in
 postinst when there are no user settings at that moment?

This should be an external file with default data, but since it's
not (at least yet) you'll have to patch that src/canolad/prefs.py
file. No big deal, it should not change often, if it do probably will
be to include a defaults file. That is: patch that file :-)


 If we do a simple theme optimization it can be bit faster. I'm doing
 this for a ProFUSION demo we're about to release videos, but we cannot
 release the images or the theme itself. If there are manpower
 interested in creating so, let me know... I can even help with code
 (.edc), just don't have the time/skills to produce neat graphics.
 Also, it would be amazing to have a canola themed to match SHR.

 Again, this is of my interest and I can allocate my time or an
 employee to help with such task to optimize, but we need a designer to
 produce the images.

 It would be really great if you could adapt the UI to fit the
 resolution of FR and optimize it in speed. I think canola is a really
 great application and has a cool plug-in architecture with a huge
 potential.

But do you know someone to do the graphics?

Regards,

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Gustavo Sverzut Barbieri
On Sun, Jun 14, 2009 at 3:17 PM, Yorick Mokoyorickm...@gmail.com wrote:
 It looks really nice
 it does take a while (understatement) to load

yes, that's on our long todo list to optimize. The problem is that we
changed the way main screen works and instead of loading 3-4 simple
plugins as we did before, we're not loading more and heavier plugins.
Probably we'll revert the main screen to contain category-apps
instead of presenting apps directly.

 it isn't optimised for normal screen orientation, but it works and landscape
 is quite nice
 overall: I like it :)

yes, it was done for 800x480 (Maemo N800/N810), but as I said if we
find out a designer to do the graphics I can try to allocate one of my
resources to do the OpenMoko work.

Regards,

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Michael Zanetti
On Monday 15 June 2009 15:04:59 Gustavo Sverzut Barbieri wrote:

 yes, it was done for 800x480 (Maemo N800/N810), but as I said if we
 find out a designer to do the graphics I can try to allocate one of my
 resources to do the OpenMoko work.

I'm just wondering... What would like to redesign? IMHO it would be enough to 
scale down the current track information and the position slider a little bit. 
The menus etc are looking nice in landscape mode and I don't see any reason 
why not use canola in landscape mode as it is a full-screen application 
anyways.

Cheers,
Michael

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Yorick Moko
On Mon, Jun 15, 2009 at 3:15 PM, Michael Zanetti michael_zane...@gmx.netwrote:

 On Monday 15 June 2009 15:04:59 Gustavo Sverzut Barbieri wrote:

  yes, it was done for 800x480 (Maemo N800/N810), but as I said if we
  find out a designer to do the graphics I can try to allocate one of my
  resources to do the OpenMoko work.

 I'm just wondering... What would like to redesign? IMHO it would be enough
 to
 scale down the current track information and the position slider a little
 bit.
 The menus etc are looking nice in landscape mode and I don't see any reason
 why not use canola in landscape mode as it is a full-screen application
 anyways.


In the case of fullscreen,
I would very much like a toggle-fulscreen button
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Gaël HERMET
Michael Zanetti a écrit :
 On Monday 15 June 2009 15:04:59 Gustavo Sverzut Barbieri wrote:
 
 yes, it was done for 800x480 (Maemo N800/N810), but as I said if we
 find out a designer to do the graphics I can try to allocate one of my
 resources to do the OpenMoko work.
 
 I'm just wondering... What would like to redesign? IMHO it would be enough to 
 scale down the current track information and the position slider a little 
 bit. 
 The menus etc are looking nice in landscape mode and I don't see any reason 
 why not use canola in landscape mode as it is a full-screen application 
 anyways.
 
 Cheers,
 Michael
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community

Hi,

I tried using canola with 16bit rendering engine, and its really fast I
added the -e software_16_x11 argument in the Exec line of the
canola.desktop, scrolling is fast an smooth this way.

My real question is: will canola be packaged for OM2009 (fso-paroli
unstable or testing)?
I can't run canola under OM2009 (destroying fb info.. not
implemented WARNING. LEAK!)


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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Vinzenz Hersche
hello hermann,

this app is realy cool, i like it :)

but i found some errors (most of them on startup):

r...@om-gta02 ~ $ canola
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
/usr/share/canola/plugins/canola-core.zip/canola-
core/ondemand/model/mixin.py:22: DeprecationWarning: the md5 module is 
deprecated; use hashlib instead
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
Traceback (most recent call last):
  File ecore.c_ecore_timer.pxi, line 29, in ecore.c_ecore.timer_cb 
(ecore/ecore.c_ecore.c:1075)
  File ecore.c_ecore_timer.pxi, line 97, in ecore.c_ecore.Timer._exec 
(ecore/ecore.c_ecore.c:1656)
  File canola-core/main/controller.py, line 307, in _lazy_init
self._setup_db_listener()
  File canola-core/main/controller.py, line 489, in _setup_db_listener
return self._mger.canola_daemon.db_is_locked()
  File canola-core/main/controller.py, line 163, in db_is_locked
return self.iface.db_is_locked()
  File /usr/lib/python2.6/site-packages/dbus/proxies.py, line 140, in 
__call__
**keywords)
  File /usr/lib/python2.6/site-packages/dbus/connection.py, line 622, in 
call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.4 was 
not provided by any .service files
Using **pending_return in dbus_connection_send_with_reply_setup() without 
pending_setup is deprecated and strongly discouraged
1245077821.1608 ERROR controller:169:_error_handler() CanolaDaemon error: 
org.freedesktop.DBus.Error.ServiceUnknown: The name :1.4 was not provided by 
any .service files
1245077821.3303 ERROR controller:169:_error_handler() CanolaDaemon error: 
org.freedesktop.DBus.Error.ServiceUnknown: The name :1.4 was not provided by 
any .service files
1245077908.5026 ERROR 

Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Vinzenz Hersche hers...@puzzle.ch:
 but the last failure came by open pictures; i think, you may didn't compile
 the thumbnailer? so it would be cool if you also make a package of this, it
 didn't realy generate some thumbs yet.. ;)

yeah, thumbnailer was missing. I have created now a package and
uploaded it to the repository. It works for me now ;)

There are other fixes as well:
* canola-daemon does not depend on glibc-gconv-iso any more. fallback
to this charset was removed from default settings
* Gustavo suggested rotating UI to landscape. I made a patch and
uploaded a new canola package.

Update and upgrade your packages and tell me your feedback please ;)
Especially what do you think about automatically rotating to
landscape?

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Gustavo Sverzut Barbieri
On Mon, Jun 15, 2009 at 10:15 AM, Michael
Zanettimichael_zane...@gmx.net wrote:
 On Monday 15 June 2009 15:04:59 Gustavo Sverzut Barbieri wrote:

 yes, it was done for 800x480 (Maemo N800/N810), but as I said if we
 find out a designer to do the graphics I can try to allocate one of my
 resources to do the OpenMoko work.

 I'm just wondering... What would like to redesign? IMHO it would be enough to
 scale down the current track information and the position slider a little bit.
 The menus etc are looking nice in landscape mode and I don't see any reason
 why not use canola in landscape mode as it is a full-screen application
 anyways.

You can make a custom look  feel that follows SHR's, and also improve
sizes to be better with FR form factor (bigger icons, specially for
side actions like play/pause/next/previous).

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Macros

Oggs works here too :) Thank you!

But there are still Problems with my Collection.
If I scann the whole collection, canola fails on some files,
an then adds no file to the List.
Going trough my collection Folder by folder I
first found some files with ` or ' in their name. Renaming them helped.
But now I'm stuck in a directory containig these files:
01 - Alchemist.ogg   07 - Dreaming of Flying.ogg
02 - Angels Redemption.ogg   08 - Hope for Rebirth.ogg
03 - Citadel.ogg 09 - Mont St Joseph.ogg
04 - Crystal Cavern.ogg  10 - Mystic River.ogg
05 - Desert Village.ogg  11 - Snowflakes.ogg
06 - Dire News.ogg
On the Gui the counter increases to 3 scanned files, and then canola stops
scanning.
Does anybody have an idea, why canola fails?
canola -vvv doesn't give any hints.

(Maillists doesn't seem to accept my mails? They don't appear in Nabble.
I do now resubmit this message over Nabble. Hopefully it works this way)
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3082155.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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Yorick Moko
Instead of ALWAY turning the screen, shouldn't it check if the screen is not
already in landscape?
When using the Fr in landscape and launching canola it reverts the
orientation.

I also suggest adding -e software_16_x11 by default

On Mon, Jun 15, 2009 at 9:06 PM, Macros roger.roe...@gmail.com wrote:


 Oggs works here too :) Thank you!

 But there are still Problems with my Collection.
 If I scann the whole collection, canola fails on some files,
 an then adds no file to the List.
 Going trough my collection Folder by folder I
 first found some files with ` or ' in their name. Renaming them helped.
 But now I'm stuck in a directory containig these files:
 01 - Alchemist.ogg   07 - Dreaming of Flying.ogg
 02 - Angels Redemption.ogg   08 - Hope for Rebirth.ogg
 03 - Citadel.ogg 09 - Mont St Joseph.ogg
 04 - Crystal Cavern.ogg  10 - Mystic River.ogg
 05 - Desert Village.ogg  11 - Snowflakes.ogg
 06 - Dire News.ogg
 On the Gui the counter increases to 3 scanned files, and then canola stops
 scanning.
 Does anybody have an idea, why canola fails?
 canola -vvv doesn't give any hints.

 (Maillists doesn't seem to accept my mails? They don't appear in Nabble.
 I do now resubmit this message over Nabble. Hopefully it works this way)
 --
 View this message in context:
 http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3082155.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

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Yorick Moko yorickm...@gmail.com:
 Instead of ALWAY turning the screen, shouldn't it check if the screen is not
 already in landscape?
 When using the Fr in landscape and launching canola it reverts the
 orientation.

That's a good point ;) So I reverted the patch for now.

 I also suggest adding -e software_16_x11 by default

Applied. Check for updates.

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread Hermann Lacheiner
2009/6/15 Macros roger.roe...@gmail.com:
 But there are still Problems with my Collection.
 If I scann the whole collection, canola fails on some files,
 an then adds no file to the List.
 Going trough my collection Folder by folder I
 first found some files with ` or ' in their name. Renaming them helped.
 But now I'm stuck in a directory containig these files:
 01 - Alchemist.ogg           07 - Dreaming of Flying.ogg
 02 - Angels Redemption.ogg   08 - Hope for Rebirth.ogg
 03 - Citadel.ogg             09 - Mont St Joseph.ogg
 04 - Crystal Cavern.ogg      10 - Mystic River.ogg
 05 - Desert Village.ogg      11 - Snowflakes.ogg
 06 - Dire News.ogg
 On the Gui the counter increases to 3 scanned files, and then canola stops
 scanning.
 Does anybody have an idea, why canola fails?
 canola -vvv doesn't give any hints.

Before starting canola execute following on the console on FR: canolad
-v -l /tmp/canolad.log start

This starts the canola daemon in verbose mode and logs to
/tmp/canolad.log. Try refreshing the database and maybe you find the
cause in the log file.

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


Re: [shr-unstable] packages for canola media player

2009-06-15 Thread ykstortnilats

Just found out that using software_16_x11 will corrupt my traditional Chinese
font in the artist field.

software_16_x11:
http://farm4.static.flickr.com/3130/3630908361_7c6347b7be_o.jpg

original:
http://farm4.static.flickr.com/3301/3630908629_e5dfb9cb45_o.jpg

Also I think that change the engine to software_16_x11 is still not fast
enough to make the animation smooth:)

Scott


Hermann Lacheiner wrote:
 
 
 I also suggest adding -e software_16_x11 by default
 
 Applied. Check for updates.
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3084582.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


Re: [shr-unstable] packages for canola media player

2009-06-14 Thread Yorick Moko
It looks really nice
it does take a while (understatement) to load
it isn't optimised for normal screen orientation, but it works and landscape
is quite nice
overall: I like it :)
y


On Sun, Jun 14, 2009 at 12:31 AM, The Digital Pioneer 
digitalpion...@gmail.com wrote:

 You can tell canola where to look for music, when you click on the
 lower right corner (settings) - media library - media folders -
 audio folders - select the folder which holds your music


 Yeah, that's the first place I looked. :P It just has Media Clips which I
 can check or uncheck. Nothing else I can do.

 Yeah, I just re-updated/upgraded and it found a new liblightmediascanner.
 :) Thanks, it works now!


 --
 Thanks,

 The Digital Pioneer

 --

 Please avoid sending me Word or PowerPoint attachments.
 See http://www.gnu.org/philosophy/no-word-attachments.html

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


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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread ykstortnilats


Morten wrote:
 
 Wow! This has to be the best looking, and the app with the best usability
 for freerunner ever! Thanks so much for the package!
 

I absolutely agree. Finally we have a killer application that can run
smoothly on FR.
Canola seems to have ogg support add-on on the website, but I have not tried
it yet.
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3071569.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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Bastian Muck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
 
Hermann Lacheiner schrieb:
 Thank you all for your feedback!

 The bitbake recipes need some clean-ups, for example SRCREV should be
 moved to autorev in the openmoko tree.

 It would be good to integrate the recipes into the openembedded (shr?)
 repository, request was filed already
 http://shr-project.org/trac/ticket/515

 There are additional plugins available for canola, e.g. youtube,
 lastfm or upnp. When I have time I will create packages for them too
 in the next days.

The plugins would be great. I found them, tried to install and had to
recogize, that deb packages are used.

Another question: Is it possible to run canola without fullscreen? I
often switch between apps and I always have to exit canola when
wanting to use  a different app.

 Cheers, hermann

 2009/6/12 Morten mor...@lysgaard.no:
 Wow! This has to be the best looking, and the app with the best
usability for
 freerunner ever! Thanks so much for the package!
 --
 View this message in context:
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3064969.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


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


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFKM7JWlYiDScJJ+7QRAonBAJ96y0UNNxa++4zwslwmhhvI4esKBwCgw8ZJ
I7WwF1QOwsPUGLIhi9xeX8s=
=5uiY
-END PGP SIGNATURE-


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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Luis Felipe Strano Moraes
On Fri, Jun 12, 2009 at 5:22 PM, The Digital
Pioneerdigitalpion...@gmail.com wrote:
 That carman app looks pretty sweet. Can anyone port it to the FR? Also, does
 it have a routing engine? I didn't see that specifically in their site, but
 maybe I missed it.

 Oh, and Canola was pretty nice too, it just didn't find my OGGs, so I can't
 use it.

I don't have an openmoko, so no way of trying it, but could you please check if
lightmediascanner was installed with the ogg plugin ? Canola plays ogg just
fine (since mplayer is being used as the default backend AFAICT), the
only problem
would be lightmediascanner not properly identifying them.

--lf



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





-- 
Sometimes you gotta look reality in the face and say no! -- Benjamin Gonzalez

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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread ykstortnilats

You can run from command line and use the -n option, or modify the
canola.desktop file

Bastian Muck wrote:
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
  
 The plugins would be great. I found them, tried to install and had to
 recogize, that deb packages are used.
 
 Another question: Is it possible to run canola without fullscreen? I
 often switch between apps and I always have to exit canola when
 wanting to use  a different app.
 
 

-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3073001.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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread ykstortnilats

Just found out a bug while adding feeds to internet media. After entering the
URL and pressing enter, nothing happens.

From the terminal it complains that the child_model_exists_in_db attribute
does not exist.
So I temporary commented out the child_model_exists_in_db if statement from
line #338-#342 of 
/usr/share/canola/plugins/canola-core.zip/settings/internet_media/ui.py,
and then the feed can be added.

It's a bit tricky that you'll have to unzip canola-core.zip, modify ui.py,
and then zip it back.

Cheers, 

Scott
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3073093.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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread The Digital Pioneer

 I don't have an openmoko, so no way of trying it, but could you please
 check if
 lightmediascanner was installed with the ogg plugin ? Canola plays ogg just
 fine (since mplayer is being used as the default backend AFAICT), the
 only problem
 would be lightmediascanner not properly identifying them.


I doubt it was, but how do I install it? The site just has a .install
file, which seems to contain data about a debian repository. As I have
SHR-unstable, that isn't especially useful...

-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
2009/6/12 The Digital Pioneer digitalpion...@gmail.com:
 Oh, and Canola was pretty nice too, it just didn't find my OGGs, so I can't
 use it.

OGGs should be imported by the lightmediascanner now, it was missing
the dependency on libvorbis. I have updated the dependency in the
recipe and rebuilt lightmediscanner package.
Upgrade lightmediascanner0 and it should work, hopefully ;)

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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
Hi Gustavo,

thanks for your support! Without your prior help I wouldn't have been
able to package canola ;)

2009/6/12 Gustavo Sverzut Barbieri barbi...@profusion.mobi:
 On Thu, Jun 11, 2009 at 9:02 AM, Hermann
 Lacheinerhermann.lachei...@gmail.com wrote:
 Currently there are a few glitches:
 * canola package depends on glibc-gconv-iso8859-15 otherwise
 lightmediascanner does not work

 You can just disable ISO8859-1 conversion for unknown original media
 format (ie: ID3v1 or other formats that do not specify an encoding in
 the tag or standard). You can change it using cnl-prefs-set or
 terra-prefs-set -c /etc/canola.conf, or patch
 canolad/src/canolad/prefs.py to not include that. For per-user
 changes:

    cnl-set-prefs canolad charsets '[]'

 will replace the old list that contains ISO-8859-1 with nothing and no
 fallback will be used.

I have tried it and it works, but there is one problem: It would be
nice to set the charset automatically after package was installed in
postinst, but canola creates the user settings not until first start,
so the settings set in postinst are going to be overwritten.

So is there actually a way to automatically set the charset in
postinst when there are no user settings at that moment?

 If we do a simple theme optimization it can be bit faster. I'm doing
 this for a ProFUSION demo we're about to release videos, but we cannot
 release the images or the theme itself. If there are manpower
 interested in creating so, let me know... I can even help with code
 (.edc), just don't have the time/skills to produce neat graphics.
 Also, it would be amazing to have a canola themed to match SHR.

 Again, this is of my interest and I can allocate my time or an
 employee to help with such task to optimize, but we need a designer to
 produce the images.

It would be really great if you could adapt the UI to fit the
resolution of FR and optimize it in speed. I think canola is a really
great application and has a cool plug-in architecture with a huge
potential.

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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread The Digital Pioneer
I just updated liblightmediascanner0 (already had libvorbis) and rebooted
(though I doubt it was necessary) and it still doesn't see my OGGs, which
are in ~/Music. I also can't find any way to actually tell the thing where
to look for my music. I also reset the database and refreshed all, but to no
avail.

Oddly enough, it seems to have found my music folder and included it as
Audio Clips which is absolutely incorrect, but that's what it says. The
folder hierarchy is present, but there are no tracks found in their places.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread Hermann Lacheiner
2009/6/13 The Digital Pioneer digitalpion...@gmail.com:
 I just updated liblightmediascanner0 (already had libvorbis) and rebooted
 (though I doubt it was necessary) and it still doesn't see my OGGs, which
 are in ~/Music. I also can't find any way to actually tell the thing where
 to look for my music. I also reset the database and refreshed all, but to no
 avail.

Did opkg upgrade package liblightmediascanner0 actually? Maybe you
updated too early, because I forgot to update version number after I
fixed dependency, so no upgrade would be performed by opkg. This issue
should be fixed now.

You can tell canola where to look for music, when you click on the
lower right corner (settings) - media library - media folders -
audio folders - select the folder which holds your music

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


Re: [shr-unstable] packages for canola media player

2009-06-13 Thread The Digital Pioneer

 You can tell canola where to look for music, when you click on the
 lower right corner (settings) - media library - media folders -
 audio folders - select the folder which holds your music


Yeah, that's the first place I looked. :P It just has Media Clips which I
can check or uncheck. Nothing else I can do.

Yeah, I just re-updated/upgraded and it found a new liblightmediascanner. :)
Thanks, it works now!

-- 
Thanks,

The Digital Pioneer

--

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-12 Thread Hermann Lacheiner
Thank you all for your feedback!

The bitbake recipes need some clean-ups, for example SRCREV should be
moved to autorev in the openmoko tree.

It would be good to integrate the recipes into the openembedded (shr?)
repository, request was filed already
http://shr-project.org/trac/ticket/515

There are additional plugins available for canola, e.g. youtube,
lastfm or upnp. When I have time I will create packages for them too
in the next days.

Cheers, hermann

2009/6/12 Morten mor...@lysgaard.no:

 Wow! This has to be the best looking, and the app with the best usability for
 freerunner ever! Thanks so much for the package!
 --
 View this message in context: 
 http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3064969.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


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


Re: [shr-unstable] packages for canola media player

2009-06-12 Thread Gustavo Sverzut Barbieri
On Thu, Jun 11, 2009 at 9:02 AM, Hermann
Lacheinerhermann.lachei...@gmail.com wrote:
 Hi!

 I have created packages for the canola media player (see
 http://openbossa.indt.org/canola/ for screenshots). canola was
 originally developed for the maemo platform and was open sourced
 recently. It is based on the e17 libraries, so it is destined for the
 shr distribution ;)

 Sources for the packages are from http://local.profusion.mobi:8081/
 based on the branches from Gustavo.

 canola has some dependencies so I created a testing feed. You can find
 the packages at http://schagaga.de/canolafeed/
 The bitbake recipes are mirrored at http://schagaga.de/myoverlay/

 opkg install canola installs canola and all its dependencies on the FR.

Excellent, thanks for your work! :-)

HUGE FAT NOTE: while Canola2 is a media application, it's built on the
excellent Python-Terra, this is what makes Canola possible, you can
even augment Canola with plugins like Remember The Milk (RTM, Todo),
Picasa or Pidgin as our GSoC students are doing, or create whole new
applications as Carman (http://openbossa.indt.org/carman/). You can
use it to create launchers, dialers and all. And it is fast and easy
to use! (Canola take a while because it imports tons of plugins and
checks DB and wakes some worker daemons...)


 Currently there are a few glitches:
 * canola package depends on glibc-gconv-iso8859-15 otherwise
 lightmediascanner does not work

You can just disable ISO8859-1 conversion for unknown original media
format (ie: ID3v1 or other formats that do not specify an encoding in
the tag or standard). You can change it using cnl-prefs-set or
terra-prefs-set -c /etc/canola.conf, or patch
canolad/src/canolad/prefs.py to not include that. For per-user
changes:

cnl-set-prefs canolad charsets '[]'

will replace the old list that contains ISO-8859-1 with nothing and no
fallback will be used.


 * player UI does not fit exactly the lower resolution on the FR
 (canola is optimised for the resolution on the Nokia N8x0 800x480) but
 it's usable. User experience is better when rotating screen in
 landscape mode.

EcoreEvas can rotate the screen itself, so if you wish I can add an
option to start canola rotated. Maybe it's slower than Xrandr
rotation, maybe it's not, worth to try:

ee.rotation = 90

right before ee.show()


 As backend mplayer is used for playback.

 Generally the UI is a little bit sluggish on the FR than on the Nokia
 N8x0 but I think it's really usable.

If we do a simple theme optimization it can be bit faster. I'm doing
this for a ProFUSION demo we're about to release videos, but we cannot
release the images or the theme itself. If there are manpower
interested in creating so, let me know... I can even help with code
(.edc), just don't have the time/skills to produce neat graphics.
Also, it would be amazing to have a canola themed to match SHR.

Again, this is of my interest and I can allocate my time or an
employee to help with such task to optimize, but we need a designer to
produce the images.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

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


Re: [shr-unstable] packages for canola media player

2009-06-12 Thread The Digital Pioneer
That carman app looks pretty sweet. Can anyone port it to the FR? Also, does
it have a routing engine? I didn't see that specifically in their site, but
maybe I missed it.

Oh, and Canola was pretty nice too, it just didn't find my OGGs, so I can't
use it.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [shr-unstable] packages for canola media player

2009-06-12 Thread undrwater



Hermann Lacheiner wrote:
 
 Hi!
 
 I have created packages for the canola media player...
 

I've added the feed, and when installing I get the following:
Configuring canola
Traceback (most recent call last):
  File /usr/bin/terra-rescan-collections, line 27, in module
from terra.core.plugin_install import rescan_collections
  File /usr/lib/python2.6/site-packages/terra/core/plugin_install.py, line
31, in module
from zipfile import ZipFile

When starting I get:
1244865615.8671 ERROR manager:73:_setup_plugin_manager() couldn't load and
sync plugins config file:
Traceback (most recent call last):
  File /usr/bin/canola, line 245, in module
mger = Manager(options.config_file)
  File /usr/lib/python2.6/site-packages/terra/core/singleton.py, line 38,
in __call__
cls._instance = type.__call__(cls, *args, **kargs)
  File /usr/lib/python2.6/site-packages/terra/core/manager.py, line 55, in
__init__
self._setup_plugin_manager()
  File /usr/lib/python2.6/site-packages/terra/core/manager.py, line 70, in
_setup_plugin_manager
pcm.load()
  File /usr/lib/python2.6/site-packages/terra/core/plugin_config.py, line
143, in load
self._confs = self._load_from_file(self._config_file)
  File /usr/lib/python2.6/site-packages/terra/core/plugin_config.py, line
127, in _load_from_file
confs = cPickle.load(open(filename, rb))
EOFError

Interested in trying it...

Russell Dwiggins
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3071204.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


[shr-unstable] packages for canola media player

2009-06-11 Thread Hermann Lacheiner
Hi!

I have created packages for the canola media player (see
http://openbossa.indt.org/canola/ for screenshots). canola was
originally developed for the maemo platform and was open sourced
recently. It is based on the e17 libraries, so it is destined for the
shr distribution ;)

Sources for the packages are from http://local.profusion.mobi:8081/
based on the branches from Gustavo.

canola has some dependencies so I created a testing feed. You can find
the packages at http://schagaga.de/canolafeed/
The bitbake recipes are mirrored at http://schagaga.de/myoverlay/

opkg install canola installs canola and all its dependencies on the FR.

Currently there are a few glitches:
* canola package depends on glibc-gconv-iso8859-15 otherwise
lightmediascanner does not work
* player UI does not fit exactly the lower resolution on the FR
(canola is optimised for the resolution on the Nokia N8x0 800x480) but
it's usable. User experience is better when rotating screen in
landscape mode.

As backend mplayer is used for playback.

Generally the UI is a little bit sluggish on the FR than on the Nokia
N8x0 but I think it's really usable.

I am looking forward to your feedback ;)

Cheers, hermann

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


Re: [shr-unstable] packages for canola media player

2009-06-11 Thread Michael Zanetti
Hi,

Really cool! Thank you very much for the packages. I didn't even know they 
opened their source code.

Canola is by far the coolest media player for mobile devices I've seen so far. 
And everthing works as expected on the freerunner except the battery and 
network indicators. Even performance is good in comparison to other apps on my 
freerunner. I've tested only the music section so far, no videos, pictures, 
podcasts etc...

The packes work fine on up-to-date shr-unstable. The first install run stopped 
due to a file conflict between etk-themes and etk-theme-shr. But I don't think 
this is related to your packages. The second run (whithout changes) completes 
fine though.

Thanks again,
Michael

On Thursday 11 June 2009 14:02:17 Hermann Lacheiner wrote:
 Hi!

 I have created packages for the canola media player (see
 http://openbossa.indt.org/canola/ for screenshots). canola was
 originally developed for the maemo platform and was open sourced
 recently. It is based on the e17 libraries, so it is destined for the
 shr distribution ;)

 Sources for the packages are from http://local.profusion.mobi:8081/
 based on the branches from Gustavo.

 canola has some dependencies so I created a testing feed. You can find
 the packages at http://schagaga.de/canolafeed/
 The bitbake recipes are mirrored at http://schagaga.de/myoverlay/

 opkg install canola installs canola and all its dependencies on the FR.

 Currently there are a few glitches:
 * canola package depends on glibc-gconv-iso8859-15 otherwise
 lightmediascanner does not work
 * player UI does not fit exactly the lower resolution on the FR
 (canola is optimised for the resolution on the Nokia N8x0 800x480) but
 it's usable. User experience is better when rotating screen in
 landscape mode.

 As backend mplayer is used for playback.

 Generally the UI is a little bit sluggish on the FR than on the Nokia
 N8x0 but I think it's really usable.

 I am looking forward to your feedback ;)

 Cheers, hermann

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

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


Re: [shr-unstable] packages for canola media player

2009-06-11 Thread Morten

Wow! This has to be the best looking, and the app with the best usability for
freerunner ever! Thanks so much for the package!
-- 
View this message in context: 
http://n2.nabble.com/-shr-unstable--packages-for-canola-media-player-tp3061584p3064969.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