[GUIDE] Kodi on Volumio 2.x -> Install on a nonvolumio image

Oh wow, yeah I never used it like that :unamused:, ehm… good one, volume control should be Kodi’s concern, not Volumio. But I’m not sure all DAC’s are supported.

I use Kodi for viewing back tv (public channels) for example, and volume control is done by my amp (via Kodi over CEC -> HDMI). Sound is also over HDMI (pass-thru).

So in short, I have no idea how you can control your volume reliably. Sorry

yeah i was kind of interested whether its possible to control volume through software or not, as for instance with spotify plugin on Volumio there was same issue.
Nevertheless i think i’ve found one of the options for controlling volume. It what you suggested to use to control Kodi - android app. I used Yatse. Strangely it allows to control volume, but other sources such as web interface not. I wonder what is differently done there?

Thanks a lot for advices :wink: Finally i can create player i wanted . That includes and ability to listen radios, and lossless files and easy integration of spotify and youtube and tv broadcasting, and has Volumio sound quality.

Glad I could help :slight_smile: enjoy your system! If you have any questions/problems, just ask :wink:

Kodi 17.1 final seems out ! :wink:

Ok will look for an archive :slight_smile: (or do you know one :unamused:)

Unfortunately not: it seems on-the-edge distributions such as LibreELEC do compile Kodi from sources: have not tried reusing/adapting their recipe.

@Saiyato,
While investigating for possible Volumio user settings back-up/restore procedure (or plugin), I’ve been thinking about other Volumio plugins which may store plenty of custom data, such as…Kodi!
If I understand correctly, all Kodi stuff (settings, add-ons, etc) naturally go into /home/kodi/.kodi

How-about if Kodi plugin install.sh would create (if none pre-existing) a data sub-directory in /data/configuration/miscellanea/Kodi/, and then symlink /home/kodi/.kodi into it?
=> all Kodi data would go inside that plugin folder, and eventual back-up/restore procedure would nicely bring all Kodi data back effortlessly…

Quite useful for re-imaged updates, so that all Kodi environment can be saved and restored.
Makes sense?

