Opened 12 years ago
Closed 12 years ago
#12166 closed Bug Report - General (Fixed)
Path to slave recording is incorrect.
| Reported by: | 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)
Change History (3)
by , 12 years ago
| Attachment: | slave_path-v0.28-pre-1536-g5ef7b1c.patch added |
|---|
comment:1 by , 12 years ago
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 by , 12 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | new → closed |

fix path to slave recording