Opened 10 years ago

Closed 10 years ago

#12166 closed Bug Report - General (Fixed)

Path to slave recording is incorrect.

Reported by: gregorio.gervasio@… Owned by:
Priority: minor Milestone: unknown
Component: MythTV - General Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

(On master) It looks like there's a typo in 520ea17ef that broke playback of recordings made on slave backends, such that it's using the hostname instead of the basename. Slave backend log shows this:

2014-06-06 21:05:09.129173 E ProgramInfo(XXX): GetPlaybackURL: 'XXX' should be local, but it can not be found.

where 'XXX' is the slave hostname.

Frontend log show this:

2014-06-06 21:05:09.129471 E PlaybackBoxHelper: CHECK_AVAILABILITY 'myth://192.168.0.Y/XXX' file not found

The attached patch fixes it for me.

Attachments (1)

slave_path-v0.28-pre-1536-g5ef7b1c.patch (921 bytes) - added by gregorio.gervasio@… 10 years ago.
fix path to slave recording

Download all attachments as: .zip

Change History (3)

Changed 10 years ago by gregorio.gervasio@…

fix path to slave recording

comment:1 Changed 10 years ago by JYA

Fixed in 0b92e79b45abf685551d5f6aa58f7ceea6dc2212

thanks for the patch

next time, use git format-patch to generate a patch... your patch couldn't be used as-is..

comment:2 Changed 10 years ago by JYA

Resolution: Fixed
Status: newclosed
Note: See TracTickets for help on using tickets.