Disable All Advertising
Image
EAN-134260415080097   EAN-13 barcode 4260415080097
Product NameBrahms Cycle [Blu-ray]
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B016L1L48I
Price New45.88 US Dollars    (curriencies)
Price Used50.06 US Dollars    (curriencies)
RatingG - General Audiences
IMDbNot on IMDb
Run Time389 minutes
Aspect Ratio1.78:1
CastCleveland Orchestra
Run Time389 minutes
Width5.53 inches    (convert)
Height1.46 inches    (convert)
Length7 inches    (convert)
Weight74 hundredths pounds    (convert)
BindingBlu-ray
FormatClassical, Dolby, Import, NTSC, Widescreen
Run Time389 minutes
Long DescriptionThe Cleveland Orchestra is the aristocrat among American orchestras (The Telegraph) and its sovereign, Franz Welser-Möst, rules his subjects with a velvet glove. Indeed, velvet and silk keep showing up in descriptions of the Clevelanders sound under its principal conductor. It is Welser-Möst s nimble alternation between smoothness and a sound that s as sharp-edged as a skyscraper (The Telegraph after the Brahms First at the orchestra s London Proms concert). That keeps the ensemble and the audience figuratively on its toes. This collection features performances of works by Brahms, including all four symphonies, Piano Concertos Nos. 1 and 2, Violin Concerto in D Major, and others. The capable soloists featured on the recording are pianist Yefim Bronfman and violinist Julia Fischer.
Similar Items5425008378053: Mahler Symphonies Nos.1-10
4260415080288: Brahms A German Requiem
4260234831368: Mahler Symphony No. 8 - Lucerne Festival Orchestra
4260234830897: Beethoven & Mendelssohn Violin Concertos
3149020905104: Rameau: Dardanus
0889853696796: Liszt Piano Concerto No. 2 In A Maj Or, S 125 & Beethoven Piano Concert O No. 1 In C Major, Op. 15
0888837371520: George Szell Conducts Beethoven Symphoni
0888751301924: Volodos Plays Brahms
0886919757828: Beethoven: Complete String Quartets
0880242614889: Europakonzert 2016
0880242585745: Abbado Conducts Mahler Symphonies 1-7 [Blu-Ray]
0814337010898: Beethoven Piano Concertos
0807280753691: Mariss Jansons - The Beethoven Symphonies
0094633858695: Alban Berg Quartet Beethoven String Quartets, Vol. 2
0028947973379: Mendelssohn: Symphonies 1-5 [3 CD]
Created07-16-2018 3:31:55am
Modified10-21-2018 7:55:08am
MD573ac1adf89e0edf041e48d7bf5c14b7b
SHA25601908bf0cb10a9d8f9d47ca47cd0bd5820086e5598490fad3bd94afe43a7c7f3
Search Googleby EAN or by Title
Query Time0.0249610

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.