Skip to content

Commit

Permalink
fix typo - re-enable transcoding :-D
Browse files Browse the repository at this point in the history
  • Loading branch information
iBaa committed May 31, 2013
1 parent a10fa99 commit 101b3b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLConverter.py
Expand Up @@ -741,7 +741,7 @@ def ATTRIB_MEDIAURL(self, src, srcXML, param):
# check "Media" element and get key
if el!=None: # Media
if g_ATVSettings.getSetting(UDID, 'forcedirectplay')=='True' or \
g_ATVSettings.getSetting(UDID, 'forcetranscoding')!='True' and \
g_ATVSettings.getSetting(UDID, 'forcetranscode')!='True' and \
el.get('container','') in ("mov", "mp4", "mpegts") and \
el.get('videoCodec','') in ("mpeg4", "h264", "drmi") and \
el.get('audioCodec','') in ("aac", "ac3", "drms"):
Expand Down

0 comments on commit 101b3b5

Please sign in to comment.