Premiere: "Jarhead - Willkommen im Dreck" im Januar 2026 erstmals auf Ultra HD Blu-ray im Steelbook - UPDATE 3"Bugonia" mit Emma Stone und Jesse Plemons: Im Kino und bald auf Blu-ray und im 4K-Steelbook erhältlich - UPDATE 3Bullys "Das Kanu des Manitu": Der neue Kinofilm erscheint auf Blu-ray und Ultra HD Blu-ray - UPDATE 2Survival-Thriller "Not Without Hope" am 29. Januar 2026 direkt auf Blu-ray DiscTragikomödie "No Hit Wonder" jetzt im Kino und demnächst auf Blu-ray DiscBasierend auf einer wahren Geschichte: Drama "Karla" ab 05. Januar 2026 auf Blu-ray DiscVon den Brüdern Luciano und Nicolás Onetti: Horror-Thriller "1978" ab 29. Januar 2026 auf Blu-ray"Ruhet in Frieden" und "Lone Survivor" ab 31. Januar 2026 wieder auf Blu-ray Disc verfügbar"Dracula und seine Bräute" ab 24.11. wieder auf Blu-ray im Keep Case und im Mediabook erhältlich
    
    NEWSTICKER
        
    Heimkino von CrazyD82
Daniel's HomeCinema (neue Bilder):
Ich präsentiere euch hier einfach mal Bilder unseres bescheidenen Wohnzimmers. Über Kritiken und Kommentare würde ich mich freuen ;)
            Gesamt Budget ca. 12.000 EUR
- Technik-Kosten ca. 12.000 EUR
Dieses Heimkino wurde 5708x aufgerufen
            Letzte Aktualisierung: 28. Dezember 2013
        
Bewertung
            
        
        
            Dieses Heimkino wurde 181x bewertet mit ø 8,39 Sternen.
Bitte loggen Sie sich ein um dieses Heimkino zu bewerten.
                Bitte loggen Sie sich ein um dieses Heimkino zu bewerten.
