> Thanks Michael. Here's what I try on the web GUI. Save the audio file
> to the Favorites. Edit the favorite to change "file:" to "loop:". But
> it not even play. Then I saved one of the Sounds and Effects to the
> favorite and it has the "loop:" prefix and looping when play.
Well... I thought this might be too simple an approach: the protocol
handler for loop: expects the file to be available over http, not a
local file :-(.
If you had a web server somewhere which could serve up the file. You
could even use LMS to do so, but would probably have to put the file
back in place after updates (depends on the installation). Or you could
write your own little plugin to serve that file from within LMS? Or
write another protocol handler to handle a "localloop:" protocol.
That's a few options you have in increasing effort order :-).
--
Michael
> to the Favorites. Edit the favorite to change "file:" to "loop:". But
> it not even play. Then I saved one of the Sounds and Effects to the
> favorite and it has the "loop:" prefix and looping when play.
Well... I thought this might be too simple an approach: the protocol
handler for loop: expects the file to be available over http, not a
local file :-(.
If you had a web server somewhere which could serve up the file. You
could even use LMS to do so, but would probably have to put the file
back in place after updates (depends on the installation). Or you could
write your own little plugin to serve that file from within LMS? Or
write another protocol handler to handle a "localloop:" protocol.
That's a few options you have in increasing effort order :-).
--
Michael