Opened 16 years ago
Closed 16 years ago
#8130 closed enhancement (fixed)
[PATCH] Interrupting PlayFolder
| Reported by: | Owned by: | robertm | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24 |
| Component: | Plugin - MythVideo | Version: | 0.22 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
I just discovered great feature of MythVideo plugin - PlayFolder() function, but without ability to interrupt it, it was only half of joy.
So I wrote this patch. It will interrupt the playlist if video was played less then 10 seconds. If it was played more then 10 sec, it will continue with other item in playlist.
Attachments (1)
Change History (3)
by , 16 years ago
| Attachment: | mythvideo.patch added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → accepted |
Looks OK. PlayFolder is going to get an overhaul eventually, probably when the MythVideo DB structure changes and MythVideo hopefully starts to use ProgramInfo. But since it's not clear when all that will get done, I am fine with this going in after the freeze.
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
(In [24068]) Fixes #8130. Allow the user to break out of a 'Play Folder' action in MythVideo by quitting a video before it plays longer than ten seconds. Original patch by Miroslav, adjusted for our coding standards. This should do the trick until we can unify the Video and Recording DB/ProgramInfo and unify playlist behaviors.

Patch to interrupt PlayFolder