Notices


Closed Thread
Thread Tools
Posts: 18 | Thanked: 1 time | Joined on Dec 2007 @ Alberta, Canada
#351
Quote:
Originally Posted by Susdio
Anyone else finding that running Canola 2 breaks the hardware zoom and full screen buttons on the web browser? (N800 and OS2008 official).

Originally Posted by dont View Post
It is fine on my N800 and OS2008 official.
Sadly, it must just be me. I've found that ALL my applications lose that button functionality if Canola2 is running (doesn't have to be actually doing anything) and regain it as soon as I close Canola2. That would be far too big a bug not to be noticed. But how to fix it in my case?

I know that not all my repositories are working properly yet - every time I refresh my apps I get a different failed catalog. Maybe in another week or two I'll be able to reflash and reinstall everything successfully. Me thinks subjecting your customers to this kind of hassle and delay is a strange way to run a business Nokia.
 
barbieri's Avatar
Posts: 44 | Thanked: 21 times | Joined on Dec 2007 @ Recife, Brazil
#352
Originally Posted by krbvroc1 View Post
So how does this mediascanner thing work?

When 'watching' a folder how often does it scan/rescan? Is it configurable?

If I can somehow create a smbfs mount on my media card, will canola2 see it? And is there a way to tell it to cache the contents, but dont keep rescanning?

Also, what components have source code avail at this point and where can I find it?
Thanks
It should scan just when media is inserted. When Canola starts it triggers a consistency check, that basically does bunch of "stat(2)" calls to check if mtime (modification time) is the same, it can also delete (actually mark as deleted) files that went away and undelete (unmark) files that reappeared. It also adds new files.

As for smbfs, it should work, I don't see why not, we just use regular readdir(2) calls to walk directories.

About components with source code, we provide source of lightmediascanner (http://lms.garage.maemo.org/) and canolad, that uses this library and monitors media changes.
 
Posts: 246 | Thanked: 6 times | Joined on Jul 2007
#353
hey! thanks for helping me out, I really appreciate it.

so I create a directory: /home/users

how do I login as a regular user?


Originally Posted by barbieri View Post
Ok, here it goes:

Download these two files to your device, add them to /home/user/:

Code:
 http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=albumcover.py;hb=HEAD
http://staff.get-e.org/?p=users/chenca/canola-tuning.git;a=blob_plain;f=videothumb.py;hb=HEAD
then login to your device and as REGULAR USER (su - user) do:

Code:
python albumcover.py --help # info on how to get album covers
python videothumb.py --help # info on how to thumb your videos using MPlayer
Note that since these scripts have no #!/usr/bin/python line at the beginning they have to be called using "python" explicitly.
 
barbieri's Avatar
Posts: 44 | Thanked: 21 times | Joined on Dec 2007 @ Recife, Brazil
#354
Originally Posted by BlueSky View Post
Anyone else having problems downloading pod casts?

Whenever I click on a podcast to download it, I typically get the following error message: "Error during downloading". I have to try about 3 to 5 times, or more, before the download actually works. This is in on all podcasts and either happens immediately, or at any point during the download. Again, eventually I can get it to download, but it takes multiple tries.

Also, anyone know how to change the default directory for podcasts? (warning I am a total Linux noob)

Thank you for any help you guys can provide!
We never saw such behavior while downloading podcasts, please provide more information.

As for where to store them, you can choose by using command line:

Code:
cnl-set-prefs settings podcast_download_dir '"/path/to/existing/dir"'
Notice that you need both single and double quotes!
 

The Following User Says Thank You to barbieri For This Useful Post:
barbieri's Avatar
Posts: 44 | Thanked: 21 times | Joined on Dec 2007 @ Recife, Brazil
#355
Originally Posted by kingka View Post
hey! thanks for helping me out, I really appreciate it.

so I create a directory: /home/users

how do I login as a regular user?
Well... /home/user (singular, not plural form), and this folder already exist :-)
  • If you use Xterm, then you are regular user already.
  • If you use ssh, then you have to type: su - user
 
Posts: 70 | Thanked: 13 times | Joined on Nov 2007 @ Milan - Italy
#356
for everyone. I just uploaded the canola2 beta deb on my space hosted by aruba (italy)
http://www.lupin3d.net/canola2_2.0.0...maemo.1_all.gz

in sudo mode : tar xvzf canola2_2.0.0~beta1-maemo.1_all.gz then dpkg -i ./*

Last edited by Lupin3d; 2007-12-21 at 16:42.
 
Posts: 246 | Thanked: 6 times | Joined on Jul 2007
#357
Originally Posted by barbieri View Post
Well... /home/user (singular, not plural form), and this folder already exist :-)
  • If you use Xterm, then you are regular user already.
  • If you use ssh, then you have to type: su - user
thanks man.. yea, trying to find that folder.. hmm doesnt seem to come up when I search through filemanager....
 
Posts: 9 | Thanked: 1 time | Joined on Nov 2007
#358
Originally Posted by GreySim View Post
To add OGG support:



(Yet another newer package than the earlier ones, which those posts are updated too. This one is reported as working on IRC.)
OK, I'm confused now. Is that bora repository required even if I'm running Chinook on my N800 (which I am)? And what packages do I need from that repository? I have ogg-support 0.4 installed. And I've also installed http://kenneth.christiansen.googlepa..._0.3_armel.deb.

I've also got mplayer installed, which is working fine for playing OGG files, and I've tried updating ~/.atabake/config as described elsewhere in this thread.

But no OGG support for me in Canola Canola won't even list my .ogg files, let alone play them. So what am I doing wrong?

EDIT: Sorry, I'm an idiot I still had ogg-support-lms v0.1 installed and that didn't work. Installing ogg-support-lms v0.3 (and the one dependency libvorbis0a from TK's repo) has fixed the problem: I can now see all my OGG content
__________________
Des Herriott

Last edited by desht; 2007-12-21 at 16:52.
 
dgenge's Avatar
Posts: 51 | Thanked: 3 times | Joined on Sep 2007 @ Halifax, NS
#359
Lupin3D,
Can you zip that deb file for us non-linux weenies..and upload again.:-)
please please....
Darren
__________________
GengeMan....
from Halifax, N.S. Canada
 
Posts: 29 | Thanked: 2 times | Joined on Nov 2007
#360
Originally Posted by barbieri View Post
We never saw such behavior while downloading podcasts, please provide more information.

As for where to store them, you can choose by using command line:

Code:
cnl-set-prefs settings podcast_download_dir '"/path/to/existing/dir"'
Notice that you need both single and double quotes!
Thank you...

With regard to the downloads: what information do you need?

With regard to download directory: sorry, I am a total noob.... ...but I can't figure out what path to put. I want these downloads to go to the internal memory card/C2podcasts, however I don't know what the complete path would be for this.

Cheers!
 
Closed Thread

Thread Tools

 
Forum Jump


All times are GMT. The time now is 09:46.