
June 15, 2005
I’ve been working on my software a bit more lately. I have the audio playing capabilities working a bit more reliably now. I also wanted to show that I have Winamp Like skin support working. It still needs some tweaking.. but with only 2 or 3 very small modifications to my previously made winamp skin I was able to get it to load, display and function properly in my python application.
My new AAI-NIS auxiliary input unit came via UPS yesterday and my new Garmin GPS 18 PC (Serial) units should arrive today! Gonna do some testing and then pull the old FM-Modulator and GPS unit out and replace them with the new stuff this week!
Interface
I’ve got a basic interface working. It is now using my previously made WinAmp skin with very few small modifications being made to the skin file. Also, so you know, my skin file is almost all .PNG files with transparencies. I’ve also tried changing some things around with the skin to see how it would react. And I think it works out pretty well. I need to work on speeding up the screen updates as it can be fairly slow right now depending on the complexity of the skin.
Audio
I have basic audio playing functionality working (pymedia) and have started on very basic playlist functionality.
iPod Support
Such a hassle. I wish it was easier. I’m not the greatest programmer so I’m digging through other peoples python scripts to try and piece something together. I currently have a script working that outputs all the tracks on my ipod with path, title, artist and album information. I still need to get it to output the playlists, track ratings and play counts.