Opened 18 years ago

Closed 18 years ago

#1747 closed patch (fixed)

Patch: Follow symlink rule from backend not used in mythtranscode

Reported by: smalenfant@… Owned by: cpinkham
Priority: minor Milestone: unknown
Component: mythtv Version:
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Mythtranscode doesn't delete the original file on transcoding. There is an option in mythbackend to follow symlink on delete which is not honored in mythtranscode.

There is already a patch for this in ticket #1661. Although, I used the same code from mythbackend to follow the symlink.

Including a patch to fix this (please review). It works for me.

Attachments (2)

main.cpp.diff (1.3 KB) - added by smalenfant@… 18 years ago.
main.cpp.2.diff (1.3 KB) - added by smalenfant@… 18 years ago.

Download all attachments as: .zip

Change History (4)

Changed 18 years ago by smalenfant@…

Attachment: main.cpp.diff added

Changed 18 years ago by smalenfant@…

Attachment: main.cpp.2.diff added

comment:1 Changed 18 years ago by smalenfant@…

I attached the file twice by mistake... When you attach a file, there is no confirmation it was done and you can't go back to the ticket. That's why I did back then add again. Sorry about that.

comment:2 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(In [9901]) Make mythtranscode honor the DeletesFollowLinks? setting when removing files when the SaveTranscoding? setting is turned off.

Patch by Steve Malenfant.

Closes #1747.

Note: See TracTickets for help on using tickets.