Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Commits

Ticket #9536: Delete recording request not honored if issued soon after watching.

 

 

MythTV commits RSS feed   Index | Next | Previous | View Threaded


noreply at mythtv

Jan 31, 2011, 8:11 AM

Post #1 of 13 (351 views)
Permalink
Ticket #9536: Delete recording request not honored if issued soon after watching.

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------------
Reporter: kenneth.emerson@… | Type: Bug Report
Status: new | Priority: minor
Milestone: unknown | Component: MythTV - General
Version: 0.24-fixes | Severity: medium
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------------
If I delete a recording directly after watching it, the delete request is
not honored. If I wait until the preview image is regenerated, the delete
request is honored.
This bug is minor but annoying and can be worked around by waiting 5-10
seconds after watching a recording before trying to delete it.

MythTV Version : v0.24-101-gc6c50df

Using Blue Abstract-Wide theme

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


noreply at mythtv

Jan 31, 2011, 8:55 AM

Post #2 of 13 (346 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+--------------------------------
Reporter: kenneth.emerson@… | Owner:
Type: Bug Report | Status: infoneeded_new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+--------------------------------
Changes (by robertm):

* status: new => infoneeded_new


Comment:

Delete "request" from where? If preview generation is going on, which
will often be the case directly after watching something, then the item is
in use and myth frontend will pop up a notification that the item is in
use. Are you deleting from elsewhere? Regardless of where you are
performing the delete from, the above is the desired behavior, and in
mythfrontend the user is notified exactly why.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:1>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


noreply at mythtv

Jan 31, 2011, 9:10 AM

Post #3 of 13 (347 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner:
Type: Bug Report | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------
Changes (by stuartm):

* status: infoneeded_new => new


Comment:

I've been able to reproduce this one for some time, there is a window
before the preview generation status being updated and exiting the
recording that causes this issue. Really though the popup isn't a great
solution to this problem, instead we should be acting on the delete
request, removing it from the list then removing the actual file once the
preview generation has been completed.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:2>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


noreply at mythtv

Jan 31, 2011, 9:11 AM

Post #4 of 13 (343 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: accepted
Priority: minor | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------
Changes (by stuartm):

* owner: => stuartm
* status: new => accepted
* milestone: unknown => 0.25


--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:3>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits


noreply at mythtv

Mar 22, 2011, 2:35 AM

Post #5 of 13 (316 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: minor | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------
Changes (by Jean-Yves Avenard):

* status: accepted => closed
* resolution: => fixed


Comment:

Add ability to passthru any audio type to mythtranscode.

This is done by allowing avformatdecoder to output completely unprocessed
raw audio data too AudioOutput::AddData. The check for passthrough
capabilities is now entirely done by the base audio class and AVFD doesn't
need to know anything about the codecs who can be bitstreamed. This will
allow bitstream to be easily extended, in particular AAC bitstream.

For exploiting the new capabilities of mythtranscode, the appropriate
script will have to be written using mythtranscode FIFO mode.

Closes #9536
Changeset: 77e60c37e4d3ade66e96f001c368edd559b65d35

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Feb 27, 2012, 7:17 AM

Post #6 of 13 (249 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: accepted
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------
Changes (by stuartm):

* priority: minor => major


--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:5>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Feb 27, 2012, 7:51 AM

Post #7 of 13 (249 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: accepted
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------

Comment (by gigem):

Guys, we just discussed this a couple of weeks ago. AS I recall, the
preferred solution is to enable AutoExpireInsteadOfDelete and set
DeletedMaxAge to 1. Then, in the future we add a new value for
DeletedMaxAge that means expire things from the Deleted group very
quickly.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:6>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Feb 27, 2012, 8:33 AM

Post #8 of 13 (235 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: accepted
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution:
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------

Comment (by stuartm):

Maybe so, but I'm not sure that's a 'fix' we can introduce at this stage
in the feature freeze for 0.25.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:7>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Feb 29, 2012, 5:48 AM

Post #9 of 13 (243 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
---------------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 0
---------------------------------------+----------------------------
Changes (by Github):

* status: accepted => closed
* resolution: => fixed


Comment:

Change delete behaviour so that we always use the deleted recording group
allowing all recordings to be undeleted. By default we will only keep
recordings for a minimum of 5 minutes (max ~20m) after their deletion,
enough time to recover from a mistake but still free up space quickly. As
before the user can specify to keep deleted recordings for a fixed number
of days or until the space is needed for a new recording instead. Post
0.25 this change will allow us to strip out the old deletion code and
simplify configuration process, the functional change is being made now to
fix a couple of bugs caused by external processes such as MythPreviewGen
blocking deletes from the UI. Fixes #9536
Branch: master
Changeset: f78f9992d754390fa42f109e5139b8eaf224d076

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Apr 13, 2012, 10:10 PM

Post #10 of 13 (212 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
-------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 0
-------------------------------+----------------------------

Comment (by xris):

Mostly just adding for posterity (since users shouldn't have to read the
code to learn about this). The 'DeletedMaxAge' setting is currently not
set by default, with an autoexpire of 5 minutes. If 'DeletedMaxAge' is
set, then recordings will be auto-deleted after that many days.

Now that 0.25 is out, should we reopen this issue (per stuartm's commit
message)?

FWIW, my use case for undeleting recordings is "days" not "minutes".
Usually it's my wife wanting to watch something that I thought she
wouldn't mind me deleting. Or her wanting to recover something the kid
deleted, but has to wait for me to get home from work.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:9>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Apr 14, 2012, 2:48 AM

Post #11 of 13 (206 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
-------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 0
-------------------------------+----------------------------

Comment (by stuartm):

Xris, sorry but I've no idea what you're trying to say there. Could you
rephrase? Is something not working for you?

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:10>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jul 22, 2012, 6:04 PM

Post #12 of 13 (145 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
-------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 0
-------------------------------+----------------------------

Comment (by anonymous@…):

Just a comment about this change. If your disk is nearly full and you
delete some recordings, then you have to wait 5-20 minutes before you can
see how much space you've freed up. Annoying! The disk space statistics in
mythfrontend and mythweb should have been changed to include deleted
recordings as free space. Better yet, this whole thing should be optional.
I've never had any issues with accidentally deleted recordings.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:11>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits


noreply at mythtv

Jul 23, 2012, 11:16 AM

Post #13 of 13 (141 views)
Permalink
Re: Ticket #9536: Delete recording request not honored if issued soon after watching. [In reply to]

#9536: Delete recording request not honored if issued soon after watching.
-------------------------------+----------------------------
Reporter: kenneth.emerson@… | Owner: stuartm
Type: Bug Report | Status: closed
Priority: major | Milestone: 0.25
Component: MythTV - General | Version: 0.24-fixes
Severity: medium | Resolution: fixed
Keywords: recordings delete | Ticket locked: 1
-------------------------------+----------------------------
Changes (by beirdo):

* mlocked: 0 => 1


--
Ticket URL: <http://code.mythtv.org/trac/ticket/9536#comment:12>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center
_______________________________________________
mythtv-commits mailing list
mythtv-commits [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-commits

MythTV commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.