You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great software, I'm really enjoying it, saves me from all the crap that youtube pages are full of ;)
But wouldn't it be also great to add something like ytools-chain that would create a playlist of provided picks? And run it after ytools-search like this:
mpv $(ytools-chain 2 3 4 6 8)
The text was updated successfully, but these errors were encountered:
mpv has support for *.m3u files. You can write youtube URLs - each on it's own line - into a <playlist_name>.m3u file and then run the playlist via mpv <playlist_name>.m3u.
The following script would achieve something quite similar to what you described. If you name it ytools-chain, you could call it like ytools-chain 1 2 5 after doing ytools-search:
Great software, I'm really enjoying it, saves me from all the crap that youtube pages are full of ;)
But wouldn't it be also great to add something like
ytools-chain
that would create a playlist of provided picks? And run it afterytools-search
like this:The text was updated successfully, but these errors were encountered: