Skip to content

Commit 349f271

Browse files
committed
Update albums and settings.
1 parent 294125d commit 349f271

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

src/AlbumViewerNetCore/albums.js

+28-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
12
[
23
{
34
"Id": 1,
4-
"Title": "Ace of Spades (SQLite)",
5+
"Title": "Ace of Spades (SQL Server)",
56
"Description": "Motörhead are the founding fathers of speed and thrash metal. Without this band, there would be no Slayer or Sepultura, so you've at least got to give Lemmy and Co. props for being so influential. And \"Aces of Spades\" is an essential, legendary speed metal classic. It's full of fast, meaty riffs, great solos, toe-tapping drums, and catchy, gruff vocals. Almost every song on here (especially the title track, \"Love Me Like a Reptile,\" and \"We Are The Road Crew\") is very catchy. And the album opening title track, which has a speedy, groove-y main riff, is world renowned. Other highlights include the wah-wah solo and shout-along refrain on \"Fire, Fire,\" \"Jailbait,\" \"Dance\" (which has a pair of tasty guitar solos), the X-rated \"The Chase Is Better Than The Catch,\" and the famous, rhythmic, nearly dance-able \"Please Don't Touch.\" All in all, if you're looking for great, groove-y, contagious and exciting speed metal, Motorhead \"aces\" it.",
67
"Year": 1978,
78
"ImageUrl": "https://images-na.ssl-images-amazon.com/images/I/618Zuqc4J5L._SL250_.jpg",
@@ -2129,7 +2130,7 @@
21292130
{
21302131
"Id": 37,
21312132
"Title": "Guilty",
2132-
"Description": "Old school hardcore punk with mixed in metal roots, kicked out in good old garage style. Garage recorded by ex-Attitude Adjustment members Rick Strahl and Chris Kontos, with a bonus appearance by Andy Andersen, this short EP features toe tapping rythms and catchy choruses with high intensity, in-your-face punk rock that brings back memories of the mid-80's punk and cross over scene.",
2133+
"Description": "Old school hardcore punk with metal roots, kicked out in good old garage style. Garage recorded by ex-Attitude Adjustment members Rick Strahl and Chris Kontos early in 2001-2002 and then newer tracks in 2020-20210. There's also a bonus appearance by Andy Andersen.\n\nThis EP features toe tapping rythms and catchy choruses with high intensity, in-your-face punk rock that brings back memories of the mid-80's punk and CrossOver scenes.",
21332134
"Year": 2020,
21342135
"ImageUrl": "https://anti-trust.rocks/Guilty-Cover.png",
21352136
"AmazonUrl": "https://store.west-wind.com/product/order/antitrust_guilty",
@@ -2138,7 +2139,7 @@
21382139
"Artist": {
21392140
"Id": 33,
21402141
"ArtistName": "Anti-Trust",
2141-
"Description": "Anti-Trust is a side project by ex-Attitude Adjustment members Chris Kontos and Rick Strahl. This collaboration produced a handful of songs that were garage recorded in Oakland, CA and Maui, HI in 2001 and 2002. The music features old school hardcore and metal cross over, driven by catchy guitar driven rythms and catchy choruses with an overall edgy sound.",
2142+
"Description": "Anti-Trust is a side project by ex-Attitude Adjustment members Chris Kontos, Rick Strahl and Andy Andersen. \nThis collaboration produced a handful of songs that were garage recorded in Oakland, CA and Maui, HI in 2001 and 2002 by Rick and Chris. Several additional songs were recorded in late 2020 and early 2021 which resulted in a the songs being officially put out and released online and in album form.\n\nAnti-Trust's music features diverse influences from old school hardcore punk rock, metal cross over and NWOFBHM, all driven by heavy guitar rhythms and catchy choruses with a unique and edgy sound.",
21422143
"ImageUrl": "https://anti-trust.rocks/images/Photo6.jpg",
21432144
"AmazonUrl": "https://anti-trust.rocks"
21442145
},
@@ -2222,6 +2223,30 @@
22222223
"Length": "3:00",
22232224
"Bytes": 0,
22242225
"UnitPrice": 0.00
2226+
},
2227+
{
2228+
"Id": 467,
2229+
"AlbumId": 37,
2230+
"SongName": "Fear Factory",
2231+
"Length": "2.50",
2232+
"Bytes": 0,
2233+
"UnitPrice": 0.00
2234+
},
2235+
{
2236+
"Id": 468,
2237+
"AlbumId": 37,
2238+
"SongName": "Organized Crime (UK Subs)",
2239+
"Length": "2:40",
2240+
"Bytes": 0,
2241+
"UnitPrice": 0.00
2242+
},
2243+
{
2244+
"Id": 469,
2245+
"AlbumId": 37,
2246+
"SongName": "Protest the Possibilities (Discharge)",
2247+
"Length": "3:10",
2248+
"Bytes": 0,
2249+
"UnitPrice": 0.00
22252250
}
22262251
]
22272252
},

src/AlbumViewerNetCore/appsettings.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Data": {
3-
"useSqLite": "true",
3+
"useSqLite": "false",
44
"SqlServerConnectionString": "server=.;database=AlbumViewer;integrated security=true;MultipleActiveResultSets=true;App=AlbumViewer",
55
"xSqlServerConnectionString": "server=dev.west-wind.com;database=AlbumViewer;uid=albumviewer;pwd=rockon;MultipleActiveResultSets=true;App=AlbumViewer",
66
"LOCAL_SqlServerConnectionString": "server=.;database=AlbumViewer;integrated security=true;MultipleActiveResultSets=true;App=AlbumViewer",
@@ -10,7 +10,7 @@
1010
"applicationName": "AlbumViewer",
1111
"maxListItems": 15,
1212
"emailSettings": {
13-
"mailServer": "smtp.lvh2.com",
13+
"mailServer": "",
1414
"useTls": false,
1515
"senderAddress": "[email protected]",
1616
"senderName": "West Wind Technologies Administrator"

0 commit comments

Comments
 (0)