Jason Gray
Jason Gray
I guess the 1st step would be documenting things like controls(self.window.play()...), song info(self.window.songs_model[song_index][0].whatever) and what not. We also might include a friendly reminder that plugins that allow for things like...
My MPRIS plugin touches a lot of Pithos. I'm pretty familar with most of the useful bits. I can start a simple generic template.
> The documentation should be in source not just in the wiki. I think the only proper path is to redesign everything to be more strongly gobject based and to...
So you basically want to rewrite everything so that instead of the properties living in python they live in Gobject(C basically)?
Right on. At that point what's the point in not rewritting the whole app in C since python would basically just be a shim?
Being in Python it means I can somewhat wrap my pointy little head around it,lol!!! More of what I was getting at is that if it's going to be written...
Signals are awesome no doubt but what advantages/new useful features no found in Python would moving all the properties to Gobject bring?
I was just curious. It seemed like buying a Pinto and spending the time, effort and money to make it as fast as a Mustang would you could have just...
I do like Python for it's readability. All those {} of js made my head hurt when I was looking though the source of those extensions.
@TingPing check this out it would allow a user to load 3rd party plugins by dropping them in ~/.config/pithos/third-party-plugins it's rough and there are no UI bits, but it works....