America A 200 Year Salute In Story And Song

Johnny Cash


2001
Rock

Failed to assess because com.google.gson.JsonIOException: java.net.SocketException: Connection reset

java.lang.RuntimeException: com.google.gson.JsonIOException: java.net.SocketException: Connection reset
	at com.elsten.util.function.MoreConsumers$ThrowingBiConsumer.accept(MoreConsumers.java:32)
	at java.base/java.util.stream.ReduceOps$4ReducingSink.accept(Unknown Source)
	at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
	at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source)
	at com.elsten.bliss.music.policy.AssessAndRemediateDriver.lambda$assessAndRemediate$cebf4a5b$1(AssessAndRemediateDriver.java:163)
	at io.vavr.control.Try.of(Try.java:75)
	at com.elsten.bliss.music.policy.AssessAndRemediateDriver.assessAndRemediate(AssessAndRemediateDriver.java:161)
	at com.elsten.bliss.music.policy.AssessAndRemediateDriver.apply(AssessAndRemediateDriver.java:154)
	at com.elsten.bliss.music.policy.ComplianceAssessorPolicyCommand.lambda$collectAssessmentResults$27d1f6c7$1(ComplianceAssessorPolicyCommand.java:57)
	at com.elsten.bliss.music.policy.ComplianceAssessorPolicyCommand.execute(ComplianceAssessorPolicyCommand.java:114)
	at com.elsten.bliss.music.policy.AssessmentAndRemediationStrategy.createComplianceContainer(AssessmentAndRemediationStrategy.java:96)
	at com.elsten.bliss.music.policy.AssessmentAndRemediationStrategy$RemediatingAssessmentAndRemediationStrategy.execute(AssessmentAndRemediationStrategy.java:63)
	at com.elsten.bliss.music.conceptual.model.AlbumComplianceUpdate.execute(AlbumComplianceUpdate.java:86)
	at com.elsten.bliss.music.policy2.PerFixLicensedPolicyCommandExecutor.executeCommand(PerFixLicensedPolicyCommandExecutor.java:162)
	at jdk.internal.reflect.GeneratedMethodAccessor113.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50)
	at com.sun.proxy.$Proxy16.executeCommand(Unknown Source)
	at com.elsten.bliss.music.policy.ExecutePoliciesAndWriteCompliancyFlowable.lambda$executeAssessmentStoreResults$19(ExecutePoliciesAndWriteCompliancyFlowable.java:173)
	at com.elsten.rxjava.RxJavaPipelineStages$Guard.executeIfProceedable(RxJavaPipelineStages.java:51)
	at com.elsten.bliss.music.policy.ExecutePoliciesAndWriteCompliancyFlowable.lambda$executeAssessmentStoreResults$21(ExecutePoliciesAndWriteCompliancyFlowable.java:172)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:114)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:122)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:281)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:650)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap$MapSubscriber.onNext(FlowableMap.java:69)
	at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55)
	at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.request(BasicFuseableSubscriber.java:153)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onSubscribe(FlowableFlatMap.java:643)
	at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onSubscribe(BasicFuseableSubscriber.java:67)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34)
	at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15259)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38)
	at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15259)
	at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15205)
	at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:162)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:122)
	at io.reactivex.rxjava3.internal.operators.parallel.ParallelRunOn$RunOnSubscriber.run(ParallelRunOn.java:273)
	at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:65)
	at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:56)
	at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: com.google.gson.JsonIOException: java.net.SocketException: Connection reset
	at com.google.gson.internal.Streams.parse(Streams.java:62)
	at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65)
	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131)
	at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222)
	at com.google.gson.Gson.fromJson(Gson.java:932)
	at com.onemusicapi.Query.fromJson$1(Query.scala:98)
	at com.onemusicapi.Query.readNextOption$1(Query.scala:100)
	at com.onemusicapi.Query.$anonfun$execute$1(Query.scala:115)
	at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:658)
	at scala.util.Success.$anonfun$map$1(Try.scala:255)
	at scala.util.Success.map(Try.scala:213)
	at scala.concurrent.Future.$anonfun$map$1(Future.scala:292)
	at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33)
	at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33)
	at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64)
	at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source)
	at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
