Page 1 of 1
Rename with "RClone" mounted files
Posted: 21 Mar 2018, 18:35
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...
Do you can help me?
regrads
Massaguana
Re: Rename with "RClone" mounted files
Posted: 23 Mar 2018, 06:41
by rednoah
What exactly is the problem?

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

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.
Re: Rename with "RClone" mounted files
Posted: 23 Mar 2018, 15:22
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 }=-/
Re: Rename with "RClone" mounted files
Posted: 23 Mar 2018, 22:58
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.
Re: Rename with "RClone" mounted files
Posted: 24 Mar 2018, 07:58
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
Re: Rename with "RClone" mounted files
Posted: 24 Mar 2018, 11:54
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.
Re: Rename with "RClone" mounted files
Posted: 24 Mar 2018, 12:12
by Massaguana
Cool, it looks like it works...
Great. Now its possible to rename Files hostet at GSuite...