User(s) browsing this thread: 1 Guest(s)
|
Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
|
|
12-31-2011, 03:40 PM
|
|||
|
|||
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
(12-22-2011 09:51 PM)Azatoth Wrote:(12-21-2011 03:31 AM)melon Wrote: Have you installed 'local'? Plaese post 'torrentexpander_errors.txt' here in the forum. You will find it in /share/Apps/TorrentExpander/bin/ latest version of torrentexpander is installed, but still not working. At least, I now get a .setupresult file: Information: transmission is installed Information: opkg is installed Information: internet connection avaiable Information: updating opkg ./setup.sh: line 187: opkg: not found Information: unzip is not installed Installing unzip ./setup.sh: line 187: opkg: not found Information: unrar is not installed Installing unrar ./setup.sh: line 187: opkg: not found Information: wget is not installed Installing wget ./setup.sh: line 187: opkg: not found Information: busybox is not installed Installing busybox ./setup.sh: line 187: opkg: not found ./setup.sh: line 187: opkg: not found Error: torrentexpander setup aborted |
|||
1 user says Thank You to Azatoth for this post |
|
12-31-2011, 09:19 PM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Lukjod,
The issue you're experiencing is actually amazing news. Can you try this command on your NMT : find -L / -maxdepth 1 > /dev/null 2>&1 && if [ "$?" == "0" ]; then echo "find_l_available"; fi This line was used by torrentexpander to detect if find -L is supported on your platform. With the -L option, find can search for symlinks Based on your logs, this line failed inexplicably and I have no idea why After some research, I've found out that the -follow option does almost the same thing and is supported by most platforms. While replacing all find -L by find -follow , I found out a few errors in my code that would explain some of the issues a few users experienced. I've just released a new SVN build that should solve your issue Regarding software and filetypes not included in your settings.ini file, torrentexpander will expand / copy or move them to your destination and stop right after. No renaming or post process will be done afterwards. Thanks again for your feedback |
|||
1 user says Thank You to toitoinou for this post |
|
01-01-2012, 11:33 AM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
@ Toitoinou
Thanks, now all is running fine, Yours command find -L / -maxdepth 1 > /dev/null 2>&1 && if [ "$?" == "0" ]; then echo "find_l_available"; fi give not result as You have change svn. Finally torrentexpander works as expected
|
|||
1 user says Thank You to lukjod for this post |
|
01-01-2012, 12:39 PM
(This post was last modified: 01-01-2012 02:39 PM by toitoinou.)
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
This is great !
Thank you for pointing me in the right direction. I'm planning to add a new feature : stop and remove the torrent in transmission or rtorrent when in destructive mode Any suggestions on how to do it ? This is a ticket I've been postponing for too long http://code.google.com/p/torrentexpander...etail?id=6 EDIT : I've added torrent removal from transmission but I cannot try it on my setup. If you're willing to try it, just download the latest SVN release here : http://code.google.com/p/torrentexpander...owse/trunk Thanks again Toitoinou aka addictedtoscreens |
|||
|
01-01-2012, 02:23 PM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
@Toitoinou
Another problem is that after completion of download transmission is not starting torrentexpander. My guess is that mayby its so0mething with "" marks in the line Code: "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh $TR_TORRENT_DIR/$TR_TORRENT_NAME/"Code: "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh "$TR_TORRENT_DIR/$TR_TORRENT_NAME/""Mayby someone with better linux script knowledge will work that out |
|||
|
01-01-2012, 02:38 PM
|
|||
|
|||
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
(12-31-2011 03:40 PM)Azatoth Wrote:(12-22-2011 09:51 PM)Azatoth Wrote:(12-21-2011 03:31 AM)melon Wrote: Have you installed 'local'? Plaese post 'torrentexpander_errors.txt' here in the forum. You will find it in /share/Apps/TorrentExpander/bin/ Please could you do this command and paste here the result? Quote:echo $PATH |
|||
1 user says Thank You to Jannyy for this post |
|
01-01-2012, 02:45 PM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Hi again lukjod,
To my knowledge, the script works with either of these lines "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh $TR_TORRENT_DIR/$TR_TORRENT_NAME/" or "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh" I've noticed that users have generally more luck with this line on recent builds of transmission and I have no idea why "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh" Maybe DathRarhek could help us make sense of all that |
|||
|
01-01-2012, 08:14 PM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Hi Toitoinou
My transmission didn't start last svn script by using line in settings.json Code: "script-torrent-done-filename": "/share/Apps/TorrentExpander/bin/torrentexpander.sh" |
|||
|
01-01-2012, 08:22 PM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Hi Lukjod
Please make sure you turn off transmission before you edit its settings.json Also don't forget to chmod +x the SVN build you downloaded. The two latest builds should only work better than the previous ones. I don't see any reason why they wouldn't work with transmission if the previous ones worked. Toitoinou aka addictedtoscreens |
|||
|
01-01-2012, 11:09 PM
|
|||
|
|||
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Quote:Please could you do this command and paste here the result? /opt/sybhttpd/localhost.drives/HARD_DISK # echo $PATH /share/Apps/AppInit:/usr/bin:/bin:/usr/sbin:/sbin |
|||
|
01-02-2012, 12:13 AM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Problem found! I'm working!
|
|||
1 user says Thank You to Jannyy for this post |
|
01-02-2012, 12:24 AM
|
|||
|
|||
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
(01-01-2012 08:22 PM)toitoinou Wrote: Hi Lukjod ok, my problem was not making chmod command Now will try again thx for help rgds Lukasz |
|||
|
01-02-2012, 07:03 AM
(This post was last modified: 01-02-2012 07:04 AM by toitoinou.)
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Azatoth, Jannyy,
I think I found a way to solve this : we backup the user's $PATH variable and we add the missing paths to it. Once the script is done, we restore the user's $PATH value Here's what it would look like Quote:# SCRIPT START Toitoinou aka Addictedtoscreens |
|||
|
01-02-2012, 08:54 AM
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
Can't wait for the new release.
PCH-A-210 2TB |
|||
|
01-02-2012, 09:14 AM
(This post was last modified: 01-02-2012 02:50 PM by lukjod.)
|
|||
|
|||
|
RE: Torrentexpander: automatic renamer | build .nfo | download poster & fanart | NMJ
@ Toitoinou
all is working fine, torrent was stopped and deleted, name was properly changed and processed. One more request before updating nmj database I put 1 line to download subs. is this possible to take from torrentexpander info about changed transmission folder name and download subs just for it as now I scan whole /share/Video/Movies directory Code: #!/bin/sh |
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
[19. June 2013] Soundcloud® available now






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



