Browse Source

removed trimaudio.sh call

itec78 2 years ago
parent
commit
6bbd129fcb
1 changed files with 0 additions and 3 deletions
  1. 0 3
      playlistalo.py

+ 0 - 3
playlistalo.py

@@ -201,10 +201,7 @@ def add(filetemp, user = "-unknown-", title = None, id = None, track = None, art
     else:
         print ('--- Converto ---')
         print (fileout)
-
-        # subprocess.call([scriptpath + "/trimaudio.sh", filetemp, fileout])
         trimaudio(filetemp, fileout)
-
         print ('--- Fine ---')
  
         if not os.path.isfile(fileout):