Rename with "RClone" mounted files

Support for macOS users
Post Reply
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Rename with "RClone" mounted files

Post by Massaguana »

Hello,

i wood like to rename files they are on an GSuite CloudDrive, crypted with rclone. This Clouddrive is mounted with RClone (OSXFuse) on my Mac... This works, i can see an edit the files manual. But Filebot having problem´s with the destination path...

Image
Image

Do you can help me?

regrads
Massaguana
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename with "RClone" mounted files

Post by rednoah »

What exactly is the problem?

:idea: The destination path is entirely up to you. What format are you using?

:idea: RClone / OSXFuse take care of the filesystem abstraction layer, so as far as FileBot is concerned, any file or file path is the same regardless of whether the file path refers to a local file or remote file.
:idea: Please read the FAQ and How to Request Help.
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: Rename with "RClone" mounted files

Post by Massaguana »

The problem is that FileBot moves the renamed file to the wrong destination... you can see it in my second screenshot.

my FileBot lie is this: {ny}/{ny}{' CD'+pi}{subt} - [GERMAN{fn.after(/German/)}]

Put the File "Aladin (1986).avi" to FileBot an Rename it. The file are moved to an other folder out of the mounted drive folder.. FileBot put it to /Volumes/-={ T3MP }=-/
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename with "RClone" mounted files

Post by rednoah »

Where exactly do you want FileBot to move files? Please provide an example with (1) original path and (2) destination path you want.

You'll probably want to use an absolute path in your format, so files get moved exactly the way you want, e.g.

Code: Select all

/Volumes/RClone/{plex}
:idea: Please read the FAQ and How to Request Help.
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: Rename with "RClone" mounted files

Post by Massaguana »

Okay, here are an example:

Original path: /Volumes/MacPro T3MP/rclone/Plex Cloud Crypted/XviD/Die.Fat.Boys.Als.Chaoten.Team.German.1987.AC3.DVDRiP.XViD-CiA.avi

Destination path (with Renaming Prozess): /Volumes/MacPro T3MP/rclone/Plex Cloud Crypted/XviD/Das Chaoten-Team (1987/Das Chaoten-Team (1997) - [GERMAN.1987.AC3.DVDRiP.XViD.CiA].avi

what FileBot at the moment do is: /Volumes/MacPro T3MP/Das Chaoten-Team (1987/Das Chaoten-Team (1997) - [GERMAN.1987.AC3.DVDRiP.XViD.CiA].avi

My FileBot Format line to do is this:

Code: Select all

{ny}/{ny}{' CD'+pi}{subt} - [GERMAN{fn.after(/German/)}]
EDIT:

When i use an absolute path it don´t work

i test this one:

/Volumes/RCloneCacheLocal/{ny}/{ny}{' CD'+pi}{subt} - [GERMAN{fn.after(/German/)}]

Error Message: FileSystemException: Operation not Permitted
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename with "RClone" mounted files

Post by rednoah »

Output Folder

Code: Select all

/Volumes/MacPro T3MP/rclone/Plex Cloud Crypted/XviD
+ Relative Format

Code: Select all

{ny}/{ny}{' CD'+pi}{subt} - [GERMAN{fn.after(/German/)}]
=
Absolute Format

Code: Select all

/Volumes/MacPro T3MP/rclone/Plex Cloud Crypted/XviD/{ny}/{ny}{' CD'+pi}{subt} - [GERMAN{fn.after(/German/)}]
You can of course generate the absolute output path with your format (e.g. use {vc} instead of XviD) so that you get a different absolute path for different folders.
:idea: Please read the FAQ and How to Request Help.
Massaguana
Posts: 35
Joined: 18 Mar 2018, 14:30

Re: Rename with "RClone" mounted files

Post by Massaguana »

Cool, it looks like it works...

Great. Now its possible to rename Files hostet at GSuite...
Post Reply