Folgende Warnungen sind aufgetreten: | |||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.24 (Linux)
|
FM Default Radio Station - Druckversion +- RasPiCar Projekt Forum (https://RasPiCarProjekt.de) +-- Forum: Hardware (https://RasPiCarProjekt.de/forumdisplay.php?fid=5) +--- Forum: FM / DAB (+) / DVB-T (https://RasPiCarProjekt.de/forumdisplay.php?fid=13) +--- Thema: FM Default Radio Station (/showthread.php?tid=785) |
Default Radio Station - Albino_Hedgehog - 02.04.2016 I apologise in advance as I am writing this in English, as I do not speak/read German too well. I am wondering if it possible to change the radio frequencies using the touch screen. Whenever I touch the ones on the right hand side they do not seem to activate despite scrolling their full name. Is there away I can either browse different frequencies via touch screen, or change the defaults in the code? Thanks RE: Default Radio Station - cbrauweiler - 03.04.2016 As i told you via private message...your usb dab device is not managable with the default radio plugin. it works only with the fm adapter in the tutorial. If u want to use your usb device u have to build a plugin that can manage your device. Maybe your device is handeled by some kind of bash commands you can make a plugin that runs these commands. RE: Default Radio Station - Albino_Hedgehog - 03.04.2016 Sorry, I didn't understand your PM, How would I go about building a plugin? or what adapter would be the correct one to use? RE: Default Radio Station - cbrauweiler - 03.04.2016 This is the breakout board that works fine: http://www.ebay.de/itm/181431976283?ssPageName=STRK:MEWNX:IT&_trksid=p3984.m1439.l2649 To develope a plugin for kodi u can read this wiki: http://kodi.wiki/view/Add-on_development |