I have a weird problem that’s cropped up in Kodi 17.3 (Titan skin) with not being able to play recorded TV from “Recordings” on any of my 4 LAN clients. No problem when doing the same from my HTPC which is also runnning the MediaPortal 1.15 TV Server. I can play from “Recorded TV” using the MediaPortal client on any of those same machines that run Windows. The recordings play fine once they’ve been scanned into my Kodi library and I play them from TV Shows. Occasionally I want to play something that’s still being recorded and hasn’t been picked up by “Library Auto Update”. I’m running the latest version of TVServerKodi and all of my addons are up-to-date. I tried rolling one of my clients back to Kodi 17.1 but the issue remained.
15:48:52.450 T:19036 NOTICE: AddOnLog: MediaPortal PVR Client: OpenRecordedStream (id=1565, RTSP=115387928)
15:48:52.452 T:19036 NOTICE: AddOnLog: MediaPortal PVR Client: RECORDING: 1565|2017-05-29 18:00:05Z|2017-05-29 19:00:02Z|PBSe (SD01)|PBS NewsHour| (New: 5/29/2017)||D:\Recorded TV\\PBS NewsHour\Season 42\PBS NewsHour - S42E106 - -.ts|2000-01-01 00:00:00Z
15:48:52.452 T:19036 NOTICE: AddOnLog: MediaPortal PVR Client: TsReader open 'D:\Recorded TV\\PBS NewsHour\Season 42\PBS NewsHour - S42E106 - -.ts'
15:48:52.452 T:19036 NOTICE: AddOnLog: MediaPortal PVR Client: Cannot access 'D:\Recorded TV\\PBS NewsHour\Season 42\PBS NewsHour - S42E106 - -.ts' directly. Assuming multiseat mode. Need to translate to UNC filename.
15:48:52.452 T:19036 NOTICE: AddOnLog: MediaPortal PVR Client: Translate path D:\Recorded TV\\PBS NewsHour\Season 42\PBS NewsHour - S42E106 - -.ts -> smb://Home Theater:Password@HOMETHEATER-PC2/Recorded TVsmb://Home Theater:Password@PBS NewsHour/Season 42/PBS NewsHour - S42E106 - -.ts
15:48:52.566 T:19036 ERROR: AddOnLog: MediaPortal PVR Client: Cannot find or access file: smb://Home Theater:Password@HOMETHEATER-PC2/Recorded TVsmb://Home Theater:Password@PBS NewsHour/Season 42/PBS NewsHour - S42E106 - -.ts. Check share access rights.
15:48:52.566 T:19036 ERROR: CVideoPlayer::OpenInputStream - error opening [pvr://recordings/tv/active/ - PBS NewsHour - Season 42/PBS%20NewsHour s42e106%20-, TV%20(PBSe%20(SD01)), 20170529_230005, 1565.pvr]
I’ve replaced my password with the word “Password” for this post, but otherwise this is the relevant snippet from my kodi.log. It looks like the conversion from a local path to UNC is resulting in smb://Home Theater:Password@ getting inserted into the middle of the file path. I understand it showing at the beginning, but the second time doesn’t look right…
Any thoughts?