Created
August 4, 2012 20:17
-
-
Save mrngm/3259697 to your computer and use it in GitHub Desktop.
Modified XBMC.conf for Raspberry Pi, RaspBMC and PS3MediaServer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ps3mediaserver renderer profile for xbox media center | |
# Refer to PS3.conf for help | |
RendererName=XBMC | |
RendererIcon=xbmc.png | |
# ============================================================================ | |
# Identifying headers on Mac OS X: | |
# User-Agent: XBMC/10.0 r35648 (Mac OS X; 11.2.0 x86_64; http://www.xbmc.org) | |
# User-Agent: Platinum/0.5.3.0, DLNADOC/1.50 | |
# ============================================================================ | |
UserAgentSearch=Neptune|Platinum|XBMC | |
Video=true | |
Audio=true | |
Image=true | |
SeekByTime=false | |
TranscodeVideo=MPEGAC3 | |
TranscodeAudio=MP3 | |
DefaultVBVBufSize=true | |
MuxH264ToMpegTS=true | |
MuxDTSToMpeg=true | |
WrapDTSIntoPCM=false | |
MuxLPCMToMpeg=true | |
MaxVideoBitrateMbps=0 | |
MaxVideoWidth=0 | |
MaxVideoHeight=0 | |
TranscodeExtensions= | |
StreamExtensions=mkv,hdmov,hdm,flac,fla,dts,ogg,asf,asx,m2v | |
MediaInfo=true | |
Supported=f:avi v:h264|mp4 a:ac3|mp3 m:video/avi | |
Supported=f:mp4|qt v:h264|mp4 a:aac n:2 m:video/mp4 | |
Supported = f:mp3 m:audio/mpeg | |
Supported = f:jpg m:image/jpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment