[MPlayer-users] BUG: stream_file.c: reconnects to fifos

Krzysztof Duchnowski amidk75 at gmail.com
Thu Aug 23 18:04:20 CEST 2012


On 23.08.2012 13:42, Ron Johnson wrote:
> On 08/23/2012 01:19 AM, Nicolas George wrote:
>> Le sextidi 6 fructidor, an CCXX, Ron Johnson a écrit :
>>>>> Would an alternative be:
>>>>> for f in $(find /stuff); do mplayer "$f"; done
>>> Eh?  Double quotes handle them perfectly.
>>
>> Not with $(find): there is splitting at that point.
>>
> 
> Hmmm, now I see your point with my own tests using du.



What about this, it have the initial lag of loading playlist from pipe,
but only during startup:

:$ PLAYLIST=; while read f; do PLAYLIST="${PLAYLIST}\n${PWD}/${f}";
done< <(find); mplayer -playlist <(printf "${PLAYLIST}")

-- 
Krzysztof 'DK75' Duchnowski
GetFirefox - http://www.getfirefox.net/
Konfiguracja UTF-8 dla czytników - http://evil.pl/pip/utf/


More information about the MPlayer-users mailing list