Physically moving file to NAS

Any questions? Need some help?
Post Reply
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Physically moving file to NAS

Post 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
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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.
:idea: Please read the FAQ and How to Request Help.
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

any further help here to make this work on mac? or install java 7 without a boat load of script/cmd calls?
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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/
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post by rednoah »

Did anyone ever try this? Java 7 on Mac?
:idea: Please read the FAQ and How to Request Help.
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

yes, no goooo
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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... :/
:idea: Please read the FAQ and How to Request Help.
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

Any chance of a different method in code? Transmogrifier can do it....
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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/
:idea: Please read the FAQ and How to Request Help.
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

woot, using 803 and finally works YAYAY!!
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post by rednoah »

Thanks for verifying it works on OSX. I'll add this with the next release in a few days.
:idea: Please read the FAQ and How to Request Help.
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

Im on OS X Lion to, newest version...
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

OHHHH NOOOOOO, version 2.5(905) broke moving to another volume on Mac
kingfenix
Posts: 8
Joined: 17 Nov 2011, 22:12

Re: Physically moving file to NAS

Post by kingfenix »

went back to 2.4 (847), works fine there.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Physically moving file to NAS

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply