where are these files?
ok, i found them
Can you see your router hostname in the passwords.xml or thr router ip address?
where are these files?
ok, i found them
Can you see your router hostname in the passwords.xml or thr router ip address?
Raspi3 don't think you can play4k....1080 the most
i tried again but still no luck (smbv1 -> reboot). Windows shares work fine but asus dsl-ac68u always asks for username/password
Did you try adding source manually in sources.xml with Ip address?Is the passwords.xml being created when you enter password for router?Try to have a look in userdata for passwords.xml...
If you don't find it add it manually like this passwords.xml.txt
Being able to watch my slingbox on Chrome really sealed the deal for me, and it runs so damn smoothly too. Everyone should be running this build!
How do you run slingbox on libreelec?what hardware are you using?
Well just tryed to mount an hdd to libreelec from a windows 10pc with LE 8.1.0...smb set to None and it's working fine...
I m still not sure if you can browse from filemanager to your network share?
Or maybe show us the steps you r taking to mount ...
If you change samba version to 1 and restart in 8.1.0 it should work exactly the same as 8.0.2..
Not sure what OS is your folder on?Is it on your Mac or a windows PC?
As you are on LE 8.0.2...If it is a windows PC go to Control Panel...Programs...Turn Windows Features On Or Off and make sure SMB1 is installed...Give permissions to the folder to Everyone as RW..go to Local Policies, Security Options and scroll down to “Network access: Let Everyone permissions apply to anonymous users”. Set this to “Enabled”.Now see if you can browse to your folder from LE trough File manager in Kodi..
If you r on Mac see here..
At least you ll know if it is a network issue between your Odroid and Server..
Also you don't have to add vers=2.0 if on 8.0.2...
That's why I asked if you can access your network share from file manager in kodi....could be a SMB issue....what version of LE are you running?
So if you add it as a source in file manager you can access //192.168.178.3/TVrecordings
Not sure if I can help you anymore then sorry
Basically if you can see a folder from Libreelec on your network...you can mount it..
Otherwise someone more technical might help you..
I never managed to mount more the 1 source to the same folder...that's when I got errors similar to yours..
can you access //192.168.178.3/TVrecordings from your Odroid?
In LE 8.1 smb changed a lot and you may need to set it up forcing SMB1 in kodi system settings services...enter the password and save for that path...
Might need a restart after enable..
Can you access both folders manually from both machines?
Ok make sure you set content on folder ..movies or tv shows
Did you try "systemctl enable storage-recordings.mount"
Assuming you r doing it this way
[Unit]
Description=cifs mount script
Requires=network-online.service
After=network-online.service
Before=kodi.service
[Mount]
What=//192.168.178.3/TVrecordings
Where=/storage/recordings
Options=username=tv,password=xxx,rw
Type=cifs
[Install]
WantedBy=multi-user.target
Save it in "system.d" as "storage-recordings.mount"
Create a folder in storage name it "recordings"
enable with "systemctl enable storage-recordings.mount"
Can you still access your media if you go to video files?
To access the windows shares you need to have a password protected user account on windows...you can create a second account if you hate entering passwords to access windows like I do...to set it up force smb1 in Kodi settings > services > smb client...then when done go back to none.. in For the router shared drive I have no idea to be honest but you may have few settings to play with on the router's side...username and password may easily be the same ones you use to login your router setting...probably admin for both
Altough needing some setup this new smb update made a massive change to how libreelec handles shares...I used to only see very few of the files I have on shared hdds if any...now it's working perfectly...
This happened also to me while I was trying to boot from a hdd connected to my Rpi2..I have a partition named "STORAGE" formatted to ext4....cmd line is "boot=/dev/mmcblk0p1 disk=LABEL=STORAGE quiet"
Got a similar error cannot find storage and sh: can't access tty: job control turned off
Solved...problem was I had the old sd storage still mounted in samba.config...so ended up with a conflict...renamed the new storage partition from storage to storagehdd...changed cmdline and all booted fine to new location
LibreELEC-RPi2.arm-8.1.0-libcec-3953f8d-fixed-cec.img.gz
8.1.0 + libcec-3953f8d
Thanks working perfectly as usual...Do you have any idea why this fix isn't available in official builts?I v seen on github that it may fix cec for a few and break it for others who have cec working fine...what you think?
Display MoreYou shouldn't change the path for the source to add passwords....leave source as is and passwords in passwords.xml in userdata
<passwords>
<path>
<from pathversion="1">smb://192.168.1.5/TVShows/</from>
<to pathversion="1">smb://username:[email protected]/TVShows/</to>
</path>
</passwords>
If you want kodi to create the passwords.xml on it's own go to settings---services---smb settings and change samba setting from "none" to "smb1"
Restart...Then go to file manager add source and browse to any location of the new user account you created..give it a name and save...Go back to smb settings on kodi and change back to none and restart again...now go back to file manager and try to access your new source...kodi will ask for username and password....input them and tick "save for this path"...that's it...now you should have the passwords.xml in userdata