-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ubuntu
authored and
Ubuntu
committed
May 3, 2024
1 parent
a89c0a7
commit 11e6c29
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
PATH=/home/azureuser/.local/bin | ||
0 6 * * 5 azureuser spotify_to_ytmusic create https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M -n "New EDM This Week" -i "Weekly r/EDM new release roundup. Created with github.com/sigma67/spotify_to_ytmusic" -d -p >> log_youtube.txt 2>&1 | ||
0 14,20 * * 5 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1' | ||
0 20 * * 6 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1 | ||
0 8,20 * * 6 azureuser spotify_to_ytmusic update https://open.spotify.com/playlist/0S0cuX8pnvmF7gA47Eu63M "New EDM This Week $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1 | ||
0 14 * * 5 azureuser spotify_to_ytmusic top "r/EDM top submissions" -c "YouTube Music - r/EDM top submissions" -i "Top submissions to r/EDM in one convenient playlist. Created with github.com/sigma67/spotify_to_ytmusic" -d -p >> log_youtube.txt 2>&1 | ||
0 6 * * 6 azureuser spotify_to_ytmusic top "r/EDM top submissions $(date -d 'yesterday' +'\%m/\%d/\%Y')" -u >> log_youtube.txt 2>&1 | ||
0 6 * * 6 azureuser spotify_to_ytmusic top -u "r/EDM top submissions $(date -d 'yesterday' +'\%m/\%d/\%Y')" >> log_youtube.txt 2>&1 | ||
5 6-22/2 * * 5 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1 | ||
0 6,18 * * 6,7 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1 | ||
0 6,18 * * 6,7 azureuser spotify_to_ytmusic reddit >> log.txt 2>&1 |