From 39ad082464d17abe5b660cc10d57237c496a8d91 Mon Sep 17 00:00:00 2001 From: Brandon Poulliot <37082932+bpoulliot@users.noreply.github.com> Date: Wed, 23 Nov 2022 04:54:44 -0700 Subject: [PATCH] Create bandcamp_subscriptions.yaml Example subscription for Bandcamp --- examples/bandcamp_subscriptions.yaml | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 examples/bandcamp_subscriptions.yaml diff --git a/examples/bandcamp_subscriptions.yaml b/examples/bandcamp_subscriptions.yaml new file mode 100644 index 00000000..2c9dd9fa --- /dev/null +++ b/examples/bandcamp_subscriptions.yaml @@ -0,0 +1,31 @@ +# Define any number subscriptions in a single file, or use multiple +# files to organize (i.e by genre) + +# TEMPLATE +# sub_name: +# preset: +# - "bandcamp" +# #- "tired" # wait 1s between all requests, 10s for downloads +# #- "sleepy" # wait 1s between initial, between 5-18s for downloads +# overrides: +# artist: "" +# genre: "" +# url: "" + +# Example + +# If trying to snag all available discography for an artist on Bandcamp, +# recommend using https://artist.bandcamp.com/music format. Some artists +# default to this page, but many default to a track or album. If you want all +# media scraped, use /music format. +# +# If you do not want to set genre manually via overrides, you must set the +# default value in bandcamp-config.yaml and remove the genre override here. + +daysndaze: + preset: + - "bandcamp" # add presets if needed + overrides: + artist: "Days N Daze" # required + genre: "folk punk" # required by default + url: "https://daysndaze.bandcamp.com/music" # required