Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
/ transmission-ios Public archive

(DISCONTINUED) Transmission compiled for iOS (for Apple TV2)

Notifications You must be signed in to change notification settings

fopina/transmission-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transmission-os

This is a set of scripts to make it easier to cross-compile transmission for iOS and package it (mainly to use in Apple TV 2nd gen, but also works on iPod/iPhone/iPad as well).

Usage

If you want to compile transmission yourself, check sections Compiling and Installation.
If you just want transmission running, you have two faster options:

  • install it through Cydia/nikoTV/apt-get as the package is online in the BigBoss repository.

    if you're nikoTV-less apple tv 2g, simply do:

      ssh root@YOUR_APPLETV_IP
      apt-get update
      apt-get install cc.fopina.transmission
    
  • Download the .deb file and check the Installation section.

Compiling

Using the terminal (assuming you have a working installation of XCode and git):
clone this repository

git clone git@github.com:fopina/transmission-ios.git

compile transmission and dependencies

cd transmission-ios
./build.sh

create the deb file

./create_deb.sh

Installation

copy it to jailbroken AppleTV 2G (or any other iOS device)

scp transmission-VERSION.deb root@YOUR_DEVICE_IP

install it in the device

ssh root@YOUR_DEVICE_IP
dpkg -i transmission-VERSION.deb

It's done. The post installation script has set up transmission to run on boot and started it as well, so you can go straight ahead and connect to http://YOUR_DEVICE_IP:9091/ for the transmission WebUI.
Personally, regarding Apple TV usage, I like to install the XBMC Transmission plugin as well.

Links

Transmission - A Fast, Easy and Free BitTorrent Client

About

(DISCONTINUED) Transmission compiled for iOS (for Apple TV2)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages