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 unmark command #72

Closed woefe closed 3 years ago

woefe commented 3 years ago

Adds unmark command and more listing options. Fixes #69

wavexx commented 3 years ago

Everything seems to work as expected after a brief test both via cli and ytccf (alt-u). Upgrade worked without issue as well.

Glandos commented 3 years ago

Same for me, migration was OK.

Do you plan to add unwatch to TUI also? Or you better support fzf?

Glandos commented 3 years ago

After more testing, I found that I'm unable to play a video using ytccf.sh. I always have: ERROR: Cannot connect to the database or query failed unexpectedly. ytcc tui seems to work fine.

wavexx commented 3 years ago

ytccf works fine here (first thing I tried)

woefe commented 3 years ago

Thanks for testing it!

woefe commented 3 years ago

@Glandos the ytccf script in your setup is probably using the old command. And I don't plan to add unmark support in the tui. I was actually thinking about removing the tui with the 2.0.0 release. The only reason it's still there is Windows support, because I did not yet write a powershell script.