Re: Intone lockup

2010-07-20 Thread carcin...@gmx.net

i fixed this by using oss via mplayer user cofiguration. There is also a ticket 
about that on intones tracker at sf.

Another question would be, is there anybody who develops intone. Project seems 
to hang...

 Carci

- Ursprüngliche Mitteilung -
 On Mon, Jul 19, 2010 at 10:03 PM, Xavier Cremaschi
 omega.xav...@gmail.com wrote:
  I've got quite the same pb here, with intone - 0.66+svnr76-r3.4
  
  I can play a song, but if I pause it and try to play another song from
  another folder it stops responding...
 
 i mentioned this on the user list, but i have a suspicion this is the
 fault of mplayer.
 mplayer used to be able to pause and resume, since about feb ive
 noticed i can no longer pause then resume any play lists. i made note
 of this one the lists a while ago, but received no responses.
 
 ___
 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: Intone lockup

2010-07-19 Thread Xavier Cremaschi
I've got quite the same pb here, with intone - 0.66+svnr76-r3.4

I can play a song, but if I pause it and try to play another song from 
another folder it stops responding...

Xavier.


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


Re: Intone lockup

2010-07-19 Thread jeremy jozwik
On Mon, Jul 19, 2010 at 10:03 PM, Xavier Cremaschi
omega.xav...@gmail.com wrote:
 I've got quite the same pb here, with intone - 0.66+svnr76-r3.4

 I can play a song, but if I pause it and try to play another song from
 another folder it stops responding...

i mentioned this on the user list, but i have a suspicion this is the
fault of mplayer.
mplayer used to be able to pause and resume, since about feb ive
noticed i can no longer pause then resume any play lists. i made note
of this one the lists a while ago, but received no responses.

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


Re: Intone lockup

2009-04-19 Thread c_c

Hi,

..but as soon as it starts playing it, the GUI locks up and has to be
killed. Until I kill the GUI, mplayer continues happily.

 Can you describe step-by-step what needs to be doneto make intone lock up? 
Must be something I missed. It would help if I know whats happening. Also, what 
version of mplayer are you using?


Intone should not use while loops when reading answers from mplayer,
or allow the loops to be broken
after an apropriate timeout...

  I agree. I'm going to change over to ecore_exe_pipe_run. Will take a few days 
though.
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2659404.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: Intone lockup

2009-04-18 Thread The Digital Pioneer
Ahh, the beast isn't tamed yet. Now, when I run Intone, I can play the
music, but as soon as it starts playing it, the GUI locks up and has to be
killed. Until I kill the GUI, mplayer continues happily. The last
mplayer-related change I made before this began was to add the line
cache=1024
to .mplayer/config in hopes of making it play smoothly when I'm actually
using the phone. It didn't help, so is there way to make it assign mplayer a
nice of -10 or so?

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


Re: Intone lockup

2009-04-18 Thread Thomas Seiler
Hi

On Sat, Apr 18, 2009 at 9:17 PM, The Digital Pioneer
digitalpion...@gmail.com wrote:
 Ahh, the beast isn't tamed yet. Now, when I run Intone, I can play the
 music, but as soon as it starts playing it, the GUI locks up and has to be
 killed.

Hm, to me, this looks as if the gui is expecting an answer from
mplayer but for some
reason missed it. Thanks to the while-loops that are all over in
gui.c, the gui would sit there waiting forever.

As such, control flow never returns to the ecore mainloop and the gui
aprears to hang.

Intone should not use while loops when reading answers from mplayer,
or allow the loops to be broken
after an apropriate timeout...

Cheers,
Thomas

-- 
Excercise 17:
If the human brain was simple enough for us to understand we'd be so
simple we couldn't understand.
Prove this by induction.

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


Re: Intone lockup

2009-04-13 Thread Yogiz
On Sun, 12 Apr 2009 20:04:07 -0700 (PDT)
c_c cchan...@yahoo.com wrote:

 
 HI,
 
 There is no intone_song.db, only an art folder which is empty.
 
  Thats really odd.

Is it really? opkg remove removes the intone_song.db as well would be
my guess. Next time don't remove the app, just the file and Intone will
recreate it.

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


Re: Intone lockup

2009-04-13 Thread c_c

Hi,

Is it really? opkg remove removes the intone_song.db as well would be my 
guess.

 Well, I thought I'd removed the db from the ipkg in v .24. Anyhow - that's the 
only possibility - so Yogiz is right.
 I've posted a new version - try that out - should fix some more things (and 
maybe break a few ;-)
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2628428.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: Intone lockup

2009-04-13 Thread Joerg Reisenweber
Am Mo  13. April 2009 schrieb c_c:
 
 Hi,
 
 Is it really? opkg remove removes the intone_song.db as well would be my 
 guess. 
 
  Well, I thought I'd removed the db from the ipkg in v .24. Anyhow - that's 
  the only possibility - so Yogiz is right. 
  I've posted a new version - try that out - should fix some more things (and 
  maybe break a few ;-) 

