maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   [Canola] Canola2 Beta3 Feedback Thread (https://talk.maemo.org/showthread.php?t=16424)

nilchak 2008-02-20 01:55

Re: Canola2 Beta3 Feedback Thread
 
I have been having the same problem - photos show, but the music does not play - the scanner icon (rotating arrow) keeps scanning, but music does not play at all.

So I did the Canola-cleanup again... I had done canola cleanup once before, before I switched from Beta 2 to Beta3.

This time however after cleanup - I rebooted, and then installed Canola Beta 3 again (from Application manager). And now Canola works - i.e. the music plays.

I still need to reinstall the Canola Tuning of course.
Even the podcasts are working again - had to re-download all the podcasts again though.

brashley46 2008-02-20 03:57

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by nilchak (Post 145060)
I have been having the same problem - photos show, but the music does not play - the scanner icon (rotating arrow) keeps scanning, but music does not play at all.

So I did the Canola-cleanup again... I had done canola cleanup once before, before I switched from Beta 2 to Beta3.

This time however after cleanup - I rebooted, and then installed Canola Beta 3 again (from Application manager). And now Canola works - i.e. the music plays.

I still need to reinstall the Canola Tuning of course.
Even the podcasts are working again - had to re-download all the podcasts again though.

Rebooted after running cleanup, eh? Hmmm. Then an immediate reinstall?

brashley46 2008-02-20 04:19

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by brashley46 (Post 145103)
Rebooted after running cleanup, eh? Hmmm. Then an immediate reinstall?

Nope, didn't help.

handful 2008-02-20 09:47

Re: Canola2 Beta3 Feedback Thread
 
Brashley, I think arthur posted here how to get the debug from "atabake" which is the component responsible for the media playback handling to (mplayer or maemo media player) can you do that? :

Menu > Utilities > X Terminal

$> atabake stop
$> atabake start -vvvvvv --logfile=log.txt
$> atabake

It should fail at this point as you related. Now, put an MMC or SD
card on the device and:

$> cp log.txt /media/mmc1

Then you just have to email us the file log.txt

Thanks.

morphbr 2008-02-20 11:14

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by brashley46 (Post 145024)
I've been having this problem with Canola from the first install. Canola scans and finds my directories with no problem at all; and it shows me my photos, no problem. But it will not play .mp3 files in the music app, nor will it play .mp4 videos in the video player. They are all playable in the stock media player. All are in folders on my internal memory card, which is an 8G SDHC. They simply sit there loading forever. :confused:

I've a 1G SD card in the external slot, would they play from there, perhaps?

Hi, could you give some log details for us ? Just follow these steps while in terminal (menu > utilities > terminal) or through ssh:

$> atabake stop
$> atabake start -vvvv --logfile=log.txt
$> canola -vvv 2> canolalog.txt

try to play your music, exit canola.

paste here or send to my email both log files. If you need any more help, just let me know.

Thanks

levismith 2008-02-20 18:10

Re: Canola2 Beta3 Feedback Thread
 
Only started using Canola this week ever. I'm really liking it with a few caveats.
Specifically I can't get 2 of my podcasts to work:
http://feeds.feedburner.com/TheAcapodcast
http://www.mashuptown.com/rss.xml

Other than that, just looking forward to hopeful future easier/more support for adding audio/video/photo podcasts, internet radio (got mine working, but it was more work/odd than other clients) and a2dp support(seems like Nokia should have that done...). I wouldn't mind a sleep timer too... (:

BTW, I tried installing Kagu several times and only got it to work once by removing ALL of my music and video and e-mail files(so there were only a couple demo songs on my n800). And after each install/uninstall more of my app memory is missing... So I'm rating Canola WAAY ahead of Kagu! (:

Thanks!
Levi
N800 OS2008, 16gb SDHC, 4GB RS-MMC

brashley46 2008-02-20 18:43

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by morphbr (Post 145184)
Hi, could you give some log details for us ? Just follow these steps while in terminal (menu > utilities > terminal) or through ssh:

$> atabake stop
$> atabake start -vvvv --logfile=log.txt
$> canola -vvv 2> canolalog.txt

try to play your music, exit canola.

paste here or send to my email both log files. If you need any more help, just let me know.

Thanks

I get :
Code:

~ $  atabake stop
Traceback: (most recent call last):
  File "/usr/bin/atabake", line 23, in <module>import atabake.lib.daemon
ImportError: no module named atabake.lib.daemon
~ $ atabake start -vvvv --logfile=log.txt
Traceback: (most recent call last):
  File "/usr/bin/atabake", line 23, in <module>import atabake.lib.daemon
ImportError: no module named atabake.lib.daemon
~ $  canola -vvv 2> canolalog.txt
[ShuffleOptionModel (name='Repeat', parent=True), RepeatOptionModel(name='Repeat', parent=True)]
SHUTDOWN
~ $ cp log.txt /media.mmc1
cp: cannot stat 'log.txt': no such file or directory
~ $ canolalog.txt /media/mmc1
cp: cannot remove '/media/mmc': No such file or directory
~ $

and nothing further.

:(

Eited to correct commands.

morphbr 2008-02-20 18:57

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by brashley46 (Post 145340)
I get :
Code:

~ $ > atabake stop
-sh: stop: not found
~ $ > atabake start -vvvv --logfile=log.txt
-sh: start: not found
~ $ > canola -vvv 2> canolalog.txt
~$

and nothing further.

:(

Hmm...try just:

$> atabake

anyway, it looks like that somehow atabake was not installed on your system for some reason.....Maybe you need to use canola-fix and then install canola again to try to correct this problem. Weird.

brashley46 2008-02-20 19:41

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by morphbr (Post 145347)
Hmm...try just:

$> atabake

anyway, it looks like that somehow atabake was not installed on your system for some reason.....Maybe you need to use canola-fix and then install canola again to try to correct this problem. Weird.

I corrected teh commands and ran everything again as you can see in my amended post above. Still nothing. Running atabake tells me the module is missing. I'll try again tonight after my chorus practice.

morphbr 2008-02-20 19:44

Re: Canola2 Beta3 Feedback Thread
 
Quote:

Originally Posted by brashley46 (Post 145368)
I corrected teh commands and ran everything again as you can see in my amended post above. Still nothing. Running atabake tells me the module is missing. I'll try again tonight after my chorus practice.

It looks like that atabake was not installed. Please, use the last version of canola-fix and install canola2 again (remembering to reboot the device after install)

Thanks


All times are GMT. The time now is 00:30.

vBulletin® Version 3.8.8