Search found 4 matches

by randy030991
29 Jun 2016, 17:43
Forum: Windows
Topic: How to rename and move files in separate folder
Replies: 2
Views: 4045

Re: How to rename and move files in separate folder

thanks its work

{file.path.match(/WEST|ANIMATION|ANIME/)}
by randy030991
22 Jun 2016, 20:36
Forum: Windows
Topic: How to rename and move files in separate folder
Replies: 2
Views: 4045

How to rename and move files in separate folder

I have some video in separate folder in C:
WEST FOLDER, ANIMATION FOLDER and ANIME FOLDER

I make code to move that video from C: to G:


G:/BACKUP/DOWNLOAD/FILM/{n.replaceAll(/[:|]/, " - ")} ({y}) ({genres.take(2).join(' ')}) ({omdb.rating})/{n.replaceAll(/[:|]/, " - ")} ({y}) ({genres.take(2 ...
by randy030991
25 Jan 2016, 12:02
Forum: Episode / Movie Naming Scheme
Topic: (ask) How to rename movie with filesize in gigabytes
Replies: 8
Views: 8182

Re: (ask) How to rename movie with filesize in gigabytes

The latest revision does have the {megabytes} and {gigabytes} bindings.

With FileBot v4.6.1 and older you can always use file.length() to calculate the numbers you want though:
https://www.filebot.net/forums/viewtopic.php?f=5&t=3283

so its like this?:
{n} {gigabytes}

or
{n} file.length ...
by randy030991
25 Jan 2016, 11:30
Forum: Episode / Movie Naming Scheme
Topic: (ask) How to rename movie with filesize in gigabytes
Replies: 8
Views: 8182

(ask) How to rename movie with filesize in gigabytes

Hi Iam newbie
How to rename movie with filesize in gigabytes?

eg:

I Origins (1958)

become: I Origins (2.1)

or : I Origins (2.1 Gb)


Thanks for your help