Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#12676 closed Bug Report - General (fixed)

Position is not saved when entering standby mode when playback is paused

Reported by: Wayne McDougall <waynemcdougall@…> Owned by: paulh
Priority: minor Milestone: 0.28
Component: Plugin - MythMusic Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When playback of a track is paused in MythMusic, the frontend may go into standby mode. If so, the playback position is not saved.

Perhaps the most straightforward fix is to save the position when playback is paused.

Add savePosition(); to

void MusicPlayer::pause(void)

in musicplayer.cpp

Attachments (1)

mythfrontend_version.txt (998 bytes) - added by waynemcdougall@… 8 years ago.
Mythfrontend version

Download all attachments as: .zip

Change History (4)

Changed 8 years ago by waynemcdougall@…

Attachment: mythfrontend_version.txt added

Mythfrontend version

comment:1 Changed 8 years ago by Paul Harrison <pharrison@…>

Resolution: fixed
Status: newclosed

In 13a931fc7a0c1c18600c6614b8d5fe844bbcdf5e/mythtv:

MythMusic: save the current position when acting on a jump point

Should fix #12676 as well.

comment:2 Changed 8 years ago by Paul Harrison <pharrison@…>

In 24ca44b3d8f3ad1882551732ed25a17a4dadb127/mythtv:

MythMusic: save the current position when acting on a jump point

Should fix #12676 as well.

(cherry picked from commit 13a931fc7a0c1c18600c6614b8d5fe844bbcdf5e)

comment:3 Changed 8 years ago by paulh

Milestone: unknown0.28
Note: See TracTickets for help on using tickets.