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
Original issue reported on code.google.com by
ptrista...@gmail.com
on 18 Feb 2015 at 7:44