Search found 10 matches
- September 8th, 2011, 5:03 pm
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
ok. I tested with folder names without '!' character in them. I don't think that is the case - I found out that where two sourcefolders had the same folders (with exactly the same names) the last mentioned problem persisted - 1) the script creates symlinks both in DestFolder and SourceFolder for the...
- September 7th, 2011, 5:32 pm
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
thanks Ian, I will wait for your solution. meanwhile, i found out strange thing - as per your script - it creates symlinks not only in DestFolder, but also in SourceFolder - i mean, i found out i get symlinks there and there. This needs to be fixed somehow, as symlinks in SourceFolders are not neces...
- September 6th, 2011, 8:34 am
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
thanks Ian. Can you pls elaborate a little bit on my questions 2, 3 and 4 in my previous post above? re question 2 - (not linking files that were not in SourceFolder subfolders but were directly in SourceFolder) - i cannot seem to get anything out of it because out of description of mindepth and max...
- September 5th, 2011, 10:45 am
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
well, ok. sorted that one out. turns out, i have some pretty limited busybox version on my NAS, so i had to install findutils and after that i replaced every 'find' in your script with '/opt/bin/find' and now it works! ) however, there are some problems the way I wanted it to be and the way it is no...
- September 5th, 2011, 8:19 am
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
well, actually i think that is the thing: this find command with the options provided does not work - there is no "-mindepth" option available when i run this command on my NAS find * -mindepth 0 -type l | while read file;do rm "$file";done it gives again the same thing: BusyBox ...
- September 4th, 2011, 3:47 pm
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
ok Ian. Finally got back to this Symlink thing. So I took your .txt file and edited it as I thought proper. after I had finished, saved and put it in the folder of my choice on my NAS, I run "chmod a+x myscriptname.txt" via Putty (skipped sudo, as I had logged in as admin and there were no...
- August 28th, 2011, 3:56 pm
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
thank you Ian, I will try to implement that a little later and will let you know how it worked (or not) out
- August 28th, 2011, 3:52 pm
- Forum: Announcements & News
- Topic: Tagging guide added to website
- Replies: 6
- Views: 6067
Re: Tagging guide added to website
well, thank you anyway. will continue on their forum but re first phase, so, does that mean that auto file renaming when it is added via torrent client is not possible at all on linux? transmission does not give me that option. do you use any of these torrent clients and do you get such a situation ...
- August 19th, 2011, 3:48 pm
- Forum: Announcements & News
- Topic: Tagging guide added to website
- Replies: 6
- Views: 6067
Re: Tagging guide added to website
Ian, once again thank you for your really helpful guides. I have some questions to you re how do you cope with file renaming process to feed the file to MCM and how do you organize the whole process for it to happen automatically? 1) To start with, I am using Transmission as torrent client on my Qna...
- August 19th, 2011, 3:11 pm
- Forum: Announcements & News
- Topic: Using symlinks with the NTV550
- Replies: 27
- Views: 19803
Re: Using symlinks with the NTV550
hi Ian, thank you for your interesting and helpful guides, i really have found them useful, as I have recently purchased NeoTV550 I would like to ask your help though on setting up symlinks on my Qnap NAS (TS-212). I have read your guide on the subject and most likely I will use your kindly shared f...