Folgende Warnungen sind aufgetreten: | ||||||||||||||||||||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 34 - File: global.php(961) : eval()'d code PHP 8.2.24 (Linux)
|
RadioFM 2.1.3 (Nextgen) - Druckversion +- RasPiCar Projekt Forum (https://RasPiCarProjekt.de) +-- Forum: Software (https://RasPiCarProjekt.de/forumdisplay.php?fid=4) +--- Forum: Kodi (https://RasPiCarProjekt.de/forumdisplay.php?fid=54) +---- Forum: Add-Ons (https://RasPiCarProjekt.de/forumdisplay.php?fid=55) +---- Thema: RadioFM 2.1.3 (Nextgen) (/showthread.php?tid=860) |
RE: RadioFM 2.1.3 (Nextgen) - cbrauweiler - 13.09.2017 u need the carpccontroller with config file. u can extract it from the zip file. its under /opt/carpc RE: RadioFM 2.1.3 (Nextgen) - Glidlock - 14.09.2017 Is anyone have try to recompile carpc controller in "step-by-step" image, to change basic settings of radio? RE: RadioFM 2.1.3 (Nextgen) - cbrauweiler - 14.09.2017 yes but it is difficult because of a missing file in the git and i didn`t found it anymore RE: RadioFM 2.1.3 (Nextgen) - Glidlock - 17.09.2017 (14.09.2017, 11:59)cbrauweiler schrieb: yes but it is difficult because of a missing file in the git and i didn`t found it anymore Here is the link on github https://github.com/aistodorescu/carpc-controller. I have trying recompile but didn't get result. Maybe, if you can explain me how to do this correctly, i will make a tutorial in *.pdf with images, or make video "How to recompile carpc controller". I think it will be interesting for many people on this forum. I saw the links on engineeringdiy.freeforums.org, trying recompile according description, but nothing work. RE: RadioFM 2.1.3 (Nextgen) - cbrauweiler - 18.09.2017 in the new version there is no need to recompile the controller because u can manage all settings within a kodi addon. how to recompile is discribed in the engineeringdiy forum. but u need a missing file from the kodi 15.2 libraries. RE: RadioFM 2.1.3 (Nextgen) - BadFrog - 26.09.2017 (15.05.2017, 21:30)awkeyexp schrieb:(15.05.2017, 21:25)BadFrog schrieb:Die Stationen werden in die Addon-Settings geschrieben und liegen dann im Ordner addon-data / plugin - es sollte aber nicht an der datei Manipuliert werden da sonst Probleme im Addon entstehen können(15.05.2017, 08:01)cbrauweiler schrieb: Das funktioniert nur mit dem original Radio Plugin, welches wir nicht mehr nutzen. Wir nutzen das hier von hawkeyexp und da werden die Stationen woanders gespeichertJop, so hatte ich es auch gelesen, aber ist der Speicherort bekannt, dann würde ich versuchen den einzulesen? Hallo, ich habe die Finger vom Addon gelassen, aber im EngineeringDIY (Original von KM5TZ) den für mich entscheidenden Hinweis gefunden und den Inhalt für meine Belange ganz leicht angepasst, den ich euch nicht vorenthalten möchte: Erstellt radio_config.py Code: sudo nano /opt/carpc/startup/radio_config.py mit folgendem Inhalt. Bei der Sleeptime könnt ihr ein wenig variieren. Ich lasse zusätzlich die Lautstärke erst herungeregelt um nicht jedes mal aus dem Auto zu kippen, wenn das Gerät startet. Code: import socket Als nächstes die Datei /opt/carpc/startup/StartCarPC_stage2 um folgenden Inhalt am Ende erweitern Code: # Set Radio freq and vol |