From 6b34329c2d251eae5268436295a4d92e449b4a94 Mon Sep 17 00:00:00 2001 From: Steeve Morin Date: Wed, 4 Dec 2013 22:29:07 +0100 Subject: [PATCH] Adding support for SemPer Media Center (SPMC) --- resources/site-packages/xbmctorrent/torrent2http.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/site-packages/xbmctorrent/torrent2http.py b/resources/site-packages/xbmctorrent/torrent2http.py index d1396ae..bbc374e 100644 --- a/resources/site-packages/xbmctorrent/torrent2http.py +++ b/resources/site-packages/xbmctorrent/torrent2http.py @@ -9,8 +9,9 @@ ANDROID_XBMC_IDS = [ - "org.xbmc.xbmc", - "tv.ouya.xbmc", + "org.xbmc.xbmc", # Stock XBMC + "tv.ouya.xbmc", # OUYA XBMC + "com.semperpax.spmc", # SemPer Media Center (OUYA XBMC fork) ]