Caused by: java.net.SocketException: Connection reset
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.readFully(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at java.base/java.io.BufferedInputStream.fill(Unknown Source)
	at java.base/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base/java.io.BufferedInputStream.read(Unknown Source)
	at java.base/sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source)
	at java.base/sun.net.www.http.ChunkedInputStream.read(Unknown Source)
	at java.base/java.io.FilterInputStream.read(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base/java.io.InputStreamReader.read(Unknown Source)
	at com.google.gson.stream.JsonReader.fillBuffer(JsonReader.java:1291)
	at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1031)
	at com.google.gson.stream.JsonReader.nextString(JsonReader.java:816)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:702)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:723)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:715)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:723)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:715)
	at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:698)
	at com.google.gson.internal.Streams.parse(Streams.java:48)
	... 20 more
Cancel

Tracks

Loading...
Southwestward
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/07 - Southwestward.flac
The Big Battle
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/17 - The Big Battle.flac
A Proud Land
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/16 - A Proud Land.flac
The Road To Kaintuck
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/04 - The Road to Kaintuck.flac
The Gettysburg Address
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/11 - The Gettysburg Address.flac
Opening Dialogue
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/01 - Opening Dialogue.flac
Begin West Movement
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/03 - Begin West Movement.flac
To The Shining Mountains
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/05 - To the Shining Mountains.flac
The Battle Of New Orleans
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/06 - The Battle of New Orleans.flac
Big Foot
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/13 - Big Foot.flac
Paul Revere
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/02 - Paul Revere.flac
Reaching For The Stars
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/20 - Reaching for the Stars.flac
Opening The West
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/09 - Opening the West.flac
These Are My People
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/21 - These Are My People.flac
The West
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/12 - The West.flac
Lorena
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/10 - Lorena.flac
Come Take A Trip In My Airship
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/19 - Come Take a Trip in My Airship.flac
On Wheels And Wings
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/18 - On Wheels and Wings.flac
Like A Young Colt
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/14 - Like a Young Colt.flac
Remember The Alamo
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/08 - Remember the Alamo.flac
Mister Garfield
  • This file for this track does not exist: Johnny Cash/America A 200-Year Salute in Story and Song/15 - Mister Garfield.flac

Common tags

All tags

Raw tags written in monospace font represent the raw field name inside the music file. Abstract tag names written in sans serif font write to the commonly accepted (de facto) fields for said data (for example, Album Artist will write to TPE2 in ID3 tags).

 Compliance

The Compliance panel shows the current assessment bliss has made for this album, given the rules that apply to it.

An album is compliant if it obeys the rules defined in the settings page.

In addition, aspects of compliance can be ignored. This can be useful for rules that you know can never be obeyed for this album, or simply a special case.

 History

The History panel shows recent activity for this album. Typically this includes assessments, which may end in a conclusion of compliant or non-compliant, or details of changes made to an album.

An album is compliant if it obeys the rules defined in the settings page.

Work in progress We're trying hard to ensure we communicate as much as possible about the work done on albums. Let us know what you think!

 
Assessing America A 200 Year Salute In Story And Song by Johnny Cash
 
Assessing file locations for America A 200 Year Salute In Story And Song by Johnny Cash
 
File paths are noncompliant
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/07 - Southwestward.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/07 - Southwestward.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/17 - The Big Battle.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/17 - The_Big_Battle.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/16 - A Proud Land.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/16 - A_Proud_Land.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/04 - The Road to Kaintuck.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/04 - The_Road_To_Kaintuck.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/11 - The Gettysburg Address.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/11 - The_Gettysburg_Address.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/01 - Opening Dialogue.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/01 - Opening_Dialogue.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/03 - Begin West Movement.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/03 - Begin_West_Movement.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/05 - To the Shining Mountains.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/05 - To_The_Shining_Mountains.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/06 - The Battle of New Orleans.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/06 - The_Battle_Of_New_Orleans.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/13 - Big Foot.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/13 - Big_Foot.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/02 - Paul Revere.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/02 - Paul_Revere.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/20 - Reaching for the Stars.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/20 - Reaching_For_The_Stars.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/09 - Opening the West.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/09 - Opening_The_West.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/21 - These Are My People.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/21 - These_Are_My_People.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/12 - The West.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/12 - The_West.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/10 - Lorena.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/10 - Lorena.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/19 - Come Take a Trip in My Airship.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/19 - Come_Take_A_Trip_In_My_Airship.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/18 - On Wheels and Wings.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/18 - On_Wheels_And_Wings.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/14 - Like a Young Colt.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/14 - Like_A_Young_Colt.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/08 - Remember the Alamo.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/08 - Remember_The_Alamo.flac
 
