[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
torrent rars/no rars seeding
07-04-2011, 08:00 PM
Post: #1
torrent rars/no rars seeding
Hi Guys.

Im quite new to torrents - could you please help me out here.

When I DL torrents on my a210 one of 2 senarios happens:

1: as soon as i start the torrent the .mkv file is created with the same size as when the DL is finished. Can't see any unpacking of rars.
- the movie is ready to be played instantly
(when I seed this how can I share one whole file -- is there another place on the a210 where the rars is located or am I just seeding a whole file)

2: when i start the DL - all rars is created and no unpacking is done.
- I must unrar before the file is gathered.

I really apppreciate your help....!!!!!

BR,
Rasmus

-----------------------
A210 with 2TB HDD
Find all posts by this user
Add Thank You Quote this message in a reply
07-09-2011, 08:09 AM
Post: #2
RE: torrent rars/no rars seeding
could anyone please help me?

-----------------------
A210 with 2TB HDD
Find all posts by this user
Add Thank You Quote this message in a reply
07-09-2011, 09:59 PM
Post: #3
RE: torrent rars/no rars seeding
Eee...Huh What outcome have you expected? You can download all kinds of files via torrents, including, but not limited to, rars. If you download rars they are not unpacked by default, though auto-unraring can be done via custom scripting.
Maybe you are confusing torrents with NZB? I don't know much about NZB, as this technology is almost unknown in ex-USSR, but AFAIK it involves multipart rars.
Find all posts by this user
Add Thank You Quote this message in a reply
07-11-2011, 08:19 PM
Post: #4
RE: torrent rars/no rars seeding
Thanks for your reply.. I know NZB's - but this is torrents Smile
I will try to make myself clear.

When i DL a torrent - im always used to get multiply rars - the I always unpacked them myself on my PC.
Now I got the a210. Im confused;
How can it be that some torrents consists of only one single file and other of multi rars. My knowledge tells me that I cant seed one single large file - as the torrent network is a p2p where you DL from multiply uses...

Here is my questions:
How do I config the rars to be unpacked automatic - with NZB's i edit the 'nzbget.conf' to call /share/.nzbget/unpak.sh
What to do with torrents...

Thanks a bounch for you reply...

BR,
Rasmus

-----------------------
A210 with 2TB HDD
Find all posts by this user
Add Thank You Quote this message in a reply
07-11-2011, 08:51 PM
Post: #5
RE: torrent rars/no rars seeding
Are you using Transmission?

If so from here http://www.networkedmediatank.com/showth...?tid=33467

I found

Q: I want to automatically unrar the downloaded content / unpak.sh
A: The current releases of transmission made here don't support auto unpacking. More information here: http://trac.transmissionbt.com/ticket/1796

I don't use torrents I use NZB's so maybe if you're using a differnt program let the torrenters know and I'm sure they will help
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Atinkler for this post
07-11-2011, 09:06 PM
Post: #6
RE: torrent rars/no rars seeding
(07-11-2011 08:19 PM)rbixrbix Wrote:  Thanks for your reply.. I know NZB's - but this is torrents Smile
I will try to make myself clear.

When i DL a torrent - im always used to get multiply rars - the I always unpacked them myself on my PC.
Now I got the a210. Im confused;
How can it be that some torrents consists of only one single file and other of multi rars. My knowledge tells me that I cant seed one single large file - as the torrent network is a p2p where you DL from multiply uses...

It's not a rule that torrents are multiple rars, most torrents I download are single file torrents, like avi's or mp4 (this is downloaded on a computer).
Maybe the larger movie formats mkv, DVD-folders, AVCHD, BD are split into rars, but that's up to the uploader I think.

If you want to seed a large single file you can seed it, there's no limitation there. Just seed it.

Automatic unpacking isn't supported right after install, but like Roman said there was a script floating around somewhere on this board that could work. You might want to use the Search to find it.


PCH-A100 (FW 01-17-100317-15-POP-402-000) (00-17-091216-15-POP-402 NMT Apps)
Philips 28PW9611/01 PAL SD, connected with Composite

Old skoolCool
Find all posts by this user
Add Thank You Quote this message in a reply
07-12-2011, 10:31 AM
Post: #7
RE: torrent rars/no rars seeding
(07-11-2011 09:06 PM)Cherek Wrote:  Automatic unpacking isn't supported right after install, but like Roman said there was a script floating around somewhere on this board that could work. You might want to use the Search to find it.

I use the following script:
Code:
#!/bin/sh

# Uncomment the respective string for your device and comment the other
# For PCH 100 series:
# /mnt/syb8634/bin/unrar x -y -p- -o+ "$TR_TORRENT_DIR/$TR_TORRENT_NAME/*.rar" "$TR_TORRENT_DIR/$TR_TORRENT_NAME/"
# For PCH 200 series:
/nmt/apps/bin/unrar x -y -p- -o+ "$TR_TORRENT_DIR/$TR_TORRENT_NAME/*.rar" "$TR_TORRENT_DIR/$TR_TORRENT_NAME/"

It unpacks file(s) into the same folder as rars though you can change this.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Roman_V_M for this post
07-12-2011, 11:07 AM
Post: #8
RE: torrent rars/no rars seeding
Kind of you guys

Roman_V_M:

In which file should i put this...

BR,
Rasmus

-----------------------
A210 with 2TB HDD
Find all posts by this user
Add Thank You Quote this message in a reply
07-13-2011, 09:48 PM
Post: #9
RE: torrent rars/no rars seeding
(07-12-2011 11:07 AM)rbixrbix Wrote:  Kind of you guys

Roman_V_M:

In which file should i put this...

BR,
Rasmus

See this my post: http://www.networkedmediatank.com/showth...#pid418857

It's for Oversight jukebox but you can skip the Oversight part.
Find all posts by this user
Add Thank You Quote this message in a reply
[+] 1 user says Thank You to Roman_V_M for this post
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Bit torrent Sync on A200 / C200 rvdet 0 84 05-21-2013 08:12 PM
Last Post: rvdet
  Weird problem when using torrent - help Season_of_mist 0 310 05-01-2013 09:27 AM
Last Post: Season_of_mist
  A400 Torrent not starting - media destination issue r0ck88 2 318 04-30-2013 02:32 AM
Last Post: r0ck88
  Torrent expander/ unrar vus 9 866 04-26-2013 09:57 PM
Last Post: NaaN
Car Torrent unrar solution foximaxi 0 434 03-29-2013 12:46 PM
Last Post: foximaxi
  [A400] Lost IP when service torrent is ruuning PiotrSuch 2 602 02-09-2013 11:07 AM
Last Post: PiotrSuch
  Torrent not Dowloading Input/Output Error canalla 0 510 02-04-2013 08:37 PM
Last Post: canalla
  [A-300] Can't stop/delete some torrent tasks lazarus18 24 5,521 01-07-2013 04:11 PM
Last Post: aguja
  A400 NMT Apps and Torrent Download destination th14 6 1,403 01-06-2013 08:14 AM
Last Post: chris57
  A300 Firmware update + Transmission Torrent Download => NMT lock up Popcorn-300-549 3 1,186 01-03-2013 06:50 PM
Last Post: joserobleda

Forum Jump: