tpai
5/3/2016 - 3:36 PM

improve no use nextvod box

improve no use nextvod box

Improve NextVOD

I don't know how to deal with NextVOD box since NextTV abandoned this service, and there's a group of people make this box live again but with difference uses.

Basic

  1. sh4twbox

Prepare USB Drive

# format
mkfs.vfat /dev/sdb

# 
fdisk /dev/sdb

# delete all partitions
d 1,2,3,4

# create new primary partition
n
p
1
default
default

# change to FAT32
t
b

# print current partition table
p

# write changes to disk
w

Mount Device

mount /dev/sdb1 /root/Downloads/data
mount # print mount table

Modify Transmission Config

Be sure to stop transmission-daemon first, then do the editing, or this config will reset to default after restart.

"download-dir": "/root/Downloads/data",   # download to usb
"incomplete-dir": "/root/Downloads/data", # pre-download to usb
"rpc-whitelist-enabled": false, # disable whitelist

Ref: