Img ? sorry

  • Hello all,

    Sorry for the question, but i'm using only Raspberry pi's for Kodi and don't know how to put the files on a SD Card, is there a ready build img for Raspberry PI3 ?
    Would be great, in the meantime i will search how to make it myself but due a lak of time will this take long over here :(

    Thanks for you're reply in advance.

    Erwin

  • Thanks trogggy, i could know that :( i'm shaming right now lol, oke for now everything is working fine !! al 6 Raspberry's working now on Libreelec, only looking how to change workgroup name to mij own .... oke will find it !!

    Thans again

  • Open samba.conf and it's the second line that's not hashed out.

    Edit: I'm assuming that's all you need but I've never needed to try it.

    Edited once, last by trogggy (April 6, 2016 at 11:11 AM).

  • @Dreamcatcher:

    To reach the samba shares, you don't need to change the workgroup. Open up a file browser and enter:

    Code
    \\ip.from.libreelec.here\

    and you're done.

    If you have multiple clients and changed the "systemname" to something individual (like TV-room, bedroom, bathroom ... etc.) you can reach the shares with

    Code
    \\bedroom\
    or
    
    
    \\bathroom\\


    ^^ that's for windows....
    Linux based systems reach the samba shares with: smb://whatever.ip.here/
    same as for the hostname....: smb://bedroom/


  • @Dreamcatcher:

    To reach the samba shares, you don't need to change the workgroup. Just enter:

    Code
    \\ip.from.libreelec.here\

    and you're done.

    If you have multiple clients and changed the "systemname" to something individual (like TV-room, bedroom, bathroom ... etc.) you can reach the shares with

    Code
    \\bedroom\
    or
    
    
    \\bathroom\\


    It's surely not even possible to have 6 pi's without knowing that...? :D

    Edited once, last by trogggy (April 6, 2016 at 12:50 PM).

  • Hahaha, i have tried serveal things sorry, also samba config file but no results at all, still workgroup, is mis something lol and sorry i'm not an Linux man to old to learn hahaha, no most of the time i use ready img's and when i want to learn something i read a lot but a simple thing like this.... i'm stuck haha, also the suggestion : \\ip.from.libreelec.here\ don't works, ok YES i have changed my IP to my own lol.

    Thanks guys looking to solve it....

    Erwin

    Edited once, last by CvH (April 18, 2016 at 1:12 PM).

    • Official Post

    \\ip.to.libreelec.here\

    should work. As it works for me very fine while NOT being in the same workgroup!!!

    So maybe you entered a ":" before and that's the cause.

    Again...while you are using windows you have to use this to access the samba share:

    Code
    \\ip.to.libreelec.here\

    while you are using linux, this way:

    Code
    smb://ip.to.libreelec.here/

    Note the difference between "/" and "\". That's important!!

  • Oke David, i'm in but would like to change the network group name, i have tried some things like modify the smb file but....

    " ################################################################################
    # This file is part of OpenELEC - OpenELEC Mediacenter - Home
    # Copyright (C) 2009-2014 Stephan Raue ([email protected])
    #
    # OpenELEC is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 2 of the License, or
    # (at your option) any later version.
    #
    # OpenELEC is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with OpenELEC. If not, see <Licenses - GNU Project - Free Software Foundation>.
    ################################################################################
    # samba.conf

    # This configuration file allows you to customize the samba shares
    # available from your machine

    [global]
    server string = Kodi-Woonkamer
    workgroup = WEITZE
    netbios name = %h
    security = share
    guest account = root
    socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=65536 SO_SNDBUF=65536
    smb ports = 445
    max protocol = SMB2
    min receivefile size = 16384
    deadtime = 30
    os level = 20
    mangled names = no
    syslog only = yes
    syslog = 2
    name resolve order = lmhosts wins bcast host
    preferred master = auto
    domain master = auto
    local master = yes
    printcap name = /dev/null
    load printers = no
    browseable = yes
    writeable = yes
    printable = no
    encrypt passwords = true
    enable core files = no
    passdb backend = smbpasswd
    smb encrypt = disabled
    use sendfile = yes


    # Using the following configurations as a template allows you to add
    # writable shares of disks and paths under /storage

    [Update]
    path = /storage/.update
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/.update

    [Videos]
    path = /storage/videos
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/videos

    [Music]
    path = /storage/music
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/music

    [TV Shows]
    path = /storage/tvshows
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/tvshows

    [Recordings]
    path = /storage/recordings
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/recordings

    [Downloads]
    path = /storage/downloads
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/downloads

    [Pictures]
    path = /storage/pictures
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/pictures

    [Emulators]
    path = /storage/emulators
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/emulators

    [Configfiles]
    path = /storage/.config
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/.config

    [Userdata]
    path = /storage/.kodi/userdata
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/.kodi/userdata

    [Screenshots]
    path = /storage/screenshots
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/screenshots

    [Logfiles]
    path = /storage/logfiles
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/logfiles
    root preexec = createlog

    [Backup]
    path = /storage/backup
    available = yes
    browsable = yes
    public = yes
    writable = yes
    root preexec = mkdir -p /storage/backup

  • Make sure you saved the samba config file as "samba.conf" and not "samba.conf.sample" in the "configfiles" share. It then should be enough to deactivate and reactivate samba, but a complete reboot of the LE device can't hurt eighter.

  • Oke.... found it, what a stuppid mistake, i used an older version from my config file, xbmc version, and here is the name in the Prismcube sat box smb.conf, and offcourse it should samba.conf
    So problem solved..... sorry for this,

    Thanks for the help...

    Erwin