{"id":39883,"date":"2018-06-28T08:47:19","date_gmt":"2018-06-28T06:47:19","guid":{"rendered":"https:\/\/magazinnew.reichelt.de\/magazin\/uncategorized\/build-your-own-kodi-internet-radio-with-a-raspberry-pi-and-touchscreen\/"},"modified":"2023-10-10T08:07:46","modified_gmt":"2023-10-10T06:07:46","slug":"kodi-internet-radio","status":"publish","type":"post","link":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/","title":{"rendered":"Build your own KODI Internet radio with a Raspberry Pi and touchscreen"},"content":{"rendered":"\n<p>In our last <a href=\"https:\/\/www.reichelt.com\/magazin\/en\/2018\/05\/16\/media-raspberry-pi-kodi\/\">How-To<\/a>, we showed you how to setup KODI on the Raspberry Pi and how you can use it as a multimedia centre. In this How-To, we go one step further and show you how to build and configure your own KODI Internet radio with 7,000 channels and a touch display.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The project<\/h2>\n\n\n\n<span data-view=\"article\" data-artid=\"217696\" data-lang=\"de\"><\/span><strong>Level:<\/strong> Beginners with basic knowledge<\/p>\n\n\n\n<p><strong>Time required:<\/strong> approx. 1 hour<\/p>\n\n\n\n<p><strong>Budget:<\/strong> about \u00a380<\/p>\n\n\n\n<p><strong>What you need:<\/strong> 1x Raspberry Pi 3B+ Set, 5&#8243; Raspberry Pi Touch Display<\/p>\n\n\n\n<p><strong>Can be extended with:<\/strong> Any KODI Add-ons<\/p>\n\n\n\n<p><strong>You also need:<\/strong> PC keyboard, Internet connection<\/p>\n\n\n\n<p><strong>Tip:<\/strong> We have a suitable bundle for this project in our shop.<\/p>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Before you get started &#8211; The Operating System<\/h3>\n\n\n\n<p><span style=\"font-weight: 400;\"><span data-view=\"article\" data-artid=\"126587\" data-lang=\"de\"><\/span> <\/span>As with all Raspberry Pi (RPi) projects, we start by installing an operating system. To make installation as easy as possible and avoid unnecessarily complicated installation of driver software, Waveshare, the manufacturer of the display, provides a pre-configured Raspian image. You can download it <a href=\"https:\/\/www.waveshare.com\/wiki\/5inch_HDMI_LCD#Image\">here<\/a>. After downloading, unpack the image contained in the archive and copy it to a MicroSD card using a tool like Etcher.<\/p>\n\n\n\n<div style=\"height:1px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Start up and basic settings<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full wp-image-4285\"><a href=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-2.jpeg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"640\" height=\"385\" src=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-2.jpeg\" alt=\"Installing the display: Plug the display onto the GPIO pins\" class=\"wp-image-82228\" srcset=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-2.jpeg 640w, https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-2-300x180.jpeg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><figcaption class=\"wp-element-caption\">Installing the display: Plug the display onto the GPIO pins<\/figcaption><\/figure>\n\n\n\n<p>Next, install the display so that the two HDMI ports are on top of each other and terminate the GPIO pins. Insert the HDMI connector, connect a keyboard, insert the MicroSD card into the slot and connect your RPi to the power supply to start.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-image-4284\"><a href=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-3.png\"><img decoding=\"async\" width=\"640\" height=\"385\" src=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-3.png\" alt=\"Installing the display: Connect both HDMI ports to the HDMI port\" class=\"wp-image-82236\" srcset=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-3.png 640w, https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-3-300x180.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><\/a><figcaption class=\"wp-element-caption\">Installing the display: Connect both HDMI ports to the HDMI port<\/figcaption><\/figure>\n\n\n\n<p>Then connect the RPi to the Internet (via Ethernet or WiFi). Finally, we recommend changing the default password. You do this in the console with the command <strong>passwd<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing KODI and touch display setup<\/h2>\n\n\n\n<p>Now it&#8217;s time to install KODI. To do this, enter the following commands in the console:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt-get update\nsudo apt-get upgrade\nsudo apt-get install kodi\nsudo reboot<\/pre>\n\n\n\n<p>Now you can test KODI. However, the touch input will probably need some adjustments. Position the pen in the upper left corner, and you will see that some scaling is still necessary. To calibrate the display for KODI, close KODI, open a new console and enter the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano .kodi\/userdata\/advancedsettings.xml<\/pre>\n\n\n\n<p>This command opens a text editor with the specified file in the specified path. Insert the following lines and save them by pressing Ctrl + X.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;advancedsettings&gt;\n&lt;touchscreen&gt;\n&lt;x_offset&gt; -42 &lt;\/x_offset&gt;\n&lt;y_offset&gt; -36.16 &lt;\/y_offset&gt;\n&lt;x_stretch_factor&gt; 0.21639 &lt;\/x_stretch_factor&gt;\n&lt;y_stretch_factor&gt; 0.1325 &lt;\/y_stretch_factor&gt;\n&lt;touch_mouse&gt;0&lt;\/touch_mouse&gt;\n&lt;touch_confines&gt;8&lt;\/touch_confines&gt;\n&lt;\/touchscreen&gt;\n&lt;\/advancedsettings&gt;\n<\/pre>\n\n\n\n<p>When you restart KODI, the display and touch input should be perfectly calibrated and you can start setting up your KODI internet radio.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Configure touch and sound on KODI internet radio<\/h2>\n\n\n\n<p>The most important thing now is to configure the user interface for touch input (until then, use the arrow keys on the keyboard, backspace, Enter and Esc to navigate). Now go to Interfacesettings\/Skins in the settings and select <strong>Estouchy<\/strong>. Now you have a back button, and by clicking on the KODI logo, you get to the start screen. Stay in the interface settings to select your preferred language under <strong>Regional<\/strong>.<\/p>\n\n\n\n<p>Now it goes to the system settings. Select <strong>Pi:Analogue<\/strong> as the audio output device. Also check directly whether mouse and touchscreen support are activated in the input settings. If the audio output does not work later, enter the following command in the console:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">amixer -c 0 cset numid=3 1<\/pre>\n\n\n\n<p>If this does not solve the problem, you can find more help <a href=\"https:\/\/elinux.org\/R-Pi_Troubleshooting#Sound\">here<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">7,000 stations &#8211; How to set up the Radio.net Add-On<\/h2>\n\n\n\n<p>Now it&#8217;s time to install the Radio Add-On. It gives you access to 7,000 international Internet radio stations and is really easy to install. Go to <em>Settings\/Addons\/Install Repository\/Music Add-Ons<\/em> and select Radio.net and click on install. To make it available directly on your home screen, go to <em>Settings\/User Interface\/Skins\/Skins configure\/Add-ons<\/em> on Home page and add your Radio.net Add-On for add-on link 1. Now start the add-on, browse through the huge selection and select a station to play on startup. As soon as your radio is running, quit KODI, start a console and open the log file with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/home\/pi\/.kodi\/temp\/kodi.log<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full wp-image-4281\"><img decoding=\"async\" width=\"640\" height=\"385\" src=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-4.png\" alt=\"Find the ID of your radio station in the Kodi log\" class=\"wp-image-82244\" srcset=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-4.png 640w, https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-4-300x180.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"wp-element-caption\">Find the ID of your radio station in the Kodi log<\/figcaption><\/figure>\n\n\n\n<p>Find an entry with <em>station id<\/em> at the end of the file and make a note of the number. In order for your radio station to start playing, create an autoplay file with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/home\/pi\/.kodi\/userdata\/autoexec.py<\/pre>\n\n\n\n<p>And save the following lines (replace xxxx with your station ID):<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">import xbmc\n\nxbmc.executebuiltin( \"PlayMedia(plugin:\/\/plugin.audio.radio_net\/station\/xxxx)\" )<\/pre>\n\n\n\n<p>Then it is important to make <strong>autoexec.py<\/strong> executable with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo chmod +X \/home\/pi\/.kodi\/userdata\/autoexec.py<\/pre>\n\n\n\n<p>Now that the radio starts automatically when you open KODI, you only need to start KODI automatically when you start the RPi. To do this, open the following file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">nano \/home\/pi\/.config\/lxsession\/LXDE-pi\/autostart<\/pre>\n\n\n\n<p>And add the entry <em>@kodi -fs<\/em> in a new line.<\/p>\n\n\n\n<p>When you restart your RPi, your KODI internet radio starts automatically on your favorite radio station, no matter where in the world you are!<\/p>\n\n\n\n<figure class=\"wp-block-image size-full wp-image-4282\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"385\" src=\"https:\/\/www.reichelt.de\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-5.png\" alt=\"Enjoy internet radio the way you like it\" class=\"wp-image-82252\" srcset=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-5.png 640w, https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Internetradio_Schritt-5-300x180.png 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"wp-element-caption\">Enjoy internet radio the way you like it<\/figcaption><\/figure>\n\n\n\n<p>Images: reichelt elektronik<\/p>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>In our last How-To, we showed you how to setup KODI on the Raspberry Pi and how you can use it as a multimedia centre. In this How-To, we go one step further and show you how to build and configure your own KODI Internet radio with 7,000 channels and a touch display. The project [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":82212,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6037],"tags":[3517,3694,3699,4690,4865,4866,3769,3871],"class_list":["post-39883","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-projects","tag-kodi","tag-radio","tag-raspberry-pi","tag-raspberry-pi-3b","tag-smart-project","tag-smart-speakers","tag-smart-home","tag-touchscreen"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.5 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to build a KODI Internet radio using Raspberry Pi<\/title>\n<meta name=\"description\" content=\"In this guide, we build a KODI internet radio for under \u00a380 using a Raspberry Pi, a touchsreen and an internet connection!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Follow these simple steps to build your own Internet radio with KODI and a touch display!\" \/>\n<meta property=\"og:description\" content=\"A touch display on your Raspberry Pi opens up many new possibilities. We show you how to build your own Internet radio with KODI and configure it according to your preferences. And this is just the beginning - with KODI there are no limits!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/\" \/>\n<meta property=\"og:site_name\" content=\"reichelt Magazin\" \/>\n<meta property=\"article:published_time\" content=\"2018-06-28T06:47:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-10-10T06:07:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1350\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Build your own KODI Internet radio with a Raspberry Pi and touchscreen\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/#\\\/schema\\\/person\\\/54edf009d7730dbe36a83d3e9948e08f\"},\"headline\":\"Build your own KODI Internet radio with a Raspberry Pi and touchscreen\",\"datePublished\":\"2018-06-28T06:47:19+00:00\",\"dateModified\":\"2023-10-10T06:07:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/\"},\"wordCount\":815,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Titel_Internetradio.png\",\"keywords\":[\"kodi\",\"Radio\",\"Raspberry Pi\",\"Raspberry Pi 3B+\",\"smart project\",\"smart speakers\",\"Smart-Home\",\"Touchscreen\"],\"articleSection\":[\"Projects\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/\",\"url\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/\",\"name\":\"How to build a KODI Internet radio using Raspberry Pi\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Titel_Internetradio.png\",\"datePublished\":\"2018-06-28T06:47:19+00:00\",\"dateModified\":\"2023-10-10T06:07:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/#\\\/schema\\\/person\\\/54edf009d7730dbe36a83d3e9948e08f\"},\"description\":\"In this guide, we build a KODI internet radio for under \u00a380 using a Raspberry Pi, a touchsreen and an internet connection!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Titel_Internetradio.png\",\"contentUrl\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/wp-content\\\/uploads\\\/2018\\\/06\\\/Titel_Internetradio.png\",\"width\":1350,\"height\":400,\"caption\":\"Bauen Sie Ihr eigenes Internetradio mit einem Raspberry Pi, Kodi und einem Touch Display\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/projects\\\/kodi-internet-radio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Build your own KODI Internet radio with a Raspberry Pi and touchscreen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/#website\",\"url\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/\",\"name\":\"reichelt Magazin\",\"description\":\"Das Technik Magazin\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.reichelt.de\\\/magazin\\\/#\\\/schema\\\/person\\\/54edf009d7730dbe36a83d3e9948e08f\",\"name\":\"admin\",\"sameAs\":[\"https:\\\/\\\/magazin.reichelt.de\\\/magazin\"],\"url\":\"https:\\\/\\\/www.reichelt.com\\\/magazin\\\/en\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to build a KODI Internet radio using Raspberry Pi","description":"In this guide, we build a KODI internet radio for under \u00a380 using a Raspberry Pi, a touchsreen and an internet connection!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/","og_locale":"en_US","og_type":"article","og_title":"Follow these simple steps to build your own Internet radio with KODI and a touch display!","og_description":"A touch display on your Raspberry Pi opens up many new possibilities. We show you how to build your own Internet radio with KODI and configure it according to your preferences. And this is just the beginning - with KODI there are no limits!","og_url":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/","og_site_name":"reichelt Magazin","article_published_time":"2018-06-28T06:47:19+00:00","article_modified_time":"2023-10-10T06:07:46+00:00","og_image":[{"width":1350,"height":400,"url":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_title":"Build your own KODI Internet radio with a Raspberry Pi and touchscreen","twitter_misc":{"Written by":"admin","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#article","isPartOf":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/"},"author":{"name":"admin","@id":"https:\/\/www.reichelt.de\/magazin\/#\/schema\/person\/54edf009d7730dbe36a83d3e9948e08f"},"headline":"Build your own KODI Internet radio with a Raspberry Pi and touchscreen","datePublished":"2018-06-28T06:47:19+00:00","dateModified":"2023-10-10T06:07:46+00:00","mainEntityOfPage":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/"},"wordCount":815,"commentCount":0,"image":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png","keywords":["kodi","Radio","Raspberry Pi","Raspberry Pi 3B+","smart project","smart speakers","Smart-Home","Touchscreen"],"articleSection":["Projects"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/","url":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/","name":"How to build a KODI Internet radio using Raspberry Pi","isPartOf":{"@id":"https:\/\/www.reichelt.de\/magazin\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#primaryimage"},"image":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#primaryimage"},"thumbnailUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png","datePublished":"2018-06-28T06:47:19+00:00","dateModified":"2023-10-10T06:07:46+00:00","author":{"@id":"https:\/\/www.reichelt.de\/magazin\/#\/schema\/person\/54edf009d7730dbe36a83d3e9948e08f"},"description":"In this guide, we build a KODI internet radio for under \u00a380 using a Raspberry Pi, a touchsreen and an internet connection!","breadcrumb":{"@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#primaryimage","url":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png","contentUrl":"https:\/\/www.reichelt.com\/magazin\/wp-content\/uploads\/2018\/06\/Titel_Internetradio.png","width":1350,"height":400,"caption":"Bauen Sie Ihr eigenes Internetradio mit einem Raspberry Pi, Kodi und einem Touch Display"},{"@type":"BreadcrumbList","@id":"https:\/\/www.reichelt.com\/magazin\/en\/projects\/kodi-internet-radio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.reichelt.com\/magazin\/en\/"},{"@type":"ListItem","position":2,"name":"Build your own KODI Internet radio with a Raspberry Pi and touchscreen"}]},{"@type":"WebSite","@id":"https:\/\/www.reichelt.de\/magazin\/#website","url":"https:\/\/www.reichelt.de\/magazin\/","name":"reichelt Magazin","description":"Das Technik Magazin","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.reichelt.de\/magazin\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.reichelt.de\/magazin\/#\/schema\/person\/54edf009d7730dbe36a83d3e9948e08f","name":"admin","sameAs":["https:\/\/magazin.reichelt.de\/magazin"],"url":"https:\/\/www.reichelt.com\/magazin\/en\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/39883","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/comments?post=39883"}],"version-history":[{"count":7,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/39883\/revisions"}],"predecessor-version":[{"id":89010,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/posts\/39883\/revisions\/89010"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/media\/82212"}],"wp:attachment":[{"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/media?parent=39883"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/categories?post=39883"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.reichelt.com\/magazin\/en\/wp-json\/wp\/v2\/tags?post=39883"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}