Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#9350 closed Patch - Bug Fix (Fixed)

Frontend requests for file list in a slave backend's storage group directory doesn't return the correct result

Reported by: fedora@… Owned by: robertm
Priority: minor Milestone: 0.24.1
Component: MythTV - General Version: 0.24-fixes
Severity: low Keywords: storage group file list
Cc: Ticket locked: no

Description (last modified by Raymond Wagner)

Frontend sends a request to the master backend for file list on a slave backend's storage group (Fanart in this case) but receives only the directory "sgdir::<fanart_dir>"

Message (without size header) sent from frontend to master backend: QUERY_SG_GETFILELIST[]:[]slavebackend.testdomain[]:[]Fanart[]:[][]:[]1

Message sent from master backend to slave backend: QUERY_SG_GETFILELIST[]:[]slavebackend.testdomain[]:[]Fanart[]:[]

Seems like the last parameter is dropped. I made a small change to "playbacksock.cpp" (patch attached) that seems to have solved this problem.

MythTV Version   : Unknown
MythTV Branch    : 
Network Protocol : 63
Library API      : 0.24.20101129-1
QT Version       : 4.6.2

Attachments (1)

playbacksock.cpp.patch (533 bytes) - added by fedora@… 13 years ago.

Download all attachments as: .zip

Change History (5)

Changed 13 years ago by fedora@…

Attachment: playbacksock.cpp.patch added

comment:1 Changed 13 years ago by robertm

Owner: set to robertm
Status: newassigned

Seems like a no-brainer fix.

comment:2 Changed 13 years ago by robertm

Resolution: Fixed
Status: assignedclosed

Fixed in 2ec3a29f2.

comment:3 Changed 13 years ago by robertm

Milestone: unknown0.24.1

Fixed in .24-fixes in df2d58bfc.

comment:4 Changed 13 years ago by Raymond Wagner

Description: modified (diff)
Note: See TracTickets for help on using tickets.