Re: [E-devel] emotion "playback_finished" signal

2016-04-17 Thread Andreas Volz
Am Sun, 17 Apr 2016 23:39:06 +0900 schrieb Carsten Haitzler (The Rasterman): > On Wed, 13 Apr 2016 19:53:37 +0200 Andreas Volz > said: > > > Hello, > > > > now I managed to write a simple media player on top of emotion with > > a browsing list. But I've some problems to understand how to work >

Re: [E-devel] emotion "playback_finished" signal

2016-04-17 Thread The Rasterman
On Wed, 13 Apr 2016 19:53:37 +0200 Andreas Volz said: > Hello, > > now I managed to write a simple media player on top of emotion with a > browsing list. But I've some problems to understand how to work with > the (async) "playback_finished" signal. > > Let me describe the problem and write som

Re: [E-devel] emotion "playback_finished" signal

2016-04-17 Thread Andrew Williams
Why not make a playlist in memory? Create the list when playback starts then if a new track is selected then change what's up next. That way skipping forward should do the right thing. Andy On Wed, 13 Apr 2016 at 19:21, Cedric BAIL wrote: > On Wed, Apr 13, 2016 at 10:53 AM, Andreas Volz > wrote

Re: [E-devel] emotion "playback_finished" signal

2016-04-13 Thread Cedric BAIL
On Wed, Apr 13, 2016 at 10:53 AM, Andreas Volz wrote: > now I managed to write a simple media player on top of emotion with a > browsing list. But I've some problems to understand how to work with > the (async) "playback_finished" signal. > > Let me describe the problem and write some high level r

[E-devel] emotion "playback_finished" signal

2016-04-13 Thread Andreas Volz
Hello, now I managed to write a simple media player on top of emotion with a browsing list. But I've some problems to understand how to work with the (async) "playback_finished" signal. Let me describe the problem and write some high level requirements: 1. choose a file in the list to play it 2.