First of all, thank you for the great work you have done. This was just what I was looking for for quite some time. The only issue I have is that Kodi won’t install any addons. It comes back with ā€œcan’t connect to the repositoryā€ Also it won’t install themes or download cover art. Network settings show up ok in kodi and my pi’s connectivity is ok too. I would suspect it to be a a permission issue but can’t find anything related to this in the log. The only permission related error is for udisk. Am I overlooking something? My most recent kodi log is attached. 15:27:45.389 T:1946386432 NOTICE: special://profile/ is mapped to: special://masterprofile/ 15:27:45.389 T:1946386432 NOTICE: ----------------------------------------------------------------------- 15:27:45.389 T:1946386432 NOTICE: Starting Kodi (17.1-RC2 Git:20170312-b2013fd-dirty). Platform: Linux ARM 32-bit 15:27:45.389 T:1946386432 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi) 15:27:45.389 T:1946386432 NOTICE: Kodi compiled Mar 12 2017 by GCC 4.9.2 for Linux ARM 32-bit version 3.16.7 (200711) 15:27:45.389 T:1946386432 NOTICE: Running on Raspbian GNU/Linux 8 (jessie), kernel: Linux ARM 32-bit version 4.4.9-v7+ 15:27:45.389 T:1946386432 NOTICE: FFmpeg version/source: ffmpeg-3.1-kodi 15:27:45.389 T:1946386432 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available 15:27:45.389 T:1946386432 NOTICE: ARM Features: Neon disabled 15:27:45.390 T:1946386432 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi 15:27:45.390 T:1946386432 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi 15:27:45.390 T:1946386432 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/arm-linux-gnueabihf/kodi/addons 15:27:45.390 T:1946386432 NOTICE: special://masterprofile/ is mapped to: /home/kodi/.kodi/userdata 15:27:45.390 T:1946386432 NOTICE: special://envhome/ is mapped to: /home/kodi 15:27:45.390 T:1946386432 NOTICE: special://home/ is mapped to: /home/kodi/.kodi 15:27:45.390 T:1946386432 NOTICE: special://temp/ is mapped to: /home/kodi/.kodi/temp 15:27:45.390 T:1946386432 NOTICE: special://logpath/ is mapped to: /home/kodi/.kodi/temp 15:27:45.390 T:1946386432 NOTICE: The executable running is: /usr/lib/arm-linux-gnueabihf/kodi/kodi.bin 15:27:45.390 T:1946386432 NOTICE: Local hostname: volumio 15:27:45.390 T:1946386432 NOTICE: Log File is located: /home/kodi/.kodi/temp//kodi.log 15:27:45.390 T:1946386432 NOTICE: ----------------------------------------------------------------------- 15:27:45.413 T:1946386432 ERROR: DBus: Error org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files 15:27:45.493 T:1946386432 NOTICE: load settings... 15:27:45.684 T:1946386432 NOTICE: Found 2 Lists of Devices 15:27:45.684 T:1946386432 NOTICE: Enumerated PI devices: 15:27:45.684 T:1946386432 NOTICE: Device 1 15:27:45.684 T:1946386432 NOTICE: m_deviceName : HDMI 15:27:45.685 T:1946386432 NOTICE: m_displayName : HDMI 15:27:45.685 T:1946386432 NOTICE: m_displayNameExtra: 15:27:45.685 T:1946386432 NOTICE: m_deviceType : AE_DEVTYPE_HDMI 15:27:45.685 T:1946386432 NOTICE: m_channels : FL,FR 15:27:45.685 T:1946386432 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000 15:27:45.685 T:1946386432 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW 15:27:45.685 T:1946386432 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512 15:27:45.685 T:1946386432 NOTICE: Device 2 15:27:45.685 T:1946386432 NOTICE: m_deviceName : Analogue 15:27:45.685 T:1946386432 NOTICE: m_displayName : Analogue 15:27:45.685 T:1946386432 NOTICE: m_displayNameExtra: 15:27:45.685 T:1946386432 NOTICE: m_deviceType : AE_DEVTYPE_PCM 15:27:45.685 T:1946386432 NOTICE: m_channels : FL,FR 15:27:45.685 T:1946386432 NOTICE: m_sampleRates : 48000 15:27:45.685 T:1946386432 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP 15:27:45.685 T:1946386432 NOTICE: m_streamTypes : No passthrough capabilities 15:27:45.685 T:1946386432 NOTICE: Device 3 15:27:45.686 T:1946386432 NOTICE: m_deviceName : Both 15:27:45.686 T:1946386432 NOTICE: m_displayName : HDMI and Analogue 15:27:45.686 T:1946386432 NOTICE: m_displayNameExtra: 15:27:45.686 T:1946386432 NOTICE: m_deviceType : AE_DEVTYPE_PCM 15:27:45.686 T:1946386432 NOTICE: m_channels : FL,FR 15:27:45.686 T:1946386432 NOTICE: m_sampleRates : 48000 15:27:45.686 T:1946386432 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP 15:27:45.686 T:1946386432 NOTICE: m_streamTypes : No passthrough capabilities 15:27:45.686 T:1946386432 NOTICE: Enumerated ALSA devices: 15:27:45.686 T:1946386432 NOTICE: Device 1 15:27:45.686 T:1946386432 NOTICE: m_deviceName : @ 15:27:45.686 T:1946386432 NOTICE: m_displayName : Default (bcm2835 ALSA bcm2835 ALSA) 15:27:45.686 T:1946386432 NOTICE: m_displayNameExtra: 15:27:45.686 T:1946386432 NOTICE: m_deviceType : AE_DEVTYPE_PCM 15:27:45.686 T:1946386432 NOTICE: m_channels : FL,FR 15:27:45.687 T:1946386432 NOTICE: m_sampleRates : 8000,11025,16000,22050,32000,44100,48000 15:27:45.687 T:1946386432 NOTICE: m_dataFormats : AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_U8 15:27:45.687 T:1946386432 NOTICE: m_streamTypes : No passthrough capabilities 15:27:45.717 T:1946386432 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml 15:27:45.717 T:1946386432 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are... <?xml version="1.0" encoding="UTF-8" ?> <advancedsettings> <fanartres>720</fanartres> <imageres>540</imageres> <video> <busydialogdelayms>750</busydialogdelayms> </video> <samba> <clienttimeout>30</clienttimeout> </samba> <cache> <memorysize>31457280</memorysize> </cache> </advancedsettings> 15:27:45.720 T:1946386432 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml) 15:27:45.720 T:1946386432 NOTICE: Default Video Player: VideoPlayer 15:27:45.720 T:1946386432 NOTICE: Default Audio Player: paplayer 15:27:45.720 T:1946386432 NOTICE: Disabled debug logging due to GUI setting. Level 0. 15:27:45.720 T:1946386432 NOTICE: Log level changed to "LOG_LEVEL_NORMAL" 15:27:45.720 T:1946386432 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml 15:27:45.723 T:1946386432 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml. 15:27:45.725 T:1946386432 NOTICE: Loaded playercorefactory configuration 15:27:45.725 T:1946386432 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml. 15:27:45.726 T:1946386432 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping. 17:27:45.795 T:1946386432 NOTICE: Running database version Addons27 17:27:46.085 T:1946386432 NOTICE: ADDONS: Using repository repository.xbmc.org 17:27:46.249 T:1946386432 ERROR: DBus: Error org.freedesktop.UDisks.Error.PermissionDenied - Not Authorized 17:27:46.315 T:1946386432 NOTICE: Raspberry PI firmware version: Mar 3 2017 13:42:34 Copyright (c) 2012 Broadcom version 9ae30f71c7ef4239e9d5b56346c0842f3ef56736 (clean) (release) 17:27:46.315 T:1946386432 NOTICE: ARM mem: 752MB GPU mem: 256MB MPG2:0 WVC1:0 17:27:46.315 T:1946386432 NOTICE: cache.memorysize: 30MB libass.cache: 0MB 17:27:46.316 T:1946386432 NOTICE: Config: arm_freq=1200 audio_pwm_mode=1 config_hdmi_boost=5 core_freq=400 desired_osc_freq=0x36ee80 disable_commandline_tags=2 disable_l2cache=1 disable_splash=1 force_eeprom_read=1 force_pwm_open=1 framebuffer_ignore_alpha=1 framebuffer_swap=1 gpu_freq=300 hdmi_force_cec_address=65535 hdmi_force_hotplug=1 init_uart_clock=0x2dc6c00 lcd_framerate=60 over_voltage_avs=0x10c8e over_voltage_avs_boost=0x10c8e overscan_bottom=48 overscan_left=48 overscan_right=48 overscan_top=48 pause_burst_frames=1 program_serial_random=1 ramfsaddr=-1 sdram_freq=450 temp_limit=85 17:27:46.316 T:1946386432 NOTICE: Config: device_tree=- ramfsfile=volumio.initrd 17:27:46.316 T:1946386432 NOTICE: InitWindowSystem: Using EGL Implementation: raspberrypi 17:27:46.319 T:1946386432 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 60.000000 Hz 17:27:46.319 T:1946386432 NOTICE: Found resolution 640 x 480 for display 0 with 640 x 480 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 800 x 600 for display 0 with 800 x 600 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1024 x 768 for display 0 with 1024 x 768 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1152 x 864 for display 0 with 1152 x 864 @ 75.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1280 x 1024 for display 0 with 1280 x 1024 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1360 x 768 for display 0 with 1360 x 768 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1360 x 768 for display 0 with 1360 x 768 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 720 x 480 for display 0 with 720 x 480 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 59.940063 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 60.000000 Hz 17:27:46.320 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 59.940063 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 720 x 576 for display 0 with 720 x 576 @ 50.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1280 x 720 for display 0 with 1280 x 720 @ 50.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 50.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 24.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 23.976025 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 25.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 30.000000 Hz 17:27:46.321 T:1946386432 NOTICE: Found resolution 1920 x 1080 for display 0 with 1920 x 1080 @ 29.970032 Hz 17:27:46.321 T:1946386432 NOTICE: Found (1920x1080@60.000000) at 31, setting to RES_DESKTOP at 16 17:27:46.321 T:1946386432 NOTICE: Checking resolution 16 17:27:46.502 T:1946386432 NOTICE: GL_VENDOR = Broadcom 17:27:46.503 T:1946386432 NOTICE: GL_RENDERER = VideoCore IV HW 17:27:46.503 T:1946386432 NOTICE: GL_VERSION = OpenGL ES 2.0 17:27:46.503 T:1946386432 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00 17:27:46.503 T:1946386432 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker 17:27:47.742 T:1926230960 NOTICE: Running database version Addons27 17:27:47.745 T:1926230960 NOTICE: Running database version ViewModes6 17:27:47.748 T:1926230960 NOTICE: Running database version Textures13 17:27:47.764 T:1818477488 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001) 17:27:47.765 T:1926230960 NOTICE: Running database version MyMusic60 17:27:47.784 T:1926230960 NOTICE: Running database version MyVideos107 17:27:47.789 T:1926230960 NOTICE: Running database version TV29 17:27:47.792 T:1926230960 NOTICE: Running database version Epg11 17:27:47.797 T:1946386432 NOTICE: start dvd mediatype detection 17:27:47.906 T:1946386432 WARNING: CSkinInfo: failed to load skin settings 17:27:48.575 T:1946386432 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList" 17:27:49.404 T:1946386432 NOTICE: initialize done 17:27:49.404 T:1946386432 NOTICE: Running the application... 17:27:49.420 T:1946386432 NOTICE: starting zeroconf publishing 17:27:49.422 T:1946386432 NOTICE: CWebServer[8080]: Started 17:27:49.422 T:1946386432 NOTICE: starting upnp client 17:27:49.479 T:1946386432 NOTICE: starting upnp renderer 17:27:49.501 T:1946386432 ERROR: JSONRPC Server: Failed to connect to sdpd 17:27:49.506 T:1623245744 NOTICE: ES: Starting UDP Event server on port 9777 17:27:49.507 T:1623245744 NOTICE: UDP: Listening on port 9777 (ipv6 : true) 17:27:49.598 T:1946386432 NOTICE: VideoPlayer: Opening: :0 17:27:49.598 T:1946386432 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 17:27:49.602 T:1596842928 NOTICE: Creating InputStream 17:27:49.605 T:1596842928 ERROR: CVideoPlayer::OpenInputStream - error opening [:0] 17:27:49.605 T:1596842928 NOTICE: CVideoPlayer::OnExit() 17:27:49.606 T:1946386432 ERROR: Playlist Player: skipping unplayable item: 0, path [:0] 17:27:49.678 T:1946386432 NOTICE: CVideoPlayer::CloseFile() 17:27:49.678 T:1946386432 NOTICE: VideoPlayer: waiting for threads to exit 17:27:49.678 T:1946386432 NOTICE: VideoPlayer: finished waiting 17:27:49.679 T:1946386432 NOTICE: VideoPlayer: Opening: tcp 17:27:49.682 T:1596842928 NOTICE: Creating InputStream 17:27:49.683 T:1596842928 ERROR: CVideoPlayer::OpenInputStream - error opening [tcp] 17:27:49.683 T:1596842928 NOTICE: CVideoPlayer::OnExit() 17:27:49.684 T:1946386432 ERROR: Playlist Player: skipping unplayable item: 1, path [tcp] 17:27:49.737 T:1946386432 NOTICE: CVideoPlayer::CloseFile() 17:27:49.737 T:1946386432 NOTICE: VideoPlayer: waiting for threads to exit 17:27:49.737 T:1946386432 NOTICE: VideoPlayer: finished waiting 17:27:49.737 T:1946386432 NOTICE: VideoPlayer: Opening: vt7 17:27:49.751 T:1596842928 NOTICE: Creating InputStream 17:27:49.752 T:1596842928 ERROR: CVideoPlayer::OpenInputStream - error opening [vt7] 17:27:49.752 T:1596842928 NOTICE: CVideoPlayer::OnExit() 17:27:49.753 T:1946386432 ERROR: Playlist Player: skipping unplayable item: 2, path [vt7] 17:27:50.803 T:1946386432 NOTICE: CVideoPlayer::CloseFile() 17:27:50.804 T:1946386432 NOTICE: VideoPlayer: waiting for threads to exit 17:27:50.804 T:1946386432 NOTICE: VideoPlayer: finished waiting 17:27:50.804 T:1946386432 NOTICE: CVideoPlayer::CloseFile() 17:27:50.804 T:1946386432 NOTICE: VideoPlayer: waiting for threads to exit 17:27:50.804 T:1946386432 NOTICE: VideoPlayer: finished waiting 17:27:52.338 T:1605231536 WARNING: SetMenuLanguage - TV menu language set to unknown value 'kor' 17:28:18.495 T:1723909040 ERROR: GetDirectory - Error getting 17:30:37.918 T:1749074864 ERROR: Previous line repeats 6 times. 17:30:37.918 T:1749074864 NOTICE: VideoInfoScanner: Starting scan .. 17:31:14.056 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Bears Wild Weekend with Stephen Fry.SD.hannibal.avi', it won't be added to the library. 17:31:14.763 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/David.Bowie.and.the.Story.of.Ziggy.Stardust.WS.PDTV.XviD-thebox.Penna.avi', it won't be added to the library. 17:31:24.222 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/345957.jpg 17:31:25.741 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/345958.jpg 17:31:27.238 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/345931.jpg 17:31:30.888 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/392276.jpg 17:31:33.692 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/391776.jpg 17:31:37.108 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/391774.jpg 17:31:39.456 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/391769.jpg 17:31:44.581 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/391768.jpg 17:31:50.650 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/328641.jpg 17:31:54.621 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/328637.jpg 17:31:59.604 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/actors/328634.jpg 17:32:38.390 T:1648411568 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder 17:32:38.572 T:1648411568 WARNING: Previous line repeats 1 times. 17:32:38.572 T:1648411568 NOTICE: LoadJpeg: unable to load http://thetvdb.com/banners/posters/71326-8.jpg 17:34:56.275 T:1623245744 NOTICE: ES: Client from ::ffff:192.168.0.14 timed out 17:36:02.934 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Rick.Steins.Spain.S01.DVDRip.XviD-SPRiNTER/', it won't be added to the library. 17:36:03.316 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Stephen Fry's 100 Greatest Gadgets.thebox.hannibal.avi', it won't be added to the library. 17:36:04.113 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Stephen.Fry.Gadget.Man.S01E01.480p.HDTV.x264-mSD.mkv', it won't be added to the library. 17:36:04.824 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/stephen.fry.gadget.man.s01e02.hdtv.x264-c4tv.mp4', it won't be added to the library. 17:36:06.229 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Stephen.Fry.Gadget.Man.S01E03.HDTV.XviD-AFG.avi', it won't be added to the library. 17:36:06.824 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Stephen.Fry.Gadget.Man.S01E04.480p.HDTV.x264-mSD.mkv', it won't be added to the library. 17:36:07.588 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Stephen.Fry.Gadget.Man.S01E05.480p.HDTV.x264-mSD.mkv', it won't be added to the library. 17:36:08.877 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/The Best - Series 1 - (Spring 2002) [TVRip (XVID)]/', it won't be added to the library. 17:36:09.708 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Untitled Folder/', it won't be added to the library. 17:36:10.367 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/Untitled Folder 2/', it won't be added to the library. 17:36:10.954 T:1749074864 WARNING: No information found for item 'smb://NAS4FREE/Videos/TV Shows/WDYTYA_ Stephen Fry.avi', it won't be added to the library. 17:36:11.794 T:1749074864 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 05:33 17:37:46.203 T:1946386432 NOTICE: Samba is idle. Closing the remaining connections 17:38:15.750 T:1749074864 ERROR: GetDirectory - Error getting 17:40:26.264 T:1749074864 ERROR: Previous line repeats 2 times. 17:40:26.264 T:1749074864 ERROR: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7) 17:40:26.264 T:1749074864 ERROR: CCurlFile::Open failed with code 0 for http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5 17:40:26.264 T:1749074864 ERROR: Open - failed to open source <http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5> 17:40:26.264 T:1749074864 ERROR: CRepository: failed read 'http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5' 17:40:30.452 T:1946386432 ERROR: GetDirectory - Error getting addons://repos/ 17:40:30.453 T:1946386432 ERROR: CGUIMediaWindow::GetDirectory(addons://repos/) failed 17:41:21.665 T:1792275376 ERROR: OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value 17:41:58.610 T:1623245744 NOTICE: ES: Client from ::ffff:192.168.0.14 timed out 17:50:08.309 T:1749074864 ERROR: CCurlFile::FillBuffer - Failed: Couldn't connect to server(7) 17:50:08.309 T:1749074864 ERROR: CCurlFile::Open failed with code 0 for http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5 17:50:08.309 T:1749074864 ERROR: Open - failed to open source <http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5> 17:50:08.310 T:1749074864 ERROR: CRepository: failed read 'http://mirrors.kodi.tv/addons/krypton/addons.xml.gz.md5' 17:50:13.630 T:1946386432 ERROR: GetDirectory - Error getting addons://repos/ 17:50:13.631 T:1946386432 ERROR: CGUIMediaWindow::GetDirectory(addons://repos/) failed 17:51:13.909 T:1792275376 ERROR: OnTvStandby - Unexpected [standby_pc_on_tv_standby] setting value 17:52:07.048 T:1623245744 NOTICE: ES: Client from ::ffff:192.168.0.28 timed out

