iTransmission-3 icon indicating copy to clipboard operation
iTransmission-3 copied to clipboard

Torrent Folder to appear in file list

Open NorrinRadd opened this issue 12 years ago • 3 comments

Torrent Folder to appear in file list, so it can be opened using the UIDocumentInteractionController, and sent to other applications for opening.

Scenario: send to an SCP app for transferring to a storage server/media center/etc.

NorrinRadd avatar Feb 09 '13 08:02 NorrinRadd

For example, I added the following at line 1749 of Torrent.m. It shows in the list fine. At the moment, when the external application is selected from the InteractionController, nothing happens. The path may be wrong, I can't tell without debugging working.... (https://github.com/ioshomebrew/iTransmission-3/issues/2)

FileListNode * node = [[FileListNode alloc] initWithFileName: [self name] path: [self dataLocation] size: [self size] index: count torrent: self]; [fileList addObject: node]; [flatFileList addObject: node]; [node release];

NorrinRadd avatar Feb 09 '13 09:02 NorrinRadd

Can you debug it on the simulator

Sent from my iPod

On Feb 9, 2013, at 1:04 AM, NorrinRadd [email protected] wrote:

For example, I added the following at line 1749 of Torrent.m. It shows in the list fine. At the moment, when the external application is selected from the InteractionController, nothing happens. The path may be wrong, I can't tell without debugging working.... (#2)

FileListNode * node = [[FileListNode alloc] initWithFileName: [self name] path: [self dataLocation] size: [self size] index: count torrent: self]; [fileList addObject: node]; [flatFileList addObject: node]; [node release];

— Reply to this email directly or view it on GitHub..

ioshomebrew avatar Feb 09 '13 15:02 ioshomebrew

Due to Issue https://github.com/ioshomebrew/iTransmission-3/issues/2 , Xcode can't even open the simulator with this project file.

NorrinRadd avatar Feb 09 '13 16:02 NorrinRadd