(2019-11-19, 07:24)sbthomas Wrote: That box should not be required for normal operation. However, having it checked isn't the end of the world, it just uses significantly more CPU on the WMC server. My gut says maybe file permissions? The original recording is not accessible by Kodi for some reason but when the box is check the add-on creates a new file on the fly (remux) which is accessible. Not sure, just an idea.
Yes i agree.
before this problem started in Kodi 18 and SWMC 1255 and Dot Net 4.6, i was running windows7 Kodi 17.6 and SWMC 1244 and never had any issues and never checked that remux all box.
Also if you have the checkbox checked next to the remux all recordings, i find it changes the way things work. I have a 3 minute pad on the start of the recordings.
I use to always just hit the jump ahead button on my remote multiple times to jump ahead 3 minutes at the very start of playback of the recrodings. But now since it remuxing the file it only jumps a few seconds as it has to first remux the file before it can jump forward.
This is how i knew it did not work this way before and i did not have the setting enabled to remux all wtv files.
But now it seems the only way i can get new recording to play without a kodi restart is to remux all wtv files with that check box in the debug tab of SWMC.
Now to narrow in on what changed with the new set up in windows7 Kodi 18 and SWMC 1255 and Dot Net 4.6
I use to map drives on my client from my server for my library files and some times i would need to reconnect them for some reason after reboots etc..,
in 18 i just set up one smb entry to that servers IP and i can see all the drive letters that are shared and i can access all my librarys through that one smb file manager entry. This also allows me to use the same kodi setup at any device or location as the paths never change.
After using this setup for a while one day i got an error in kodi when trying to play a recording, it claimed duplicate credentials in the log files when trying to access the recording files.
After searching the forums here i found others had this error happen and they reported if they removed the user:password entry's in the kodi password.xml file for the recorded TV folders it went away.
I did that and it started working again. Then a few weeks later i start to have this problem of any new recordings are listed but will not play without restart of kodi.
So it seems to have something to do with the SMB logins and what password setting to use, as we also set this in SWMC for the Recorded TV folders, mediasources.xml and passwords.xml to name the ones i know about.
So i played around and added the Recorded TV folders back into the passwords.xml file and then recorded and new show and it played when finished without having the remux all wtv files checkbox checked in SWMC.
<path>
<from pathversion="1">smb://wmc7/recorded tv2</from>
<to pathversion="1">smb://username:password@wmc7/recorded tv/</to>
</path>
We will see how long this lasts before i get the duplicate credentials error again or something else.