User(s) browsing this thread: 1 Guest(s)
|
still cant work out how to unrar torrents
|
|
04-29-2009, 07:13 PM
|
|||
|
|||
|
still cant work out how to unrar torrents
anyone got a good dummies guide on how to unrar torrents after download? cant work out how to do it still!
![]() thanks |
|||
|
04-30-2009, 10:06 AM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
anyone got any ideas? ive installed torrentwatch and nzbget/oversight. still cant work out how to make it unzip my torrents as i manually download them via transmission web ui
|
|||
|
04-30-2009, 06:34 PM
|
|||
|
|||
RE: still cant work out how to unrar torrents
(04-30-2009 10:06 AM)adamandkate Wrote: anyone got any ideas? ive installed torrentwatch and nzbget/oversight. still cant work out how to make it unzip my torrents as i manually download them via transmission web ui Do you have your PCH mounted on a server? You can browse to the PCH's hard drive and unrar like you would any other file on your server. |
|||
|
05-01-2009, 08:08 AM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
yeah. thats fine for me. i just want an automatic way to unrar tho as its easier for when my fiance downloads torrents.
|
|||
|
05-01-2009, 03:28 PM
|
|||
|
|||
| RE: still cant work out how to unrar torrents | |||
|
05-02-2009, 04:12 PM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
so anyone got any ideas how we can autounrar using transmission?
|
|||
|
05-03-2009, 09:30 AM
|
|||
|
|||
| RE: still cant work out how to unrar torrents | |||
|
05-03-2009, 01:18 PM
|
|||
|
|||
RE: still cant work out how to unrar torrents
(05-03-2009 09:30 AM)slingshot Wrote: I have installed the latest opversight after installing nzgbet v0.7. Not fr transmission though. I'll be adding that after transmission 1.60 is released. Oversight: Jukebox | FeedTime: Automatic nzbs |
|||
|
05-30-2009, 12:18 AM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
can torrents downloaded with BTPD 0.15.4 client be automatic unrar-ed in any way? Or do i have to use Transmission?
|
|||
|
06-03-2009, 03:28 PM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
ok, a real n00b question here...: the standard torrent download software installed with the NMT software is called Transmission right?
![]() I am also interested in auto unrar after a torrent download is completed. now when a torrent is done there apears a nfo.log file in the folder (with the same name as the .nfo file) with a text like this: UNRAR 3.71 beta 1 freeware Copyright © 1993-2007 Alexander Roshal folder_name/file_name.nfo is not RAR archive No files to extract So it seems that it tries to unrar, but it sees a nfo file and stops since it can not unrar a nfo. But the r00 files start right under there (since the 'n' comes before the 'r' in the alphabet)... How can this be solved? |
|||
|
06-03-2009, 09:38 PM
|
|||
|
|||
(05-02-2009 04:12 PM)adamandkate Wrote: so anyone got any ideas how we can autounrar using transmission? I don't know if what I'm going to suggest is stupid or not, however here it is: Ilink Can play straight from rar files: no more need to unrar your media. (Comes with special unrar-3.7.8-seek.) Install Ilink via the CSI, it's already included in the install package Hope that helps Abouhou PCH A-110 + 1.5 tb internal (1.3). 32" Samsung Full HD series 6 Morocco |
|||
|
06-05-2009, 09:24 AM
|
|||
|
|||
RE: still cant work out how to unrar torrents
(06-03-2009 09:38 PM)mabouhou Wrote: I don't know if what I'm going to suggest is stupid or not, however here it is: I'm also using Llink and it works great. You don't have to unrar anything, just open it and than play it... My girlfriend uses it all the time as well. |
|||
|
06-05-2009, 11:56 AM
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
Here's a way to Unrar the files using telnetd:
1) Install telnetd on your NMT, using community software installer. Works great and very useful. 2) Open command prompt in Windows or terminal in OSX/Linux. 3) Type in without qoutes "telnet ip", where ip is you nmt ip address, and press enter. For example "telnet 192.168.1.4". 4) You should see your current location in your nmt directory tree. Something like "/opt/sybhttpd/localhost.drives/HARD_DISK #". 5) To list all files/directories in current directory type "ls". To change directory type "cd directory_name". 6) Your new files are most likely in your Download folder. So change your current directory to Download. "cd Download". 7) List files/folders in Download with "ls" and cd to the directory you need. 8) To unrar a file enter "/mnt/syb8634/bin/unrar e your_archive.rar". If the archive is split into several volumes use the first one. I.e. the file that ends with ".rar", not ".001", and the rest of the volumes will be processed automatically. 9) You will see real-time progress report. You may now close the terminal, and the process will finish by itself. It takes about 40 to 60 minutes to unrar a 4.5GB file. The whole thing may seem complicated, but you get used to it quickly. I strongly suggest to learn those basic linux commands and look further into telnet usage, as it is extremely helpful with nmt units. |
|||
1 user says Thank You to Goodchild for this post |
|
06-05-2009, 01:23 PM
(This post was last modified: 06-05-2009 01:24 PM by rokr.)
|
|||
|
|||
|
RE: still cant work out how to unrar torrents
Forget telnet, use this:
http://www.networkedmediatank.com/showth...?tid=17409 It has a GUI like windows explorer and supports unrar (use Internet Explorer to connect, It doesn't work OK with Firefox). Llink for me worked only for divx, not 720p and 1080p (these stuttered after a while)... |
|||
|
06-24-2009, 08:45 PM
(This post was last modified: 06-24-2009 09:14 PM by Sicco.)
|
|||
|
|||
RE: still cant work out how to unrar torrents
(05-03-2009 09:30 AM)slingshot Wrote: I have installed the latest opversight after installing nzgbet v0.7. nzgbet is the program that downloads the torrents? and what is oversight? and it automatically unrars when the download is finished? Like I posted before: my HDX tries to unrar since there is a log file with each finished download that says that there are no files to unrar... (06-05-2009 11:56 AM)Goodchild Wrote: Here's a way to Unrar the files using telnetd: ok, I managed to get this working! great for movies, where you only need to extract to 1 file ![]() but when you have downloaded a complete season of a serie, it is too much work to do it like this... ![]() there has to be another way right?? |
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| Torrents Not deleting from Web UI | jibberboy2000 | 2 | 1,023 |
06-10-2013 10:30 PM Last Post: Shli7f |
|
| torrentwatch - cant add HD torrents feed ! | djhifi | 2 | 349 |
06-05-2013 02:18 PM Last Post: djhifi |
|
| Which port forward for torrents on A-400 | Ronilution | 5 | 444 |
05-26-2013 12:58 PM Last Post: Ronilution |
|
| Torrent expander/ unrar | vus | 9 | 1,135 |
04-26-2013 09:57 PM Last Post: NaaN |
|
| torrents die out | minnemike | 2 | 501 |
04-10-2013 07:37 PM Last Post: minnemike |
|
| Unrar unpack unzip torrents | dpslusser | 6 | 2,910 |
04-08-2013 10:55 AM Last Post: DathRarhek |
|
| CSI, usenet and torrents.... | mrjaffa | 1 | 630 |
04-01-2013 08:10 PM Last Post: mrjaffa |
|
| Torrent unrar solution | foximaxi | 0 | 527 |
03-29-2013 12:46 PM Last Post: foximaxi |
|
| auto unrar script | giovan39 | 0 | 565 |
02-15-2013 07:57 PM Last Post: giovan39 |
|
| nzbget unrar script popcorn a400 | giovan39 | 0 | 870 |
02-15-2013 08:17 AM Last Post: giovan39 |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[7. June 2013] Youporn available now





![[+]](images/collapse_collapsed.gif)







