Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
![]() ![]() |
Feb 26 2012, 20:35
Post
#1
|
|
|
Member Group: Members Posts: 4 Joined: 17-May 11 Member No.: 14470 Mp3tag Version: 2.48 |
Below, "length" does not work. May I ask what the proper code is for length?
Thanks CODE <table>
<tr> <th class="title">BPM</th> <th class="title">Title</th> <th class="title">Artist</th> <th class="title">Comment</th> <th class="title">Length</th> </tr> $loop(%_filename_ext%) <tr> <td$if($odd(%_counter%), class="odd",)>$replace(%bpm%,&,&)</td> <td$if($odd(%_counter%), class="odd",)>$replace(%title%,&,&)</td> <td$if($odd(%_counter%), class="odd",)>$replace(%artist%,&,&)</td> <td$if($odd(%_counter%), class="odd",)>$replace(%comment%,&,&)</td> <td$if($odd(%_counter%), class="odd",)>$replace(%length%,&,&)</td> </tr> $loopend() </table> |
|
|
|
Feb 26 2012, 20:56
Post
#2
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
Have a look here: http://help.mp3tag.de/options_export.html#placeholder
%_length% Length (formatted) %_length_seconds% Length (in seconds) |
|
|
|
Feb 26 2012, 23:41
Post
#3
|
|
|
Member Group: Members Posts: 4 Joined: 17-May 11 Member No.: 14470 Mp3tag Version: 2.48 |
That worked fine. Thanks very much.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 22:13 |