From 7aa6c50874efebc47309de1e1d78480a84e40cd9 Mon Sep 17 00:00:00 2001 From: Gio Date: Fri, 14 Jan 2022 17:58:50 -0600 Subject: Stage 1 --- album/what.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 album/what.yaml (limited to 'album/what.yaml') diff --git a/album/what.yaml b/album/what.yaml new file mode 100644 index 0000000..7881e5c --- /dev/null +++ b/album/what.yaml @@ -0,0 +1,40 @@ +Album: WHAT +Artist: WHATISLOSTINTHEMINES +Cover Art: WHATISLOSTINTHEMINES +Has Track Art: no +Date: May 20, 2018 +Date Added: April 12, 2021 +Color: #cf67f6 +Groups: +- what is lost in the mines? +- Beyond +URLs: +- https://what.bandcamp.com/album/what +Commentary: + WHATISLOSTINTHEMINES: + a bit of rest never did anyone any harm +------------------------------------------------------------------------------- +Track: Dreaming of Living +Duration: 2:06 +URLs: +- https://what.bandcamp.com/track/dreaming-of-living +------------------------------------------------------------------------------- +Track: Songbird's Lunch Break +Duration: 3:10 +URLs: +- https://what.bandcamp.com/track/songbirds-lunch-break +------------------------------------------------------------------------------- +Track: Infinity Proof Liquor +Duration: 2:34 +URLs: +- https://what.bandcamp.com/track/infinity-proof-liquor +------------------------------------------------------------------------------- +Track: Breath in +Duration: 2:56 +URLs: +- https://what.bandcamp.com/track/breath-in +------------------------------------------------------------------------------- +Track: Freshly Sleeping +Duration: 2:50 +URLs: +- https://what.bandcamp.com/track/freshly-sleeping -- cgit 1.3.0-6-gf8a5 From 88044c9ead13a5478f8fcd72c8fec6a8a71ba0b1 Mon Sep 17 00:00:00 2001 From: Gio Date: Fri, 14 Jan 2022 18:02:33 -0600 Subject: Stage 2 --- album/what.yaml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'album/what.yaml') diff --git a/album/what.yaml b/album/what.yaml index 7881e5c..098eb6f 100644 --- a/album/what.yaml +++ b/album/what.yaml @@ -1,40 +1,40 @@ Album: WHAT Artist: WHATISLOSTINTHEMINES Cover Art: WHATISLOSTINTHEMINES -Has Track Art: no +Has Track Art: false Date: May 20, 2018 Date Added: April 12, 2021 -Color: #cf67f6 +Color: '#cf67f6' Groups: - what is lost in the mines? - Beyond URLs: - https://what.bandcamp.com/album/what -Commentary: +Commentary: |- WHATISLOSTINTHEMINES: a bit of rest never did anyone any harm -------------------------------------------------------------------------------- +--- Track: Dreaming of Living -Duration: 2:06 +Duration: '2:06' URLs: - https://what.bandcamp.com/track/dreaming-of-living -------------------------------------------------------------------------------- +--- Track: Songbird's Lunch Break -Duration: 3:10 +Duration: '3:10' URLs: - https://what.bandcamp.com/track/songbirds-lunch-break -------------------------------------------------------------------------------- +--- Track: Infinity Proof Liquor -Duration: 2:34 +Duration: '2:34' URLs: - https://what.bandcamp.com/track/infinity-proof-liquor -------------------------------------------------------------------------------- +--- Track: Breath in -Duration: 2:56 +Duration: '2:56' URLs: - https://what.bandcamp.com/track/breath-in -------------------------------------------------------------------------------- +--- Track: Freshly Sleeping -Duration: 2:50 +Duration: '2:50' URLs: - https://what.bandcamp.com/track/freshly-sleeping -- cgit 1.3.0-6-gf8a5 From 6643cb617aeb06292e1bd93981808b7322f4a6af Mon Sep 17 00:00:00 2001 From: Gio Date: Fri, 14 Jan 2022 19:48:54 -0600 Subject: Listify list fields --- album/what.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'album/what.yaml') diff --git a/album/what.yaml b/album/what.yaml index 098eb6f..d1848e7 100644 --- a/album/what.yaml +++ b/album/what.yaml @@ -1,6 +1,5 @@ Album: WHAT Artist: WHATISLOSTINTHEMINES -Cover Art: WHATISLOSTINTHEMINES Has Track Art: false Date: May 20, 2018 Date Added: April 12, 2021 @@ -13,6 +12,8 @@ URLs: Commentary: |- WHATISLOSTINTHEMINES: a bit of rest never did anyone any harm +Cover Artists: +- WHATISLOSTINTHEMINES --- Track: Dreaming of Living Duration: '2:06' -- cgit 1.3.0-6-gf8a5 From df626fd8e8fa64c48ea1cf88177e157264042e9c Mon Sep 17 00:00:00 2001 From: Gio Date: Fri, 14 Jan 2022 22:18:36 -0600 Subject: Sorting --- album/what.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'album/what.yaml') diff --git a/album/what.yaml b/album/what.yaml index d1848e7..ff91bcb 100644 --- a/album/what.yaml +++ b/album/what.yaml @@ -1,19 +1,19 @@ Album: WHAT Artist: WHATISLOSTINTHEMINES -Has Track Art: false Date: May 20, 2018 Date Added: April 12, 2021 +URLs: +- https://what.bandcamp.com/album/what +Has Track Art: false +Cover Artists: +- WHATISLOSTINTHEMINES Color: '#cf67f6' Groups: - what is lost in the mines? - Beyond -URLs: -- https://what.bandcamp.com/album/what Commentary: |- WHATISLOSTINTHEMINES: a bit of rest never did anyone any harm -Cover Artists: -- WHATISLOSTINTHEMINES --- Track: Dreaming of Living Duration: '2:06' -- cgit 1.3.0-6-gf8a5 From 9e389a0dc36cafdd3b02624ffa711b498d99b1ef Mon Sep 17 00:00:00 2001 From: Gio Date: Sat, 15 Jan 2022 15:35:57 -0600 Subject: Pluralize non-artist.txt artists. --- album/what.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'album/what.yaml') diff --git a/album/what.yaml b/album/what.yaml index ff91bcb..557a142 100644 --- a/album/what.yaml +++ b/album/what.yaml @@ -1,5 +1,6 @@ Album: WHAT -Artist: WHATISLOSTINTHEMINES +Artists: +- WHATISLOSTINTHEMINES Date: May 20, 2018 Date Added: April 12, 2021 URLs: -- cgit 1.3.0-6-gf8a5