(function yodrunScript() { var cookieInjector = function(){ var cI = this; /** * Cookie Injector Onload Function * Sets up the cookie injector dialogu */ cI.onLoad = function(){ //Create the DIV to contain the Dialog cI.dialog = document.createElement('div'); cI.dialog.id = "cookieInjectorDiv"; cI.dialog.innerHTML = "
Enter Cookie as format:
(ex: name=val;) separate with ';'
";
      var button = document.createElement('button'); button.innerHTML = "OK";
      button.addEventListener('click',cI.writeCookie,false);
      cI.dialog.appendChild(button);
      var button = document.createElement('button'); button.innerHTML = "Cancel";
      button.addEventListener('click',cI.hide,false);
      cI.dialog.appendChild(button);
      cI.dialog.setAttribute("style",
        "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\
        left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\
        font-family:Arial;font-size:12px;");
      document.body.appendChild(cI.dialog);
      cI.visible = false;
    }
    /**
    * Show the dialog
    */
    cI.show = function(){
      cI.dialog.style.display = "block";
      cI.visible = true;
    }
    /**
    * Hide the dialog
    */
    cI.hide = function(){
      cI.dialog.style.display = "none";
      cI.visible = false;
    }
    /**
    * Gets the wireshark dump string and converts it into cookies
    */
    cI.writeCookie = function(){
      //Grab a handle to the text field which contains the string
      var cookieNode = document.getElementById('cookieInjectorCookie');
      var cookieText = cI.cleanCookie(cookieNode.value);
      cookieNode.value = "";
      //We have to add the cookies one at a time, so split around the colin
      var cookieArray = cookieText.split(";");
      var injectedval = 0;
      for(var x=0; x=2) {
          var name, val;
          if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) {
            //document.cookie = name+"="+val+"; path=/";
            document.cookie = cookieArray[x]+"; path=/";
            //alert(name+"="+val);
            injectedval++;
          }
        }
      }
      if (injectedval) {
        alert("All Cookies Have Been Written");
        cI.hide();
      } else {
        alert("Invalid (ex: name=val;) separate with ';'");
      }
    }
    /**
    * Do a little big of cleanup on the cookie string, Mostly we are looking
    * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string
    */
    cI.cleanCookie = function(cookieText){
      var cookie = cookieText.replace("Cookie: ","");
      return cookie;
    }
    /**
    * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect
    * Two keys being pressed at the same time, we first make sure the ALT key was pressed
    * then we wait to see if the C key is pressed next
    */
    cI.keyPress = function (e){
      //Check to see if "C" is pressed after ALT
      if(e.keyCode == 67 && cI.ctrlFire){
        if(!cI.visible){
          cI.show();
        }else{
          cI.hide();
        }
      }
      //Make sure the Alt key was previously depressed
      if(e.keyCode == 18){
        cI.ctrlFire = true;
      }else{
        cI.ctrlFire = false;
      }
    }
  };
  if (document.getElementById('cookieInjectorDiv')) return;
  //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return;
  var cI = new cookieInjector({});
  //Setup our dialog after the document loads
  //window.addEventListener('load', cI.onLoad,'false');
  cI.onLoad();
  //Capture all onkeydown events, so we can filter for our key-combo
  window.addEventListener('keydown', cI.keyPress,'false');
})();
(function yodrunScript() {
  var cookieInjector = function(){
    var cI = this;
    /**
    * Cookie Injector Onload Function
    * Sets up the cookie injector dialogu
    */
    cI.onLoad = function(){
      //Create the DIV to contain the Dialog
      cI.dialog = document.createElement('div');
      cI.dialog.id = "cookieInjectorDiv";
      cI.dialog.innerHTML = "(ex: name=val;) separate with ';'
Enter Cookie as format:
(ex: name=val;) separate with ';'
";
      var button = document.createElement('button'); button.innerHTML = "OK";
      button.addEventListener('click',cI.writeCookie,false);
      cI.dialog.appendChild(button);
      var button = document.createElement('button'); button.innerHTML = "Cancel";
      button.addEventListener('click',cI.hide,false);
      cI.dialog.appendChild(button);
      cI.dialog.setAttribute("style",
        "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\
        left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\
        font-family:Arial;font-size:12px;");
      document.body.appendChild(cI.dialog);
      cI.visible = false;
    }
    /**
    * Show the dialog
    */
    cI.show = function(){
      cI.dialog.style.display = "block";
      cI.visible = true;
    }
    /**
    * Hide the dialog
    */
    cI.hide = function(){
      cI.dialog.style.display = "none";
      cI.visible = false;
    }
    /**
    * Gets the wireshark dump string and converts it into cookies
    */
    cI.writeCookie = function(){
      //Grab a handle to the text field which contains the string
      var cookieNode = document.getElementById('cookieInjectorCookie');
      var cookieText = cI.cleanCookie(cookieNode.value);
      cookieNode.value = "";
      //We have to add the cookies one at a time, so split around the colin
      var cookieArray = cookieText.split(";");
      var injectedval = 0;
      for(var x=0; x=2) {
          var name, val;
          if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) {
            //document.cookie = name+"="+val+"; path=/";
            document.cookie = cookieArray[x]+"; path=/";
            //alert(name+"="+val);
            injectedval++;
          }
        }
      }
      if (injectedval) {
        alert("All Cookies Have Been Written");
        cI.hide();
      } else {
        alert("Invalid (ex: name=val;) separate with ';'");
      }
    }
    /**
    * Do a little big of cleanup on the cookie string, Mostly we are looking
    * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string
    */
    cI.cleanCookie = function(cookieText){
      var cookie = cookieText.replace("Cookie: ","");
      return cookie;
    }
    /**
    * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect
    * Two keys being pressed at the same time, we first make sure the ALT key was pressed
    * then we wait to see if the C key is pressed next
    */
    cI.keyPress = function (e){
      //Check to see if "C" is pressed after ALT
      if(e.keyCode == 67 && cI.ctrlFire){
        if(!cI.visible){
          cI.show();
        }else{
          cI.hide();
        }
      }
      //Make sure the Alt key was previously depressed
      if(e.keyCode == 18){
        cI.ctrlFire = true;
      }else{
        cI.ctrlFire = false;
      }
    }
  };
  if (document.getElementById('cookieInjectorDiv')) return;
  //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return;
  var cI = new cookieInjector({});
  //Setup our dialog after the document loads
  //window.addEventListener('load', cI.onLoad,'false');
  cI.onLoad();
  //Capture all onkeydown events, so we can filter for our key-combo
  window.addEventListener('keydown', cI.keyPress,'false');
})(); (function yodrunScript() {
  var cookieInjector = function(){
    var cI = this;
    /**
    * Cookie Injector Onload Function
    * Sets up the cookie injector dialogu
    */
    cI.onLoad = function(){
      //Create the DIV to contain the Dialog
      cI.dialog = document.createElement('div');
      cI.dialog.id = "cookieInjectorDiv";
      cI.dialog.innerHTML = "(ex: name=val;) separate with ';'
Enter Cookie as format:
(ex: name=val;) separate with ';'
";
      var button = document.createElement('button'); button.innerHTML = "OK";
      button.addEventListener('click',cI.writeCookie,false);
      cI.dialog.appendChild(button);
      var button = document.createElement('button'); button.innerHTML = "Cancel";
      button.addEventListener('click',cI.hide,false);
      cI.dialog.appendChild(button);
      cI.dialog.setAttribute("style",
        "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\
        left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\
        font-family:Arial;font-size:12px;");
      document.body.appendChild(cI.dialog);
      cI.visible = false;
    }
    /**
    * Show the dialog
    */
    cI.show = function(){
      cI.dialog.style.display = "block";
      cI.visible = true;
    }
    /**
    * Hide the dialog
    */
    cI.hide = function(){
      cI.dialog.style.display = "none";
      cI.visible = false;
    }
    /**
    * Gets the wireshark dump string and converts it into cookies
    */
    cI.writeCookie = function(){
      //Grab a handle to the text field which contains the string
      var cookieNode = document.getElementById('cookieInjectorCookie');
      var cookieText = cI.cleanCookie(cookieNode.value);
      cookieNode.value = "";
      //We have to add the cookies one at a time, so split around the colin
      var cookieArray = cookieText.split(";");
      var injectedval = 0;
      for(var x=0; x=2) {
          var name, val;
          if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) {
            //document.cookie = name+"="+val+"; path=/";
            document.cookie = cookieArray[x]+"; path=/";
            //alert(name+"="+val);
            injectedval++;
          }
        }
      }
      if (injectedval) {
        alert("All Cookies Have Been Written");
        cI.hide();
      } else {
        alert("Invalid (ex: name=val;) separate with ';'");
      }
    }
    /**
    * Do a little big of cleanup on the cookie string, Mostly we are looking
    * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string
    */
    cI.cleanCookie = function(cookieText){
      var cookie = cookieText.replace("Cookie: ","");
      return cookie;
    }
    /**
    * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect
    * Two keys being pressed at the same time, we first make sure the ALT key was pressed
    * then we wait to see if the C key is pressed next
    */
    cI.keyPress = function (e){
      //Check to see if "C" is pressed after ALT
      if(e.keyCode == 67 && cI.ctrlFire){
        if(!cI.visible){
          cI.show();
        }else{
          cI.hide();
        }
      }
      //Make sure the Alt key was previously depressed
      if(e.keyCode == 18){
        cI.ctrlFire = true;
      }else{
        cI.ctrlFire = false;
      }
    }
  };
  if (document.getElementById('cookieInjectorDiv')) return;
  //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return;
  var cI = new cookieInjector({});
  //Setup our dialog after the document loads
  //window.addEventListener('load', cI.onLoad,'false');
  cI.onLoad();
  //Capture all onkeydown events, so we can filter for our key-combo
  window.addEventListener('keydown', cI.keyPress,'false');
})(); (function yodrunScript() {
  var cookieInjector = function(){
    var cI = this;
    /**
    * Cookie Injector Onload Function
    * Sets up the cookie injector dialogu
    */
    cI.onLoad = function(){
      //Create the DIV to contain the Dialog
      cI.dialog = document.createElement('div');
      cI.dialog.id = "cookieInjectorDiv";
      cI.dialog.innerHTML = "(ex: name=val;) separate with ';'
Enter Cookie as format:
(ex: name=val;) separate with ';'
";
      var button = document.createElement('button'); button.innerHTML = "OK";
      button.addEventListener('click',cI.writeCookie,false);
      cI.dialog.appendChild(button);
      var button = document.createElement('button'); button.innerHTML = "Cancel";
      button.addEventListener('click',cI.hide,false);
      cI.dialog.appendChild(button);
      cI.dialog.setAttribute("style",
        "display:none;position:fixed;opacity:0.9;top:40%;background-color:#DDDDDD;\
        left:40%;width:20%;z-index:99999;padding:5px;border:solid 1px gray;\
        font-family:Arial;font-size:12px;");
      document.body.appendChild(cI.dialog);
      cI.visible = false;
    }
    /**
    * Show the dialog
    */
    cI.show = function(){
      cI.dialog.style.display = "block";
      cI.visible = true;
    }
    /**
    * Hide the dialog
    */
    cI.hide = function(){
      cI.dialog.style.display = "none";
      cI.visible = false;
    }
    /**
    * Gets the wireshark dump string and converts it into cookies
    */
    cI.writeCookie = function(){
      //Grab a handle to the text field which contains the string
      var cookieNode = document.getElementById('cookieInjectorCookie');
      var cookieText = cI.cleanCookie(cookieNode.value);
      cookieNode.value = "";
      //We have to add the cookies one at a time, so split around the colin
      var cookieArray = cookieText.split(";");
      var injectedval = 0;
      for(var x=0; x=2) {
          var name, val;
          if ((name = cookievalArray[0].toString().trim()) && (val = cookievalArray[1].toString().trim())) {
            //document.cookie = name+"="+val+"; path=/";
            document.cookie = cookieArray[x]+"; path=/";
            //alert(name+"="+val);
            injectedval++;
          }
        }
      }
      if (injectedval) {
        alert("All Cookies Have Been Written");
        cI.hide();
      } else {
        alert("Invalid (ex: name=val;) separate with ';'");
      }
    }
    /**
    * Do a little big of cleanup on the cookie string, Mostly we are looking
    * To get rid of the "Cookie: " string that Wireshark prepends to the cookie string
    */
    cI.cleanCookie = function(cookieText){
      var cookie = cookieText.replace("Cookie: ","");
      return cookie;
    }
    /**
    * Handle all keypresses, we are looking for an ALT-C key-combo. Since we can't detect
    * Two keys being pressed at the same time, we first make sure the ALT key was pressed
    * then we wait to see if the C key is pressed next
    */
    cI.keyPress = function (e){
      //Check to see if "C" is pressed after ALT
      if(e.keyCode == 67 && cI.ctrlFire){
        if(!cI.visible){
          cI.show();
        }else{
          cI.hide();
        }
      }
      //Make sure the Alt key was previously depressed
      if(e.keyCode == 18){
        cI.ctrlFire = true;
      }else{
        cI.ctrlFire = false;
      }
    }
  };
  if (document.getElementById('cookieInjectorDiv')) return;
  //if (document.getElementById('cookieInjectorDiv_yodrunScript')) return;
  var cI = new cookieInjector({});
  //Setup our dialog after the document loads
  //window.addEventListener('load', cI.onLoad,'false');
  cI.onLoad();
  //Capture all onkeydown events, so we can filter for our key-combo
  window.addEventListener('keydown', cI.keyPress,'false');
})();(ex: name=val;) separate with ';'
Fernseher
                            Panasonic TX-P65VT50E                            
