- Thread starter
- Moderator
- #1,241
Re: iPhone interface for MediaPortal (iPiMP) - 4.1.0
Change line 45 in C:\Program Files\iPiMP\Apache\conf\iPiMP.conf
to
and change line 60
to
Then restart the iPiMPWeb service.
Also change the MP4 path in the iPiMPTranscodeToMP4 TV server plugin and restart the TVService.
Quick question: I have moved my transcode directory from C:\iPMP to D:\iPMP. I changed the two references to this directory in iPimp.cfg (I think that's the filename) in the Apached directory, but my already-converted recordings still aren't recognized as converted. And transcoding again fails becuase the filename already exists.
What does it take to move the transcode directory after iPMP is already configured?
Thanks-
Jason
Change line 45 in C:\Program Files\iPiMP\Apache\conf\iPiMP.conf
Code:
Alias /MP4 "C:/iPMP"
Code:
Alias /MP4 "D:/iPMP"
and change line 60
Code:
<Directory "C:/iPMP">
Code:
<Directory "D:/iPMP">
Also change the MP4 path in the iPiMPTranscodeToMP4 TV server plugin and restart the TVService.
United Kingdom