Moving Johnny Cash/America A 200-Year Salute in Story and Song/15 - Mister Garfield.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/15 - Mister_Garfield.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/07 - Southwestward.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/07 - Southwestward.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/17 - The Big Battle.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/17 - The_Big_Battle.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/16 - A Proud Land.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/16 - A_Proud_Land.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/04 - The Road to Kaintuck.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/04 - The_Road_To_Kaintuck.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/11 - The Gettysburg Address.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/11 - The_Gettysburg_Address.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/01 - Opening Dialogue.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/01 - Opening_Dialogue.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/03 - Begin West Movement.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/03 - Begin_West_Movement.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/05 - To the Shining Mountains.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/05 - To_The_Shining_Mountains.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/06 - The Battle of New Orleans.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/06 - The_Battle_Of_New_Orleans.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/13 - Big Foot.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/13 - Big_Foot.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/02 - Paul Revere.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/02 - Paul_Revere.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/20 - Reaching for the Stars.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/20 - Reaching_For_The_Stars.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/09 - Opening the West.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/09 - Opening_The_West.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/21 - These Are My People.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/21 - These_Are_My_People.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/12 - The West.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/12 - The_West.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/10 - Lorena.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/10 - Lorena.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/19 - Come Take a Trip in My Airship.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/19 - Come_Take_A_Trip_In_My_Airship.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/18 - On Wheels and Wings.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/18 - On_Wheels_And_Wings.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/14 - Like a Young Colt.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/14 - Like_A_Young_Colt.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/08 - Remember the Alamo.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/08 - Remember_The_Alamo.flac
 
Moved Johnny Cash/America A 200-Year Salute in Story and Song/15 - Mister Garfield.flac to Johnny_Cash/America_A_200_Year_Salute_In_Story_And_Song/15 - Mister_Garfield.flac
 
Assessing file locations for America A 200 Year Salute In Story And Song by Johnny Cash
 
File paths are compliant
 
Assessing file locations for America A 200 Year Salute In Story And Song by Johnny Cash
 
File paths are compliant
 
Embedded art is missing.
 
Image file is missing.
 
Updating cover art to https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 because missing
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
Installed https://bliss2.onemusicapi.com:443/20170808/images/discogs/19333894/1625099332-3030 at:
 
