Page 1 of 1

Physically moving file to NAS

Posted: 17 Nov 2011, 22:22
by kingfenix
ok, Ive always used the following as my naming scheme, and now I see I can include the path somehow here to have it also move this for me to my NAS.

Code: Select all

{n}/{'Season '+s}/{'S'+s.pad(2)}E{e.pad(2)} - {t}
In get info dialog of the path of my NAS I see this

Code: Select all

Where: /Volumes/mce/Videos/TV
Ive tried the following and get errors, what am I doing wrong?
  • Code: Select all

    /Volumes/mce/Videos/TV/{n}/{'Season '+s}/{'S'+s.pad(2)}E{e.pad(2)} - {t}

    Code: Select all

    smb://mce/mce/Videos/TV/{n}/{'Season '+s}/{'S'+s.pad(2)}E{e.pad(2)} - {t}
Thanks,
Doug

Re: Physically moving file to NAS

Posted: 18 Nov 2011, 03:31
by rednoah
Move/renaming across volumes requires Java 7. Not sure if it's out for Mac already. Normal file paths should work, smb:// probably not.

Re: Physically moving file to NAS

Posted: 07 Dec 2011, 20:08
by kingfenix
any further help here to make this work on mac? or install java 7 without a boat load of script/cmd calls?

Re: Physically moving file to NAS

Posted: 07 Dec 2011, 20:30
by rednoah
I don't run on Mac, but looks like they're building dmg installers here:
http://code.google.com/p/openjdk-osx-build/

Re: Physically moving file to NAS

Posted: 25 Dec 2011, 11:34
by rednoah
Did anyone ever try this? Java 7 on Mac?

Re: Physically moving file to NAS

Posted: 25 Dec 2011, 15:57
by kingfenix
yes, no goooo

Re: Physically moving file to NAS

Posted: 25 Dec 2011, 16:50
by rednoah
Damn, looked like they at least at something more or less working judging from the screenshots. According to the roadmap it'll still need a few months to get ready for end-users... :/

Re: Physically moving file to NAS

Posted: 26 Dec 2011, 23:33
by kingfenix
Any chance of a different method in code? Transmogrifier can do it....

Re: Physically moving file to NAS

Posted: 27 Dec 2011, 02:48
by rednoah
Transmogrifier only does OSX, that makes things a lot easier. haha :P

Anyway, since I don't trust that there'll be Java 7 anytime soon on Mac, I'll be using software-copy now but only if system-copy isn't supported.

Get r800 here. That should copy&delete accross filesystems:
http://sourceforge.net/projects/filebot ... ebot/HEAD/

Re: Physically moving file to NAS

Posted: 04 Jan 2012, 00:58
by kingfenix
woot, using 803 and finally works YAYAY!!

Re: Physically moving file to NAS

Posted: 04 Jan 2012, 02:22
by rednoah
Thanks for verifying it works on OSX. I'll add this with the next release in a few days.

Re: Physically moving file to NAS

Posted: 05 Jan 2012, 00:45
by kingfenix
Im on OS X Lion to, newest version...

Re: Physically moving file to NAS

Posted: 23 Feb 2012, 21:28
by kingfenix
OHHHH NOOOOOO, version 2.5(905) broke moving to another volume on Mac

Re: Physically moving file to NAS

Posted: 23 Feb 2012, 21:41
by kingfenix
went back to 2.4 (847), works fine there.

Re: Physically moving file to NAS

Posted: 24 Feb 2012, 04:49
by rednoah
Runs fine with Java 6 on Windows... What's the error message? Please run 2.5 in the console and tell me what the stacktrace says.

Re: Physically moving file to NAS

Posted: 04 Mar 2012, 03:51
by rednoah
Any updates on this? I don't have a Mac and it works fine on Windows Java 6. So I can't fix it unless some Mac users helps with testing.