PiRSquared17 / mp3-browser

Automatically exported from code.google.com/p/mp3-browser
GNU General Public License v2.0
0 stars 0 forks source link

Adding Or Finding the list of available tags? #55

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I inserted this code into my mp3browser.php file

if ($musicTag->getConfiguration()->isShowLength()) {
        $column = new HtmlSimpleColumn("Date Recorded" /* column header */, "getYear");

I added this in order to get the date the mp3 file was recorded but it give me 
different dates. I simple need to chance getYear to something else. Where is 
this list of tags I can use?

Original issue reported on code.google.com by ptrista...@gmail.com on 18 Feb 2015 at 7:44