Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
dbb1f3f0df
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ def owner_id(original_path):
|
||||||
def file_playable(pathname):
|
def file_playable(pathname):
|
||||||
""" Returns True if 'pathname' is playable by liquidsoap. False
|
""" Returns True if 'pathname' is playable by liquidsoap. False
|
||||||
otherwise. """
|
otherwise. """
|
||||||
|
|
||||||
|
return True
|
||||||
#remove all write permissions. This is due to stupid taglib library bug
|
#remove all write permissions. This is due to stupid taglib library bug
|
||||||
#where all files are opened in write mode. The only way around this is to
|
#where all files are opened in write mode. The only way around this is to
|
||||||
#modify the file permissions
|
#modify the file permissions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue