Opened 18 years ago
Last modified 18 years ago
#573 new defect
Playlist bahaves poorly when in slave mode
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | core |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
When running in slave mode, I queue up some files (loadfile <filename> 1). After
the current file is done, it behaves normally by playing the queued file, then
stops after the queue (one or many files) is complete. Once I load another file
(loadfile <file>), it plays the file, but once it is complete, it starts the old
queue again. Once it has entered that queue, if I try to play another file
(loadfile <blah>) it restarts the current file in the queue. The only way to get
it to play my file, is to expire the queue by jumping to the end of each file in
the queue, and waiting for it all to finish. This is very annoying on the web
interface I have designed (to be GPL'd and released at a later date). I have
tried to run (loadlist <blank playlist>) but it has no effect. I am trying to
run mplayer continuously without killing it off and restarting it constantly.