cc-4343: temporary workaround in action
This commit is contained in:
parent
5609530dfc
commit
446d63a1d7
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ def file_playable(pathname):
|
||||||
#between them. We run the command as pypo because otherwise the target file
|
#between them. We run the command as pypo because otherwise the target file
|
||||||
#is opened with write permissions, and this causes an inotify ON_CLOSE_WRITE
|
#is opened with write permissions, and this causes an inotify ON_CLOSE_WRITE
|
||||||
#event to be fired :/
|
#event to be fired :/
|
||||||
|
return True
|
||||||
command = ("airtime-liquidsoap -c 'output.dummy" + \
|
command = ("airtime-liquidsoap -c 'output.dummy" + \
|
||||||
"(audio_to_stereo(single(\"%s\")))' > /dev/null 2>&1") % \
|
"(audio_to_stereo(single(\"%s\")))' > /dev/null 2>&1") % \
|
||||||
pathname.replace("'", "'\\''")
|
pathname.replace("'", "'\\''")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue