Scot Hacker
Scot Hacker
Per the ticket title - length and total_time (`song.length` and `song.total_time`)
OK I'll wait until #52 lands and then remove this.
PR at https://github.com/liamks/libpytunes/pull/52
I just created a simple new library with a playlist and an ordered playlist from a blank/new account on my Mac, then ran the same command above, and it didn't...
I don't have a test, but it would go something like this: ``` # itl = the Library object plists = [itl.getPlaylist(p) for p in itl.getPlaylistNames()] for pl in plists:...
Thanks very much for the PR @ipmb and thanks for the speedy merge @Suor . Just need to get this into pypi and we'll be off and running.
I should add that after authorizing at Flickr, I'm redirected to `https://localhost:16177/?oauth_token=` and get a "no server running" error, which implies that I need to run a local server... but...
Ah! Thanks much for clarifying. Yes that's much better. I didn't quite get that from the docs but maybe that was my own uncareful reading. Possibly worth adding that simple...
Slight change to the above (if you do want to document) - there is no `@rules.permission_required`. Should be: ``` import rules from rules.contrib.views import permission_required is_participant = rules.is_group_member('Participants') rules.add_perm('can_access_view', is_participant)...
Wrestling with the same issue here, in a cassette recorded with five requests. Not fixed with `allow_playback_repeats=True`. Willing to manually repeat a section of the cassette to get past this,...