# Export Question

**URL:** https://community.mp3tag.de/t/export-question/13145
**Category:** Support
**Created:** [February 26, 2012, 6:35pm UTC](https://community.mp3tag.de/t/export-question/13145 "2012-02-26T18:35:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Palladium](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/3ec8ea/32.png) [@Palladium](https://community.mp3tag.de/u/Palladium)
#### Post date: [February 26, 2012, 6:35pm UTC](https://community.mp3tag.de/t/export-question/13145/1 "2012-02-26T18:35:04Z")

</div>

Below, "length" does not work. May I ask what the proper code is for length?

Thanks

```
<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%,&,&amp;)</td>            
            <td$if($odd(%_counter%), class="odd",)>$replace(%title%,&,&amp;)</td>
            <td$if($odd(%_counter%), class="odd",)>$replace(%artist%,&,&amp;)</td>
            <td$if($odd(%_counter%), class="odd",)>$replace(%comment%,&,&amp;)</td>
            <td$if($odd(%_counter%), class="odd",)>$replace(%length%,&,&amp;)</td>
                        
        </tr>
$loopend()

    </table>
```

---

<div class="post-metadata">

### Author: ![pone](https://community.mp3tag.de/user_avatar/community.mp3tag.de/pone/32/272_2.png) [@pone](https://community.mp3tag.de/u/pone)
#### Post date: [February 26, 2012, 6:56pm UTC](https://community.mp3tag.de/t/export-question/13145/2 "2012-02-26T18:56:34Z")

</div>

Have a look here: [https://docs.mp3tag.de/format](https://docs.mp3tag.de/format)

%\_length% Length (formatted)  
%\_length\_seconds% Length (in seconds)

---

<div class="post-metadata">

### Author: ![Palladium](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/3ec8ea/32.png) [@Palladium](https://community.mp3tag.de/u/Palladium)
#### Post date: [February 26, 2012, 9:41pm UTC](https://community.mp3tag.de/t/export-question/13145/3 "2012-02-26T21:41:11Z")

</div>

That worked fine. Thanks very much.

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:23pm UTC](https://community.mp3tag.de/t/export-question/13145/4 "2026-02-09T12:23:41Z")

</div>