java.lang.RuntimeException: com.google.gson.JsonIOException: java.net.SocketException: Connection reset at com.elsten.util.function.MoreConsumers$ThrowingBiConsumer.accept(MoreConsumers.java:32) at java.base/java.util.stream.ReduceOps$4ReducingSink.accept(Unknown Source) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.collect(Unknown Source) at com.elsten.bliss.music.policy.AssessAndRemediateDriver.lambda$assessAndRemediate$cebf4a5b$1(AssessAndRemediateDriver.java:163) at io.vavr.control.Try.of(Try.java:75) at com.elsten.bliss.music.policy.AssessAndRemediateDriver.assessAndRemediate(AssessAndRemediateDriver.java:161) at com.elsten.bliss.music.policy.AssessAndRemediateDriver.apply(AssessAndRemediateDriver.java:154) at com.elsten.bliss.music.policy.ComplianceAssessorPolicyCommand.lambda$collectAssessmentResults$27d1f6c7$1(ComplianceAssessorPolicyCommand.java:57) at com.elsten.bliss.music.policy.ComplianceAssessorPolicyCommand.execute(ComplianceAssessorPolicyCommand.java:114) at com.elsten.bliss.music.policy.AssessmentAndRemediationStrategy.createComplianceContainer(AssessmentAndRemediationStrategy.java:96) at com.elsten.bliss.music.policy.AssessmentAndRemediationStrategy$RemediatingAssessmentAndRemediationStrategy.execute(AssessmentAndRemediationStrategy.java:63) at com.elsten.bliss.music.conceptual.model.AlbumComplianceUpdate.execute(AlbumComplianceUpdate.java:86) at com.elsten.bliss.music.policy2.PerFixLicensedPolicyCommandExecutor.executeCommand(PerFixLicensedPolicyCommandExecutor.java:162) at jdk.internal.reflect.GeneratedMethodAccessor113.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at com.google.inject.internal.DelegatingInvocationHandler.invoke(DelegatingInvocationHandler.java:50) at com.sun.proxy.$Proxy16.executeCommand(Unknown Source) at com.elsten.bliss.music.policy.ExecutePoliciesAndWriteCompliancyFlowable.lambda$executeAssessmentStoreResults$19(ExecutePoliciesAndWriteCompliancyFlowable.java:173) at com.elsten.rxjava.RxJavaPipelineStages$Guard.executeIfProceedable(RxJavaPipelineStages.java:51) at com.elsten.bliss.music.policy.ExecutePoliciesAndWriteCompliancyFlowable.lambda$executeAssessmentStoreResults$21(ExecutePoliciesAndWriteCompliancyFlowable.java:172) at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:114) at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:122) at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156) at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156) at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.tryEmit(FlowableFlatMap.java:281) at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onNext(FlowableFlatMap.java:650) at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap$MapSubscriber.onNext(FlowableMap.java:69) at io.reactivex.rxjava3.internal.subscriptions.ScalarSubscription.request(ScalarSubscription.java:55) at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.request(BasicFuseableSubscriber.java:153) at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$InnerSubscriber.onSubscribe(FlowableFlatMap.java:643) at io.reactivex.rxjava3.internal.subscribers.BasicFuseableSubscriber.onSubscribe(BasicFuseableSubscriber.java:67) at io.reactivex.rxjava3.internal.operators.flowable.FlowableJust.subscribeActual(FlowableJust.java:34) at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15259) at io.reactivex.rxjava3.internal.operators.flowable.FlowableMap.subscribeActual(FlowableMap.java:38) at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15259) at io.reactivex.rxjava3.core.Flowable.subscribe(Flowable.java:15205) at io.reactivex.rxjava3.internal.operators.flowable.FlowableFlatMap$MergeSubscriber.onNext(FlowableFlatMap.java:162) at io.reactivex.rxjava3.internal.operators.parallel.ParallelPeek$ParallelPeekSubscriber.onNext(ParallelPeek.java:156) at io.reactivex.rxjava3.internal.operators.parallel.ParallelMap$ParallelMapSubscriber.onNext(ParallelMap.java:122) at io.reactivex.rxjava3.internal.operators.parallel.ParallelRunOn$RunOnSubscriber.run(ParallelRunOn.java:273) at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.run(ScheduledRunnable.java:65) at io.reactivex.rxjava3.internal.schedulers.ScheduledRunnable.call(ScheduledRunnable.java:56) at java.base/java.util.concurrent.FutureTask.run(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: com.google.gson.JsonIOException: java.net.SocketException: Connection reset at com.google.gson.internal.Streams.parse(Streams.java:62) at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:65) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:131) at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:222) at com.google.gson.Gson.fromJson(Gson.java:932) at com.onemusicapi.Query.fromJson$1(Query.scala:98) at com.onemusicapi.Query.readNextOption$1(Query.scala:100) at com.onemusicapi.Query.$anonfun$execute$1(Query.scala:115) at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:658) at scala.util.Success.$anonfun$map$1(Try.scala:255) at scala.util.Success.map(Try.scala:213) at scala.concurrent.Future.$anonfun$map$1(Future.scala:292) at scala.concurrent.impl.Promise.liftedTree1$1(Promise.scala:33) at scala.concurrent.impl.Promise.$anonfun$transform$1(Promise.scala:33) at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:64) at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source) at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) Caused by: java.net.SocketException: Connection reset at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/java.net.SocketInputStream.read(Unknown Source) at java.base/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source) at java.base/sun.security.ssl.SSLSocketInputRecord.readFully(Unknown Source) at java.base/sun.security.ssl.SSLSocketInputRecord.decodeInputRecord(Unknown Source) at java.base/sun.security.ssl.SSLSocketInputRecord.decode(Unknown Source) at java.base/sun.security.ssl.SSLTransport.decode(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.decode(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source) at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source) at java.base/java.io.BufferedInputStream.fill(Unknown Source) at java.base/java.io.BufferedInputStream.read1(Unknown Source) at java.base/java.io.BufferedInputStream.read(Unknown Source) at java.base/sun.net.www.http.ChunkedInputStream.fastRead(Unknown Source) at java.base/sun.net.www.http.ChunkedInputStream.read(Unknown Source) at java.base/java.io.FilterInputStream.read(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.readBytes(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.implRead(Unknown Source) at java.base/sun.nio.cs.StreamDecoder.read(Unknown Source) at java.base/java.io.InputStreamReader.read(Unknown Source) at com.google.gson.stream.JsonReader.fillBuffer(JsonReader.java:1291) at com.google.gson.stream.JsonReader.nextQuotedValue(JsonReader.java:1031) at com.google.gson.stream.JsonReader.nextString(JsonReader.java:816) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:702) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:723) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:715) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:723) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:715) at com.google.gson.internal.bind.TypeAdapters$29.read(TypeAdapters.java:698) at com.google.gson.internal.Streams.parse(Streams.java:48) ... 20 more

 Linked releases

