Opened 14 years ago

Closed 14 years ago

#8929 closed defect (fixed)

In progress recording indicator

Reported by: stephengrobertson@… Owned by: stuartm
Priority: minor Milestone: 0.24
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

In the watch recordings screen using Arclight theme if there are two recordings in progress then the latest recording at the top of the list shows the pulsing "Recording" indicator. However the recording below that does not show the pulsing "Recording" until it has been in focus. Moving from the "All Programmes" category and back again makes it go away. Scrolling through the "All Programmes" until the in progress recordings go off the top of the screen does not cause it to disappear.

Trunk:26284

Change History (7)

comment:1 Changed 14 years ago by robertm

Status: newinfoneeded_new

Don't see this here-- are you using the Qt painter? If so, what happens when you use the GL theme painter?

mythfrontend -O ThemePainter?=opengl

comment:2 Changed 14 years ago by robertm

Also, need version output, and please confirm that you have no patches applied to the tree.

comment:3 Changed 14 years ago by stephengrobertson@…

Yes this is with the GL painter. This is the packages from www.avenard.org though I am pretty sure I saw this with earlier versions from the mythbuntu repos too.

I'm building the latest trunk just now so will check that it is still happening for me with that.

MythTV Version : 26284 MythTV Branch : trunk Network Protocol : 62 Library API : 0.23.20100913-1 QT Version : 4.6.2 Options compiled in:

linux debug using_alsa using_jack using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_dvb using_firewire using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_xrandr using_xv using_xvmc using_xvmc_vld using_xvmcw using_bindings_perl using_bindings_python using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg

comment:4 Changed 14 years ago by stuartm

Milestone: unknown0.24
Owner: set to stuartm
Status: infoneeded_newassigned

comment:5 Changed 14 years ago by stephengrobertson@…

Just checked with a local build and I see the same


MythTV Version   : 26299M
MythTV Branch    : trunk
Network Protocol : 62
Library API      : 0.23.20100913-1
QT Version       : 4.6.2
Options compiled in:
 linux release using_alsa using_oss using_pulse using_pulseoutput using_backend using_bindings_perl using_bindings_python using_dvb using_frontend using_hdhomerun using_hdpvr using_iptv using_ivtv using_joystick_menu using_lirc using_mheg using_opengl_video using_opengl_vsync using_qtdbus using_qtwebkit using_v4l using_x11 using_bindings_perl using_bindings_python using_mythtranscode using_opengl using_vdpau using_ffmpeg_threads using_live using_mheg

# Basic Settings
Compile type              release
Compiler cache            no
DistCC                    no
qmake                     /usr/bin/qmake
install prefix            /usr
runtime prefix            /usr
CPU                       x86 x86_32 (model name    : Intel(R) Core(TM)2 Duo CPU     E7400  @ 2.80GHz)
yasm                      yes
MMX enabled               yes
MMX2 enabled              yes
3DNow! enabled            yes
3DNow! extended enabled   yes
SSE enabled               yes
SSSE3 enabled             yes
CMOV enabled              no

# Input Support
Joystick menu             yes
lirc support              yes
Video4Linux sup.          yes
ivtv support              yes
HD-PVR support            yes
FireWire support          no
DVB support               yes [/usr/include]
DVB-S2 support            yes
HDHomeRun support         yes
IPTV support              yes

# Sound Output Support
PulseAudio support        yes
OSS support               yes
ALSA support              yes
JACK support              no
libfftw3 support          no

# Video Output Support
x11 support               yes
xrandr support            no
xv support                no
XvMC support              no
XvMC VLD support          no
VDPAU support             yes
CrystalHD support         no
OpenGL video              yes
OpenGL vsync              yes
DirectFB                  no
MHEG support              yes

# Misc Features
multi threaded libavcodec yes
Frontend                  yes
Backend                   yes

# Bindings
bindings_perl             yes
bindings_python           yes

Creating libs/libmythdb/mythconfig.h and libs/libmythdb/mythconfig.mak

libs/libmythdb/mythconfig.h is unchanged
external/FFmpeg/libavutil/avconfig.h is unchanged

comment:6 Changed 14 years ago by stuartm

Status: assignedaccepted

We don't need further reports, I was already aware of this bug and can reproduce. It was introduced by the preview generation refactor.

comment:7 Changed 14 years ago by stuartm

Resolution: fixed
Status: acceptedclosed

(In [26375]) Fix the recording/transcoding/commflag status statetype after the programinfo refactor. Fixes #8929

Note: See TracTickets for help on using tickets.