woefe / ytcc

Command line tool to keep track of your favorite playlists on YouTube and many other places.
GNU General Public License v3.0
178 stars 20 forks source link

Add option to update playlists in reverse order #88

Closed woefe closed 3 years ago

woefe commented 3 years ago

The ytcc subscribe --reverse option enables a reverse updating of playlists. It first reverses the of the playlist and then cuts the reversed list down to max_backlog elements. Note that this process slows down updating of large playlists that are checked in reverse order.

This change also required a database migration to add the reverse column to playlists.

EmRowlands commented 3 years ago

Can I request that schema migrations/updates forge a new minor release (i.e. 2.x.0)? This makes it a lot easier to emit post-install messages warning about making backups.

woefe commented 3 years ago

Yes, of course. This PR will be part of the 2.2.0 release