Search found 5 matches

by r85w3e9OLsD
04 Jan 2023, 15:59
Forum: Scripting and Automation
Topic: how do i remove a certain word in filename using rename?
Replies: 5
Views: 3388

Re: how do i remove a certain word in filename using rename?

sorry for asking another assistance i tried combining the two code you've provided, i tried doing like this filebot -rename -r C:\Users\admin\Desktop\Download\RandomMovie --file-filter f.video --db file --output "{ gigabytes >= 10 ? 'C:\Users\admin\Desktop\Download\' : 'C:\Users\admin\Desktop\D...
by r85w3e9OLsD
04 Jan 2023, 10:51
Forum: Scripting and Automation
Topic: how do i remove a certain word in filename using rename?
Replies: 5
Views: 3388

how do i remove a certain word in filename using rename?

Sorry I'm really kinda noob, mb currently im using this code, it uses the folder name to rename the mp4 and move the renamed video to a different folder. filebot -rename -r C:\Users\admin\Desktop\Download\RandomMovie --file-filter f.video --db file --output C:\Users\admin\Desktop\Download --format &...
by r85w3e9OLsD
04 Jan 2023, 09:24
Forum: Scripting and Automation
Topic: after renaming the video, move it into a single folder
Replies: 1
Views: 2552

after renaming the video, move it into a single folder

Hi I'm using qbittorrent how do i move the files to a specific folder after renaming it? I'm using this simple script but i can't search anything about moving the file filebot -rename -r \input --file-filter f.video --db file --format "{folder.name}" also would it be possible if there's a ...