Please mark quotes!
/j


signature.asc
Description: This is a digitally signed message part.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone lockup

2009-04-13 Thread c_c

Hi,

Please mark quotes!
/j

Uh Oh! I thought the nabble ML quoting got magically transformed to text 
quoting too. Will keep that in mind. Thanks.
 BTW is this better?
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2630717.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: Intone lockup

2009-04-13 Thread Robin Paulson
2009/4/14 c_c cchan...@yahoo.com:
Please mark quotes!
/j

 Uh Oh! I thought the nabble ML quoting got magically transformed to text 
 quoting too. Will keep that in mind. Thanks.
  BTW is this better?

yes! fortunately, gmail marks quoted text in purple, instead of black,
so your mails read ok here. other clients may not, though

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


Re: Intone lockup

2009-04-12 Thread c_c

Hi,

note that this isn't happening at the _end_ of a track, it happens when I hit 
the previous or next track buttons while playing a track.

  That's odd. I can't replicate that. Can you try deleting all your albums - 
rescanning you music folder and then seeing if this occurs again?
  If it does I'll send you a version that prints out some messages so I know 
where the problem is occurring - if you're game on spending some time helping 
me find a solution.
Thanks.
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2623297.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: Intone lockup

2009-04-12 Thread The Digital Pioneer
I removed all my albums, but when I went back to add some again it crashed,
and now it's totally bricked. Every time I start it, I just get this:

Simple mixer control 'PCM',0
  Capabilities: volume
  Playback channels: Front Left - Front Right
  Capture channels: Front Left - Front Right
  Limits: 0 - 255
  Front Left: 255 [100%] [0.00dB]
  Front Right: 255 [100%] [0.00dB]
Segmentation fault
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone lockup

2009-04-12 Thread c_c

Hi,

   I'm sorry it's behaving so - but this happens only when the db is 
inconsistent. Can you opkg remove intone, cd to /home/root/.intone and send me 
your intone_song.db? 
  Then delete the intone_songs.db, opkg install intone and add albums. It 
should work now, and I'll get a copy of the db to figure out how what's wrong 
with it - if it's OK with you.
 Thanks for your patience.
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2626026.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: Intone lockup

2009-04-12 Thread The Digital Pioneer
There is no intone_song.db, only an art folder which is empty. :\ Oh well,
it works right now, after having uninstalled and reinstalled it. :P

That's no problem, if I want it to 'just work' I would've gotten a G1. :P
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone lockup

2009-04-12 Thread c_c

HI,

There is no intone_song.db, only an art folder which is empty.

 Thats really odd. Do let me know if you face more issues. Also, I'm going to 
be releasing a new version today that addresses a few more bugs and hopefully 
improves performance.
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2626156.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: Intone lockup

2009-04-11 Thread The Digital Pioneer
Well, AFAIK, my rootfs is / . :) But perhaps you mean distro, in which case
I have SHR-unstable. I guess I forgot to mention that earlier... Also note
that this isn't happening at the _end_ of a track, it happens when I hit the
previous or next track buttons while playing a track.
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Intone lockup

2009-04-10 Thread The Digital Pioneer
Hi. I've been trying Intone, and after convincing it to work with my OGGs,
it locks up and has to be kill -9'd whenever I go to the next/previous
track. There's no revealing terminal output, it just locks up.

Also, after it locks up, and I kill it, when I start it again it will act
like it's playing but no sound comes. Help? :)

-- 
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: Intone lockup

2009-04-10 Thread c_c

Hi,
  Can you tell me which version of itnone you're using and your roots ?

  There was a (rarely) occurring bug in release 0.22 - that caused lockups at 
the end of playing a song. Basically, say a song is 100.2 secs long. It becomes 
100 (integer) secs in intone. After 100 secs, intone waits for mplayer to tell 
it the seek position at 101 secs. But mplayer has stopped playing the song at 
101secs. So, the lockup. You'll have to 'killall mplayer' also after 'kill -9 
pid of intone' to get audio out.

  Intone needed little convincing to get mplayer to play ogg files. Just the 
realisation that .oga is the newer name ;-D 

-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2619498.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: Intone lockup

2009-04-10 Thread The Digital Pioneer
So renaming all my .ogg files to .oga will magically make things work
better? That's hardly a high price to pay. :P I believe I have Intone 0.24.
I don't know what you mean by 'roots'
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Intone lockup

2009-04-10 Thread c_c

Hi,

So renaming all my .ogg files to .oga will magically make things work better? 
That's hardly a high price to pay.

 No - now intone should add .ogg and .oga files it finds when it scans the 
selected directory. If you've already added a directory once - the ogg files 
wouldn't have been added. Re-scan.

 :P I believe I have Intone 0.24.

Well, I thought this version should not have the hang at the end prob. Let me 
recheck.

I don't know what you mean by 'roots'

Sorry - I meant 'rootfs' - 
-- 
View this message in context: 
http://n2.nabble.com/Intone-lockup-tp2618845p2619724.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