Search found 6 matches

by RBCC2023
26 Oct 2023, 01:29
Forum: Windows
Topic: Rename files from YouTube (No Metadata)
Replies: 1
Views: 786

Rename files from YouTube (No Metadata)

I have several files that were found on youtube, Most are For better or for worse cartoon . They have no metadata. Can I just rename them using filebot and will it rename the file windows explorer? John
by RBCC2023
12 Jul 2023, 03:16
Forum: Windows
Topic: Call a file's contents (i.e. How do I read a file in Groovy?)
Replies: 8
Views: 1296

Re: Call a file's contents (i.e. How do I read a file in Groovy?)

Here is the code {n}-s00e00-{t} n="The Bullwinkle Show " t="fractured Fairy Tales-Repunzal" Now I would to have it read : Fractured Fairy Tales s01e01 Repunzal And work for a series of files ! each shows fractured fairy tales -s01e01 -Roudolph "" -s01e2 -Sammy etc., John
by RBCC2023
09 Jul 2023, 22:38
Forum: Windows
Topic: Call a file's contents (i.e. How do I read a file in Groovy?)
Replies: 8
Views: 1296

Re: Call a file's contents (i.e. How do I read a file in Groovy?)

If i use this line n-s00e00-t, how do Use the .after parameter if i dont know the string after the peabodys improbable history?
In the GUI. Thank you for all your help.
by RBCC2023
08 Jul 2023, 01:52
Forum: Windows
Topic: Call a file's contents (i.e. How do I read a file in Groovy?)
Replies: 8
Views: 1296

Re: Call a file's contents (i.e. How do I read a file in Groovy?)

I use TVDB and l am trying to truncate a file name from <The Bulllwinkle show - peabody's improbable history -alexander graham bell to alexander graham bell . Is there a parameter called truncate? Ie n.truncate?
by RBCC2023
07 Jul 2023, 03:39
Forum: Windows
Topic: Call a file's contents (i.e. How do I read a file in Groovy?)
Replies: 8
Views: 1296

Call a file's contents (i.e. How do I read a file in Groovy?)

I have a file named Episodes name in text format . The replace param may be used . Do i assign a variable to each of the titles? How to read the file and use the n.replace to use replace what filebot read to whats in the file Ie: N.replace ("The Bullwinkle show", this is from the file ) . Jtm