Jason Gray

Results 424 comments of Jason Gray

It seems its up to the client to report back usage data and enforce skip limits and what not. The only thing that Pandora it's self seems to be aware...

@TingPing after messing around with a dummy free account it seems that the daily skip limit does correspond (at least roughly) with the too many playlists error. It's trivial to...

Throttling just doesn't seem to be a real thing. The skip limit/playlist limit seems to be the only thing that Pandora cares about. As far as when the warning comes...

Something like? if (round(self.pandora.skip_limit \* 0.85) == self.total_skips_count) or (round(self.pandora.skip_limit \* 0.95) == self.total_skips_count):

My main end goal is to make Pandora.py GObject. The main thing holding that up is our need to wrap all Pandora calls in Python threads IMHO. But you are...

I've played with the lastfm API it's not that complicated. A side from authentication the only parts we use are update now playing and scrobble. I bet I could write...

It looks like there is already pygoject bindings to LastfmProxy: https://lazka.github.io/pgi-docs/#RestExtras-0.7/classes/LastfmProxy.html#RestExtras.LastfmProxy

This is also kinda a no go. I agree that there is little to gain by switching to pure GObject networking, but a small Last.fm scrobbler plugin to replace pylast...

I'm just trying to close some bugs and put some focus on what I'd like to do for 1.5.