Search found 9 matches

by vampirzocker
08 Oct 2016, 15:48
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

dont know either i made it at 4am xD

but wow thx would i have known that i can just use this xD

but really thx, im bad in such things when it comes to "x=results *results cached* *if there cached results* *make "x-sub"*" (is that right?)
by vampirzocker
08 Oct 2016, 11:09
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

is there a way to make {text.language*.upper().join("-").replace("DE","DEU").replace("JA","JAP").replace("EN","ENG")}}+"-SUB]"} a boolean to fold/unfold? or could you tell me the syntax of " if(text.language== is not null) " everytime if i make it a boolean its true because null is a value....
by vampirzocker
07 Oct 2016, 19:17
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

so ssa subs would be text based and would still have this unique kind of displaying? i searched via google and the result is for me, all have the same opinion like you, they are nearly disgusting fancy and a load of issues in it xD but i like SSAs i watched now a comparison in quality of vobsubs ...
by vampirzocker
07 Oct 2016, 18:23
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

now i get what you mean didnt know that the difference lies in something like that... thought the whole time that the subtitles would look different to srts because of the idx files but although you say something like that....are there srts with individual color, display position and fonts? else i ...
by vampirzocker
07 Oct 2016, 17:52
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

i dont get it xD

my subtitles are dedicated subtitles as idx, subs
(ok i guess idx arent real subtitles for itself but they hold format infos or not?)
by vampirzocker
07 Oct 2016, 17:43
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

i tried subt already at the end with simply ...{subt}

but it doesnt give me any result
by vampirzocker
07 Oct 2016, 17:16
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

nevermind read just now that with join()

now its working like a charm thx xD
by vampirzocker
07 Oct 2016, 17:04
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

Re: help with upper() and replace() for text/audio.language

much appreciated for the help xD could help me with replace() too? i tried it with {n}: i go with replaceall().... the whole name vanished i go with replace()... and the whole name would be like that Firefly : [F,i,r,e,f,l,y,] or with replacement like "-" : [-F-,-i-,-r-,-e-,-f-,-l-,-y-] edit it was ...
by vampirzocker
07 Oct 2016, 16:13
Forum: Windows
Topic: help with upper() and replace() for text/audio.language
Replies: 13
Views: 7628

help with upper() and replace() for text/audio.language

hi im new in this and tried customize my renaming but coudnt get it to work... {n} - {s00e00} - {t} DUB-{audio.language} SUB-{text.language}{if (file.issubtitle) fn =~ /[.]eng$/ ? '.eng' : '.ger' }{'.'+fn.match(/forced/)} [{vf}] i wanted to make the languages in caps but with ".upper()" it didnt ...