Opened 10 years ago
Last modified 10 years ago
#351 assigned enhancement
Add support for timebased playback in playlists
Reported by: | ph3-der-loewe | Owned by: | ph3-der-loewe |
---|---|---|---|
Priority: | wishlist | Milestone: | |
Component: | RoarAudio PlayList Daemon | Version: | current |
Keywords: | Cc: | ||
Architecture: | Compiler: | ||
Difficulty: | normal | Kernel: | |
Operating System: | Parent Tickets: | ||
Patch attached: | no | Protocol: | |
Sound driver: | Topic: | New feature |
Description
There should be a start time added to the PLE structure. end time is given as start+length.
the autoqueue() function should skip playlist entries (CURRENT pointer movements) with end time (start+length) in paste or use a more intelligent algorithm to closed-loop control the queue to best match the current playback to the playlist.
there also needs to be a flag so PLEs can be marked unskippable as this is required on some setups. (e.g. to run (paid) ads or delayed news shows.)
Subtickets
Change History (2)
comment:1 Changed 10 years ago by ph3-der-loewe
- Owner set to ph3-der-loewe
- Status changed from new to assigned
comment:2 Changed 10 years ago by ph3-der-loewe
This is mostly done. It requires some testing now.
Note: See
TracTickets for help on using
tickets.
I started to work on this.