Kodi Community Forum

Full Version: Specific WMC recording doesn't show correctly in Kodi
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm having a recurrent problem with recordings of the BBC show 'Would I Lie to you' showing in Kodi. As the screenshot below shows, when there are multiple recordings of this show, Kodi shows two entries in the Recordings list - both "..", and both taking me to the parent folder. I've previously experienced this, but temporarily fixed it by deleting all but the most recent recording presuming it was an issue with the meta-data for one of the recordings. With another recording made a short while ago, though, the issue has re-appeared.

watch gallery


I'm running the latest ServerWMC version (1236), the latest Kodi nightly on a Mac and an OSMC nightly from about a week ago - both of which are showing the same issue. Assuming it's a WMC Server issue, rather than a Kodi one, I link below the current WMC Server log. Please let me know what additional information I can provide.

Log
Are you sure this isn't a skin problem? For example, is the problem there if you temporarily switch to confluence?
I've confirmed it with Estuary (as per the screenshot) and two of my own skins, but give me three minutes and - as I'm confident it isn't a skin issue - I'll confirm it with Confluence as well Wink

Edit: Same issue with Confluence

watch gallery
Doh. Open the serverwmc settings file and change Debug_LogGetRecordings to true. Then save the file and restart serverwmc. Then start kodi. Assuming kodi still shows the problem after doing this, post the resulting serverwmc log on pastebin and put a link to it here..

Also, you have serverwmc set to use the episode in the series title. Do you know if the problem goes away if you turn this off?
Thanks for getting back to me. For the record, these tests were all performed with the Mac OS system - the OSMC device is currently being used by others in the house (though not for PVR functions), so it may or may not have connected whilst the tests were being carried out.

First of all, the log with 'Debug_LogGetRecording' set to 'true': http://pastebin.com/qGXNEa11

Second, the log with not using "episode in the series title" - the issue still remains, and the relevant log is here: http://pastebin.com/hNMLHNyA
I'm sorry, my mistake. If you're willing to try again... Set Debug_LogGetRecording back to false. Then look for LogRequestFull and set it to:
<LogRequestFull>GetRecordings</LogRequestFull>

Then save the file and restart serverwmc. Then start kodi. Assuming kodi still shows the problem after doing this, post the resulting serverwmc log on pastebin and put a link to it here.
Can you please confirm the setting I need. I can see '<LogRequestFull />', but when I set it to <LogRequestFull>true</LogRequestFull>, ServerWMC is giving me the error on startup:

Configuration file 'config.xml' had xml errors, so ServerWMC was started with default settings

(Log in this case: http://pastebin.com/fTnNTumh)
Replace "true" with "GetRecordings" and that should be better.
Apologies - either LogRequestFull requires the value to be 'True' rather than 'true' or, more likely, I made a typo in my first couple of attempts. However, with it enabled Kodi is telling me that the recorded tv folder is not accessible.

Kodi log: http://pastebin.com/5QFb2Jd6

ServerWMC log: http://pastebin.com/F5WcY4J9

Edit - Thanks for the input, sbthomas, but I get the same recorded tv folder is not accessible with <LogRequestFull>GetRecordings</LogRequestFull> - Next check will be to ensure that, though I've changes no other options, it all starts working again when I change it back to <LogRequestFull /> Smile
This is the point - as has become a tradition whenever I ask for support - where I apologise. The configuration errors I mentioned reset my recorded tv path + username/password. Log with LogRequestFull = True: http://pastebin.com/s4piDDiz

Sorry Smile

Edit: And, as suggested, with LogRequestFull = GetRecordings: http://pastebin.com/3m7419zr
Right, the line needs to be:

<LogRequestFull>GetRecordings</LogRequestFull>

What may have happened is that there was an error in one of your xml file edits. When serverwmc detects an error it loads all default values for the xml file and saves the errored file here:
C:\ProgramData\VDsoftware\ServerWMC\config-errors.xml

Likely all you have to do is turn back on credentials in the folders tab of serverwmc to get your recorded tv folder back.
See my updated post, and again my apologies Smile

And again, with GetRecordings, http://pastebin.com/3m7419zr
We are getting closer! That last log you posted only has a piece of what I need. I need the whole log file.
Hmm, I copied and pasted everything in the log. Not sure why it wouldn't be complete. Let's try a different paste site, just in case Smile https://paste.ubuntu.com/23258668/
Yeah that got it, sorry for the hassle. I need to stare at it for a while, I'll get back to you.
Pages: 1 2