Search found 4 matches

by DaveyMames
2020-08-11 20:31:34
Forum: Ant Renamer > Help
Topic: YouTube-DL - Can't get renamer script to work
Replies: 1
Views: 1343

YouTube-DL - Can't get renamer script to work

I'm trying to get this script working for YouTube-DL where it asks me to paste a link to download. The script works but I can't get the Renamer line at the end to actually rename the file like it's supposed to.

u/echo off
cd /D "%~dp0"
setlocal enableDelayedExpansion
set /p video="Paste the video ...
by DaveyMames
2020-07-24 18:32:53
Forum: Ant Renamer > Help
Topic: Add Commas to Make a Comma Separated Number
Replies: 5
Views: 1943

Re: Add Commas to Make a Comma Separated Number

What about if I had the views at the start of the filename like this:

Code: Select all

20200705 Views 1,454,321
Would it then be possible to have the views number seperated by commas?

That way the views amount will always start on the 16th character. The views number could be between 1-11 characters in length.
by DaveyMames
2020-07-21 06:31:19
Forum: Ant Renamer > Help
Topic: Add Commas to Make a Comma Separated Number
Replies: 5
Views: 1943

Re: Add Commas to Make a Comma Separated Number

The end of a video title will always be like this except the number will be different based on the actual views the video got:

View Amount 1920002564

11 characters is the max length that the views could be as it's in billions.
1 character is the minimum length the views could be.

So I would ...
by DaveyMames
2020-07-19 03:06:03
Forum: Ant Renamer > Help
Topic: Add Commas to Make a Comma Separated Number
Replies: 5
Views: 1943

Add Commas to Make a Comma Separated Number

I use YouTube-DL to automatically download videos and add the view count of a video to give a filename like this:

Video Title, Views 1920002564

Is there any setting I can use in Ant Renamer to add commas to the number in order to separate the number with commas like this?:

1,920,002,564

Is ...