This repository has been archived by the owner on Feb 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhourly.sh
27 lines (18 loc) · 1.56 KB
/
hourly.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
# sync the jouluradio feeds hourly since the last20-sing-feeds cover about an hour of airtime, the resulting spotify playlists are public so you can just use them
date
# set the spotify-credentials from the environment variable, see README
echo $SPOTIPY_CACHE > .cache-$SPOTIFY_USERNAME
#python jouluradio2spotify.py -a $@ --id 3W2gEbnEqytlM221BSusCb $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/jouluradiolast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/3W2gEbnEqytlM221BSusCb
#python jouluradio2spotify.py -a $@ --id 4KXmZgDJG5J4MMDIM5wSAt $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/jouradiolast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/4KXmZgDJG5J4MMDIM5wSAt
#python jouluradio2spotify.py -a $@ --id 3HY2gCw7bfyxK4TtbeHb4s $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/Rouhea_Joululast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/3HY2gCw7bfyxK4TtbeHb4s
#python jouluradio2spotify.py -a $@ --id 75oYEbhELvE36eIsT4sDzJ $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/Kauneimmatlast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/75oYEbhELvE36eIsT4sDzJ
#python jouluradio2spotify.py -a $@ --id 5JXXR8XDKMWrZvdsbmbnLO $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/pikkulast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/5JXXR8XDKMWrZvdsbmbnLO
#python jouluradio2spotify.py -a $@ --id 11GKkK9iKKWP4Y0zV9teo7 $SPOTIFY_USERNAME http://www.jouluradio.fi/biisilista/klassinenjoululast20.json
# https://open.spotify.com/user/aarnoaukia/playlist/11GKkK9iKKWP4Y0zV9teo7
date