Hello,
I use a translator because I don't know English.
I need your help.
For the format: mp3 or flac (not MPEG 1 Layer III)
for titles only one artist
- (04:51) I Wanna Dance with Somebody (Who Loves Me)
to become: - I Wanna Dance with Somebody (Who Loves Me) (04:51)
and for multi-artist: - (04:51) I Wanna Dance with Somebody (Who Loves Me)
- (03:48) Take On Me (Remastered)
to become: - Whitney Houston - I Wanna Dance with Somebody (Who Loves Me) (04:51)
- A-ha - Take On Me (Remastered) (03:48)
would it be possible to modify this script:
$loop($num(%track%,4)%_filename_ext%,1)$puts(bit,$if2($neql(%_counter%,4),$put(bit,%_bitrate%)))$loopend()
Album.........: %album%$repeat( ,$sub($get(offDistance),$len(%album%)))
Genre.........: %genre%$repeat( ,$sub($get(offDistance),$len(%genre%)))
Year..........: %year%$repeat( ,$sub($get(offDistance),$len(%year%)))
File Format...: %_codec%$repeat( ,$sub($get(offDistance),$len(%_codec%)))
Tracks........: %_total_files%$repeat( ,$sub($get(offDistance),$len(%_total_files%)))
Palytime........: %_total_time%$repeat( ,$sub($get(offDistance),$len(%_total_time%)))
Quality.......: $loop(%_path%$num(%track%,2),1)$if2($neql(%_counter%,4),$put(bit,%_bitrate%))$loopend() kbps %_vbr%$repeat( ,$sub($get(offDistance),$len($get(bit) kbps %_vbr%)))
Channels......: %_samplerate% khz / %_mode%
$loop(%_folderpath%)
Disc #.........: $replace(%discnumber%,/, of )$repeat( ,$sub($sub(74,34),$len($replace(%discnumber%,/, of ))))
$loop(%_path%$num(%track%,2))$repeat( ,7)$num(%track%,2).($replace(%_length%,_,:)) %title%$repeat( ,$sub($sub(74,7),$len($num(%track%,2). ($replace(%_length%,_,:)) %title%)))
$loopend()$repeat( ,5)$repeat(_,40)$repeat( ,$sub(74,45))
Playtime.......: %_total_time%$repeat( ,$sub($sub(74,34),$len(%_total_time%)))
Total Size.....: %_total_size%$repeat( ,$sub($sub(74,34),$len(%_total_size%)))
$repeat( ,15)$repeat(¯,30)$repeat( ,$sub(74,45))
$loopend()$repeat( ,$get(inBorder))
I don't know anything about encoding.
I took several scripts from the forum and did this as I knew how.
Thank you for your help.
Laurent