[SOLVED]
I chmodded /home/volumio to 777 and that seems to have done the trick.
Everything is working fine now. It’s not how it should be, I suppose but it’s working.
Now I can play with offloading to usb and/or usb boot on my pi 3.
Thanks again for the great work.
All you open source programmers really help a great deal to make this world a better place.

Great work again Saiyato. I tested the install for Krypton rc1 and it works like a charm. There was a very long delay when accessing the repository. Like 15 minutes. But once it started going again the remaining install went smoothly.

Switching the plug-in on and off is now an easy way to restart and shutdown kodi.

The 7s delay for subtitles work but not for audio. I had to manually set that on kodi configuration itself.

Thanks again.

Sent from my iPhone using Tapatalk

Hey, first of all thanks for the Plugin.

I have a question … When I exit Kodi, the screen remains black. I can also press the Play / Pause button on the touchscreen. If I then deactivate the touch screen plugin via the browser and then reactivate it again, the screen again shows everything.
Is there a way without this workaround?

Thanks and best regards from Berlin

Hi all,

I’ve been busy writing for my LCD plugin (HD44780 controller, both parallel as i2c), this has taken up most of my time lately.
I also did a partial rewrite of the install file, I omitted the Jarvis and BETA installations, so we only have 17.1 now.

The other changes are:

  • Remove the archive/repo/ppa and key after installation -> to make sure we don’t break packages in the future
  • I rewrote a part of the index-page to prevent failure (for example, the delay for Kali was only written to subtitledelay, not audio…)

I’m still working on placing all Kodi data in the plugin direction and symlink that to /home/kodi. I’m hoping to be able to release this weekend… no promises though :wink:

As for the black screen, I think this is a Kodi issue… I’ve had this, but I connected a keyboard and the prompt did appear (shutting down Kodi via the shutdown option takes ages) after pressing enter. Maybe that helps? Killing Kodi via the plugin should immediately stop the process, pressing enter should give you back the prompt, not sure what happens with a touchscreen and a browser though :unamused: (since I don’t own a touchscreen that will work on the Pi).

Hello, i have one problem with the new version. When installing on a new volumio-image with nothing changed i get everything to work (even after a reboot). After that i to set up on volumio so that audio go through my hifiberry digi mounted on the rasperry. After changing that and rebooting the system kodi starts but does not show on tv. Any suggestions as to what the problem could be?

This is what ps show
gdb /usr/lib/arm-linux-gnueabihf/kodi/kodi_v7.bin --core=/core --batch -ex thread apply all b

Hey mate,

I’m watching a match now, so sorry for the short reply :wink:
You’ve got to configure Volumio prior to the installation of the plugin. Because configuring Volumio will rewrite your boot config. It’s somewhere in this thread if you want specifics. You can change a single memory setting in the plugin to add it to the config again.

