Help and Support
Ask a question, report a problem, request a feature...
<<  Back To Forum

Auto Rename Titles

by Guest on 2020/12/30 01:35:17 PM    
I want to suggest a feature to auto rename torrents, files and folders titles, so, you can create rules to remove or modify parts of titles, with three tabs, one tab for each rule type. I think the follow features:

Feature to

- blacklist/remove texts, words, pontuations and phrases

- to replace texts, words, pontuations and phrases

- to replace texts, words, pontuations and phrases with a space

- to remove duplicated spaces

- support to wildcard like * and ?

This features is useful to remove the trash from titles keeping it short, simple and clean, to custumize titles for your personal needs and also very important to avoid abuses in titles, like very long titles, and excess in ads

---------------------------------------------------------

Some examples of abuse in titles


Look the lenght of this torrent title, and the long Ad URL in the front, in my country this is very, very common

(magnetlink removed by mod and sent to devs)


This other besides the very long torrent title, also have very long file names, I cant open this file in an Win XP machine, this way, I needed to rename the title manualy to open it, I had this issue many times.

(magnetlink removed by mod and sent to devs)


Thanks so much
by Guest on 2020/12/30 02:01:27 PM    
I forget one thing... Sorry

- process the titles when you add the torrent not after the download

- a function to limit (trim) title lenght, based in number of words


(Note: Admin, if you want put this text in the list of the post above, thank you and happy new year!)
by Guest on 2021/05/23 11:39:45 PM    
Seconded!
by Guest on 2021/05/24 04:52:49 PM    
by Guest on 2022/02/22 07:18:28 PM    
by Guest on 2023/04/30 01:50:27 AM    
by Guest on 2024/03/30 12:57:37 AM    
by Guest on 2024/04/22 01:50:20 AM    
by Guest on 2024/06/03 03:18:50 AM    
+1 vote for this!
by Guest on 2024/06/12 06:14:42 PM    
+1 for the option

I made workaround with autohotkey with a f8 key : https://www.autohotkey.com

You can watch it in action by looking at this small video screen capture here : https://we.tl/t-Kch9FGrLMa

I press f8 in windows explorer, my script copy the filname to the clipboard and brings tixati windows to front
I press again f8 to edit automatically the filename selected in tixati and my script brings back windows explorer to front

if you're interested, heres the script :
first " #If WinActive " of script must be edited to match the folders you want to use with tixati, only the first characters will be tested for a match

#SingleInstance Force
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
SetTitleMatchMode, 1
#If WinActive("W:\Anime") or WinActive("Y:\Series") or WinActive("D:\DOWNLOADZ")  
F8::
WinGetActiveTitle, F8pathname
Send,{F2}
Sleep, 75
Send,^a
Sleep, 25
Send,^c{Esc}
Sleep, 75
Send,{Right}
if (Tixatiwin != "")
{
WinActivate %Tixatiwin%
}
else
{
WinActivate Tixati v3.25
}
return
#If WinActive("Tixati v3.25")
F8::
WinGetActiveTitle, Tixatiwin
Send,{F2}
Sleep, 100
Send,^a
Sleep, 10
Send,^v
Sleep, 250
Send,{Return}
Sleep, 75
Send,{Down}
Sleep, 75
if (F8pathname != "")
{
WinActivate %F8pathname%
F8pathname := ""
}
return
by Guest on 2024/06/15 05:33:25 PM    
this feat to use name rules is a dream




This web site is powered by Super Simple Server