LinuxMCE Forums

General => Users => Topic started by: wombiroller on September 23, 2009, 12:53:56 pm

Title: Disable Audio Loop / Repeat?
Post by: wombiroller on September 23, 2009, 12:53:56 pm
Hi All,

Is it currently possible to disable the audio loop (so media will stop once the playlist ends)?

Try as I might I can't find anything on the forums, wiki or admin page....
 
This was as close as it came: http://forum.linuxmce.org/index.php?topic=4551.0

EDIT: Unless something like this is currently required (in reverse)?
http://wiki.linuxmce.org/index.php/Video_Playlist_-_Enable_Looping

Cheers,
WR.
Title: Re: Disable Audio Loop / Repeat?
Post by: Dale_K on September 23, 2009, 05:21:42 pm
As I was the one that posted the above wiki, I tested disabling the audio looping by deleting the 'storedaudio' section of that code and recompiling.  It seems to work as expected, audio and playlists no longer loop. 

No adverse effects seem to be appearing.

There may be a simpler way that I'm not familiar with.
Title: Re: Disable Audio Loop / Repeat?
Post by: wombiroller on September 24, 2009, 04:56:07 am
As I was the one that posted the above wiki, I tested disabling the audio looping by deleting the 'storedaudio' section of that code and recompiling.  It seems to work as expected, audio and playlists no longer loop. 

No adverse effects seem to be appearing.

There may be a simpler way that I'm not familiar with.

Thanks Dale_K.