2024-01-30 14:55:30 +01:00
< html >
< head >
< title > Vane listens to one music album by women every week of 2024 - MayVaneDay Studios< / title >
< style >
body {
margin: auto;
margin-top: 14px;
font-family: monospace !important;
background-color: #cc99ff;
max-width: 1000px;
}
table {
width: auto;
margin-left: auto;
margin-right: auto;
}
table, td {
border: 1px solid;
max-width: 800px;
}
h1 {
text-align: center;
padding: 4px;
}
table, h1 {
background-color: #99ccff;
}
< / style >
< / head >
< body >
< h1 > Vane listens to one music album by women every week of 2024< / h1 >
< table >
< thead >
< th > Week< / th >
< th > Album Name< / th >
< th > Album Artist< / th >
< th > Comments / notes< / th >
< / thead >
< tbody >
< tr >
< td > 2024-W1< / td >
< td > Your Little Secret< / td >
< td > Melissa Etheridge< / td >
< td > Nice voice, but I'm not sure folk is my thing.< br > Favorite track: < b > Nowhere To Go< / b > < / td >
< / tr >
< tr >
< td > 2024-W2< / td >
< td > Big Time< / td >
< td > Angel Olsen< / td >
< td > Is "farmhouse muzak" a thing?< br > Favorite track: < b > Dream Thing< / b > < / td >
< / tr >
< tr >
< td > 2023-W3< / td >
< td > Eternal Blue< / td >
< td > Spiritbox< / td >
< td > < / td >
< / tr >
< tr >
< td > 2024-W4< / td >
< td > Always Already< / td >
2024-03-01 16:44:10 +01:00
< td > la luna< / td >
< td > Favorite track: < b > Undreaming< / b > < / td >
< / tr >
< tr >
< td > 2024-W5< / td >
< td > Keep Your Courage< / td >
< td > Natalie Merchant< / td >
< td > Favorite track: < b > Big Girls< / b > < / td >
< / tr >
< tr >
< td > 2024-W6< / td >
< td > Collection< / td >
< td > Tracy Chapman< / td >
2024-03-28 02:45:31 +01:00
< td > The hype for "Fast Car" didn't deliver.< / td >
2024-03-01 16:44:10 +01:00
< / tr >
< tr >
< td > 2024-W7< / td >
< td > Other Worlds< / td >
< td > The Pretty Reckless< / td >
2024-03-28 02:45:31 +01:00
< td > Favorite track: < b > Got So High< / b > < / td >
< / tr >
< tr >
< td > 2024-W8< / td >
< td > The Best Of The Vanguard Years< / td >
< td > Joan Baez< / td >
< td > Favorite track: < b > It's All Over Now, Baby Blue< / b > < / td >
< / tr >
< tr >
< td > 2024-W9< / td >
< td > From There / To Here: UK / US Recordings 1974-1982< / td >
< td > Bridget St. John< / td >
< td > On the first song of the first disc, "Sparrowpit", I thought at first I'd accidentally downloaded a parody album, but no: her voice < em > really< / em > sounded like that. A few songs later, her voice was back to normal. I must admit I really liked the voice effects on "Jumble Queen".< / td >
< / tr >
< tr >
< td > 2024-W10< / td >
< td > The Asylum Albums (1972-1975)< / td >
< td > Joni Mitchell< / td >
2024-01-30 14:55:30 +01:00
< td > < / td >
< / tr >
2024-04-01 16:06:57 +02:00
< tr >
< td > 2024-W11< / td >
< td > Become You< / td >
< td > Indigo Girls< / td >
< td > I like the harmony of their voices.< / td >
< / tr >
2024-01-30 14:55:30 +01:00
< / tbody >
< / table >
< / body >
< / html >