- Moderator
- #231
Hey Guys,
This takes some tinkering, but I finally found out how to get it working. It was rather simple in the end.
The first thing I did was prep the server. On the server I have two drives. The C: Drive is the Timeshifting drive, and the F: drive is my recordings:
1. I shared the C: drive (Created a share called C, gave everyone full permissions)
2. I shared the F: drive (Created a share called F, gave everyone full permissions)
I then modified the MediaPortal.xml file on the client.
1. I added the following to the tvserver entry
So the full tvservice section looks like this...
2. I then restarted MediaPortal on the client and I was able to access live Tv and Recorded Tv just fine.
The code is all built into MP, so nothing else is needed...
Wile E.
This takes some tinkering, but I finally found out how to get it working. It was rather simple in the end.
The first thing I did was prep the server. On the server I have two drives. The C: Drive is the Timeshifting drive, and the F: drive is my recordings:
1. I shared the C: drive (Created a share called C, gave everyone full permissions)
2. I shared the F: drive (Created a share called F, gave everyone full permissions)
I then modified the MediaPortal.xml file on the client.
1. I added the following to the tvserver entry
Code:
<entry name="usertsp">no</entry>
<entry name="recordingpath">
</entry>
<entry name="timeshiftingpath">
</entry>
So the full tvservice section looks like this...
Code:
<section name="tvservice">
<entry name="usertsp">no</entry>
<entry name="recordingpath">
</entry>
<entry name="timeshiftingpath">
</entry>
<entry name="hostname">192.168.1.80</entry>
<entry name="preferac3">no</entry>
<entry name="preferAudioTypeOverLang">yes</entry>
<entry name="dvbbitmapsubtitles">no</entry>
<entry name="dvbttxtsubtitles">no</entry>
<entry name="audiodualmono">no</entry>
<entry name="isWakeOnLanEnabled">no</entry>
<entry name="isAutoMacAddressEnabled">yes</entry>
<entry name="macAddress">00:00:00:00:00:00</entry>
<entry name="preferredaudiolanguages">
</entry>
<entry name="preferredsublanguages">
</entry>
</section>
2. I then restarted MediaPortal on the client and I was able to access live Tv and Recorded Tv just fine.
The code is all built into MP, so nothing else is needed...
Wile E.