Short answer: turn your SMP-
N100 on and follow
these instructions.
If you want to do it yourself, read on:
Apart from (local) MKV support, it's the same as the PS3.
- Copy renderers/PS3.conf to renderers/SMPN100.conf.
- Look in your debug.log for the user-agent used by the SMP-N100.
- Add any unique substring of the user agent to the UserAgentSearch property near the top of SMPN100.conf (the value is case-insensitive).
You can find the user-agent by searching the debug.log for:
- Code: Select all
Received on socket: User-Agent:
Also look at the following:
- Code: Select all
Received on socket: X-AV-Client-Info:
lines in debug.log. If there's anything there that looks like it might help to identify your renderer, then edit the second line of:
- Code: Select all
UserAgentAdditionalHeader=X-AV-Client-Info
UserAgentAdditionalHeaderSearch=PLAYSTATION
accordingly. Otherwise, comment those two lines out. Once you're done, post the resulting SMPN100.conf here so that others can use and improve it.