hi,
tried to find a solution with searching in forums and google.... maybe it's a bit to complex....
obviously for me
###
I have to replace many files, for example:
COP_LAND_HDTV_ARD.ts to: COP_LAND_[HDTV]_[ARD].ts
BRAEUTE_SDTV_3SAT.ts to: BRAEUTE_[SDTV]_[3SAT].ts
FRANZ_UND_ANNA_HDTV_ORF2.ts to: FRANZ_UND_ANNA_[HDTV]_[ORF2].ts
I mean basically the next to last
"_" should be replaced with: "_["
the last "_" should be replaced with: "]_["
and ".ts" should be replaced with "].ts"
...... any ideas with what kind of pattern i could do this ??
(I use better file rename)
thx in advance for help !