Thread: ioNiNJA
View Single Post
Old 12-08-2011, 04:39 PM  
Trichlorethen
Junior Member
 
Join Date: Nov 2004
Posts: 23
Default

there is ioNJ(message_flac) missing in NiNJALiB.tcl, which gives no audio info on complete message on cwd.
i changed some lines in NiNJALiB.tcl:
Code:
	if {[lindex $extrainfo 0] == 0} {
		append message "$ioNJ(message_mp3)"
	} 
	if {[lindex $extrainfo2 0] == 0} {
		append message "$ioNJ(message_flac)"
its working now but the sorting not
Trichlorethen is offline   Reply With Quote