im pulling the info for an ID3 line link this
iD3 > Express_Viviana_Ft._Natt_-_Feel_The_Soul-(HC0045)-WEB-2014-SRG > Techno from 2014 at 44100 Hz
and using lindex to split the info out
Code: Select all
set rlsname [string trim [lindex $arg 1]]
set genre [string trim [lindex $arg 3]]
set year [string trim [lindex $arg 5]]
set sampling [string trim [lindex $arg 7]]
iD3 > Syphilectomy-Circumcised_Abominable_Deformity-MCD-2014-DiTCH > Death Metal from 2014 at 44100 Hz
it messes with the other lindex entries after the genre
how can i get round the double named issue plz