prpr-patch-rename-utf8 #20

Merged
af123 merged 2 commits from :prpr-patch-rename-utf8 into master 2020-10-19 22:02:43 +00:00

View File

@@ -26,6 +26,9 @@ if {[file isdirectory $file]} {
set new [string map {"\n" ""} [
string trim [cgi_get "rename_$attr"]]]
set old [$ts get $attr]
if {$attr eq "title" || $attr eq "synopsis"} {
set new "\025$new"
}
if {$new ne $old} {
if {$attr eq "guidance" ||
[string length $new] > 0} {