It looks like this is a regression. It seems that wmadec shoudl be able
to open remote streams but this is not specified in rules at present.
If you want to test this you could try changing:

Code:
--------------------
    
  wma flc * *
        # F
        [wmadec] -w $FILE$ | [flac] -cs --totally-silent --compression-level-0 -
  
--------------------

to

Code:
--------------------
    
  wma flc * *
        # F:{PATH=%f}R:{PATH=%F}
        [wmadec] -w $PATH$ | [flac] -cs --totally-silent --compression-level-0 -
  
--------------------

in convert.conf. You will need to restart SC.

Alan.


-- 
awy
------------------------------------------------------------------------
awy's Profile: http://forums.slimdevices.com/member.php?userid=7480
View this thread: http://forums.slimdevices.com/showthread.php?t=55032

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to