Good luck, if it doesn’t work you can reinstall the plugin.

Cheers!

Found some problems in the revised script, will postpone release till tomorrow. Tested on Pi1 and 2, but assuming 3 should work as well.

Initial testing looks promising, but as with all software, problems arise in production environments…
Please post back if you’re experiencing problems and which exactly :slight_smile:

Please wait till the ā€˜close’ button appears, that’s when installation is complete. It takes about 12 minutes on a rPiB+, assuming your connection is not the bottleneck.

Mine is working very well so far. Cheers to Saiyato.

Hello, need small help i just installed volumio2 plugin, it works fine, thanks, but im wondering how to enable webserver api control, thanks in advance.

Hey, you can enable this in the Kodi settings using a keyboard, will check if I can incorporate this in the release.
Don’t use port 80 though :wink:, you can easily use port 8080 for example.

Also attached is the latest package, I saw some garbage in it yesterday evening.
volumio-kodi-plugin.zip (209 KB)

Hello Saiyato,

first of all thank you so much for this plugin. I was looking for something exactly like this, so I can play stereo files on Volumio using my Oppo’s USB DAC and sending multi-channel music to my receiver via HDMI, all without changing the SD card every time. Your Kodi plugin works flawless for me and solved all my problems. Great job.

One question: I downloaded your plugin on May 16th. Is the zip file above a later version than mine? And would it be worth the update if I don’t have any problems with the version I have. I would have to de-install my current version and re-do all my Kodi settings if I updated, right?