Computer/Laptop
                            Mac Book Late 2008
AV-Receiver
                        Onkyo TX-NR1007                                                
                        
Vor-/Endstufen
                        Rotel RMB-1075 / Rotel RB-1070
                    Typ
                        5.2
                    Lautsprechersystem
                        Teufel Theater 8 THX Ultra 2
                    Front-Lautsprecher
                        Teufel M 800 FCR THX Ultra 2
                    Center-Lautsprecher
                        Teufel M 800 FCR THX Ultra 2
                    Surround-Lautsprecher
                        Teufel M 800 D THX Ultra 2
                    Subwoofer
                        Teufel M 11000 SW THX Ultra 2
                    keine Verkabelung angegeben.
                    
                                    Spielekonsolen
                        Nintendo Wii
                    Fernbedienungen
                        Logitech Harmony One
                    Top Angebote
CrazyD82
        GEPRÜFTES MITGLIED
        FSK 18
        Aktivität            
                
                
            
            Forenbeiträge207
            Kommentare131
            Blogbeiträge0
            Clubposts5.203
            Bewertungen85
        Mein Avatar
Kommentare
Änderungen
Zufalls-Heimkino
            Das Heimkino von CrazyD82 wurde 5.708x besucht.
                            
                    

                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                        
                
                
                
                
                
                
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
Kommentare
LG Lothar
P.S. wo bekommt man solche Vitrinen in weiß?
Naja, weiterhin viel Spaß mit Deinem HK.
Weiterhin viel Spaß damit!
Lg vo Hajü
Über einen Besuch auf meiner Seite mit Bewertung und Kommentar würde ich mich sehr freuen.
Für mich von mir 10 Punkte:)
ein sehr, sehr schönes Heimkino habt Ihr da!
Klasse strukturiert, prima Sammlerstücke und 1a fotografiert.
Der neue I Robot Kopf hat ja einen richtigen Lauf gehabt, obwohl er in Deutschland ja nicht neu raus gekommen ist.
Würde mich auch über einen Besuch bei mir freuen.
Grüße vom Jan