Now that I'm back from my (involuntary) one week "holiday" I'm getting dangerously close to releasing version 1 of LocalPlayer. There are two things I need to get done before I can release it though.
First and most importantly, I bought a website for LocalPlayer (
localplayer.org) but I'm so terrible as design I can't really make a website I'm happy with, I need someone with design wizardry to mock up a website for me to code. Of course you'll get full credit with a link back to your site, blog, deviantart or whatever at the bottom of every page. This is my most pressing concern at the moment so if anyone feels up to the task please contact me either through PM,
IRC or
Twitter. I'll be forever in your debt.
Second and not exactly needed for the 1.0 release, I need someone to make a second skin for LP. I've made the transparent "one size fits all theme" but I'd rather have a second skin for people to choose that looks good but doesn't have all transparent panels. I'd don't want the transparency skin to kill theming in LP. If you want to give this a shot contact me, I'll definitely include more than one additional skin if a couple of people show interest.
When I get those two things done the first version should be released shortly after... at long last.
Also, forgot to ask, how do you implement getid3 into LP. Its Readme fails hard for idiots like me
It's PHP based, I included the main file in the scan file on LP and let it parse and return info from the needed files. It had a few parsing bugs that I had to find fixes for (it failed pretty hard at getting info from AAC (.m4a, .mp4) files, also had to fix a bug myself where it would wig out if a MP3 files had multiple genres separated by a semicolon). GetID3 doesn't do anything by itself, it's a library.