Blunk / remuco

Automatically exported from code.google.com/p/remuco
0 stars 0 forks source link

Crossfade support for MPD #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This issue has been migrated from SourceForge.

Origin: https://sourceforge.net/forum/message.php?msg_id=7601565

==================================================================

When: 2009-09-01 13:56:49
Who : Jozef Riha (zefo17)

hello, is there a chance to add crossfade for mpd player? maybe a small
menu with predefined values: off, 10 sec, 20 sec, 1 minute. would it also
be possible to add an option to fade out song after player is
finished/stopped manually? thanks, joe

-------------------------------------------------------------

When: 2009-09-01 18:31:08
Who : Oben Sonne (mondai)

To get you right, you mean to adjust crossfade settings
dynamically/remotely? Should be possible ..

-------------------------------------------------------------

When: 2009-09-01 20:59:26
Who : Jozef Riha (zefo17)

in fact i mean two different things:

1. be able to basically issue something like "mpc crossfade <n>" command
remotely
2. fadeout, then stop song. mpd does not support this, so at this moment it
could only be done by decreasing volume in steps, then just stop playback.
of course, it can be done manually now but i think this option could be useful

joe

Original issue reported on code.google.com by obensonne@googlemail.com on 4 Sep 2009 at 10:15

GoogleCodeExporter commented 9 years ago
Label management.

Original comment by obensonne@googlemail.com on 4 Sep 2009 at 11:49

GoogleCodeExporter commented 9 years ago
Point 1 could be realized by extending player adapters to provide player
configuration options.

Concerning point 2, how often do you do this? I'm wondering if it is worth to 
add
complexity to player adapters for things which are used quite rarely.

Original comment by obensonne@googlemail.com on 7 Sep 2009 at 8:34