xbenjii / torrentexpander

Automatically exported from code.google.com/p/torrentexpander
0 stars 0 forks source link

Automatic NMJ update #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Ger Teunis is adding our Repo to NMT CSI program. GOOD!
In a short time a lot of people will use TorrentExpander. WoW!

Referring to Issue 13, we could use that future to automatically update NMJ 
index. NMT users will enjoy this.

How? Have a look to this guide:
http://www.networkedmediatank.com/showthread.php?tid=55585

Original issue reported on code.google.com by login...@gmail.com on 6 Dec 2011 at 12:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
#!/bin/sh

if [ "$(pgrep scannerx)" == "" ]; then 
    echo "Start updating NMJ"
    wget --delete-after "http://localhost:8008/metadata_database?arg0=scanner_start&arg1=SATA_DISK/nmj_database/media.db&arg2=background&arg3=" >/dev/null 2>&1
else 
    echo "Update already started" 
fi

Original comment by login...@gmail.com on 8 Dec 2011 at 4:20

GoogleCodeExporter commented 8 years ago

Original comment by login...@gmail.com on 18 Dec 2011 at 9:42