Another question which might be a bit off topic and derail this thread, so feel free to ignore it: I installed the new IR control plugin and use it with a little IR receiver connected to the GPIO pins to remote control Volumio with my Harmony (using the Odroid setting). Since Kodi also reacts to the IR signals I can control both that way, but that means that when I move around in the Kodi UI, Volumio skips back and forth between tracks. Not ideal. That’s why I still use an USB IR receiver for Kodi.

Theoretically I should be able to install the settings for another remote control in Kodi, so both programs react to different signals altogether. Unfortunately I’m very new to Raspberry and Linux and I can’t find any of the folders for Kodi (or anything Kodi related for that matter) and have no idea where and how to install the new codes for another remote control other than Odroid in Kodi.

In short, is what I want even possible. If yes, I might start a thread of my own asking for help, so not to clutter up this one.

Thanks again for the work you put into this extremely useful plugin and greetings from Berlin.

You’re most welcome, I too use it like that :slight_smile:
DAC → Volumio
HDMI → passthru Kodi

No, I just removed one local entry in the sources.xml, a movie I used to test performance with a local IP. If it works, don’t bother :wink:

I have no experience with an IR receiver sadly, so I’m not sure how to help you with that. Maybe I’ll tend to that in the near future, your remark about using your harmony got me thinking… :unamused: Since I use a harmony remote too (love the 900!). I’ll have to get back to you for that :wink: