You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/playlist_manager
Mike Lang 90a6b5ee17 playlist_manager: Check for re-orderings without doing them initially
Previously, we would only do reorderings if we were refreshing the playlist
for some other reason (eg. a video was inserted).

We want to refresh the playlist before attempting reorderings,
so we split the routine into two parts:
- A part that finds out-of-order videos and returns a list of moves to make.
- A part that executes those moves.

We do the former before AND after refreshing, and the latter only with the result from after.
4 months ago
..
playlist_manager playlist_manager: Check for re-orderings without doing them initially 4 months ago
Dockerfile Pin gevent version to work around build issues 1 year ago
setup.py Pin argh to avoid stupid breaking changes 1 year ago