So time for another Gloss update. I’ve put in a lot of effort lately to adding new feature so its highly unstable at the moment but most of the things that were working continue to do so and there’s even been the odd bug fixed.
As far as new features go, the big ticket items are:
- A video plugin! Its been under development for a little while but now its in place and seemingly working, albeit rather buggy
- Full screen video now works.
- All video playback now runs through a central controller that ensures a consistent on screen display
It doesn’t sound like much but there’s been a bit to get it all running together. I need to pause now I think and start fixing bugs. The final big plugin to be written is an audio player which hasn’t even been started at this stage.
Chutzpah! says:
All talk, no code! Where da code, mang??!?!
noisymime says:
Code has been available since the beginning. Checkout http://gloss-mc.googlecode.com
monk says:
That cool 🙂
Only question is, why do you use MySQL instead of the lighweighter and in Python-programs more regurlarly used SQLite?
noisymime says:
monk: MySQL is used as it is the default and most commonly used DB for Mythtv backends and so it was used for Gloss. I’ve never really used sqlite much, but my understanding is that it doesn’t allow connections to a ‘normal’ MySQL server as is required in this case.