The Linked releases panel lists the releases bliss has matched this album to in online databases. These releases are the ones bliss uses to populate cover art and metadata.

You'll typically notice many releases for the same album. That's because any album often has multiple "releases", in different countries, across different years, on different formats and more. Metadata can change from release to release, for example the cover art can often be different country-to-country.

Releases are either linked or unlinked. Linked releases are used to contribute information and cover art that are used by bliss's rules. Unlinked releases are not used for this purpose. Unlinked releases appear "greyed out".

Releases are linked by default when the album is first queried - all releases with a certainty above 85.0% are linked. Subsequently, you can link/unlink releases manually. These are explicit linked releases.

Note Currently the list is populated after bliss has had to make its first query. If bliss hasn't had to do this, the list will be empty.

America - A 200-Year Salute In Story And Song
2001 CD Certainty: 100%
View
America - A 200-Year Salute In Story And Song
2001 CD Certainty: 100%
View
America - A 200-Year Salute In Story And Song
2001-12-11 CD Certainty: 100%
View
America: A 200-Year Salute in Story and Song
remaster
2001-12-11 CD Certainty: 100%
View
America: A 200‐Year Salute in Story & Song
Digital Media [Worldwide] Certainty: 100%
View
America - A 200-Year Salute In Story And Song
1972 Reel-To-Reel Certainty: 100%
View
The Complete Columbia Album Collection
2012-12-04 CD, HDCD Certainty: 95%
View
America (A 200-Year Salute In Story And Song)
CD Certainty: 95%
View
America - A 200-Year Salute In Story And Song
2001-12-11 CD Certainty: 95%
View
America (A 200-Year Salute In Story And Song)
2001-12-11 CD Certainty: 95%
View
America: A 200-Year Salute in Story and Song
1972 12" Vinyl Certainty: 95%
View
The Collection: Presenting 3 Original Album Classics
2004 CD Certainty: 92%
View
The Complete Columbia Album Collection
2012 Certainty: 90%
View
America A 200 - Year Salute In Story and Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
2001 CD Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America: A 200 Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
1972 Vinyl Certainty: 89%
View
America - A 200-Year Salute In Story And Song
Vinyl Certainty: 84%
View
America: A 200 Year Salute In Story And Song
1972 Cassette Certainty: 84%
View
America - A 200-Year Salute In Story And Song
1972 Cassette Certainty: 84%
View
America - A 200-Year Salute In Story And Song
1972 Cassette Certainty: 84%
View
The Collection
2004 Certainty: 81%
View
The Collection
2004 Certainty: 81%
View
The Collection
2004 CD Certainty: 81%
View
America - A 200-Year Salute In Story And Song
Cassette Certainty: 60%
View
America A 200-Year Salute In Story And Song
8-Track Cartridge Certainty: 59%
View
America A 200-Year Salute In Story And Song
1972 8-Track Cartridge Certainty: 59%
View
America: A 200 Year Salute In Story And Song
1972 8-Track Cartridge Certainty: 59%
View

Cover art

File paths