added explanation to startmpv
This commit is contained in:
parent
7418258fa1
commit
745c1b3ceb
@ -1,5 +1,9 @@
|
||||
#!/bin/zsh
|
||||
js_plalist_index_loc="/home/alex/src/youtube-playlist-video-ids"
|
||||
# this script uses https://github.com/maxime-aknin/youtube-playlist-video-ids to gather video ids
|
||||
# please install this first and specify the path to this cloned repo below
|
||||
js_plalist_index_loc="$HOME/src/youtube-playlist-video-ids"
|
||||
# The above mentioned script needs Youtube API access, (see the repo for more info on that)
|
||||
# I've saved my API key in my password manager, I reccomend you to do something similar.
|
||||
API_key="$(pass show 'Misc/Youtube Data API v3')"
|
||||
if echo "$1" | grep -qE 'youtube.*list'; then
|
||||
echo "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user