Hi (sorry I reply in english for broader audience), 2008/8/10 W3 <[EMAIL PROTECTED]>: > 1 - Lorsque j'effectue "smart_crossfade" les tags des titres ne s'affiche > pas toujours dans le player. Pourquoi à votre avis ?
The issue about metadata has been raised and fixed. It's an unfortunate mistake in our code, fixed on SVN and with an easy workaround otherwise. See: http://www.mail-archive.com/[email protected]/msg00550.html > 2 - J'ai repris l'exemple donné dans le quickstart pour inclure un jingle > tous les quatre titres, les jingles sont bien diffusés mais de façon > totalement aléatoire. Ai-je raté quelque chose ? > > radio = random(weights = [1, 4],[jingles, radio]) If you don't want a random behaviour you can use the strict mode (i.e. write random(strict=true,...)) which makes the operator simply follow the quotas. Cheers, David ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
