Posts by Mario77
-
-
-
I know this is old but I have both those settings ticked and it still creates folders with : in, e.g. "new : xxxx" this is not compatible with windows. Filenames are ok but not the Folder names.
What is your setting in
Format string/Pathname specification:
-
What do you mean by disactivating and activating smb?what settings are you changing?
Are you using the Emby server addon?
-
yes, outside of my LAN ...
You might need to forward/open the relevant ports fron your router to be able to access remotely..
-
Hello,
anybody there ?
Can someone tell me at least if he has such a configuration working ? (ie on Rasp kodi : distant access OK while SMB activated on )
so I will know that it could work and I have a configuration problem.
thanks
Do you mean outside of your LAN (remotely) by distant?
-
Hi,
please is there any easy way how I can enable fan speed controlling for Raspberry Pi Compute Module 4? I tried to change config file but without success. Fan is still on 100%
Thanks,
Michal
You will need a npn transistor and use PWM..
-
yes works great cheers
And to add something...this will play directly from favourites no need of .sh or .py files
-
well, sort of. everything works on the kodi gui itself (py or sh scripts as favorites) but 3rd party apps that connect via API do not handle it well. (like yatse, openhab...)
I guess they expect some media in favorites, and RunScript just breaks them. yatse claims invalid favourite, and some of them it cannot even see....at some point they even crash kodi by attempting to "play" scripts or whatnot.
so I gave up and I am doing kodi-send --action='RunScript and Playmedia - from remote machine, its good enough
ok so if you r doing kodi send you can still use party mode...here you go:
Quotekodi-send --action="PlayerControl(Partymode(/some/path/to/a/file/Soundtracks.xsp))"
-
I guess adding it to favorites via right click is wrong, who knows what he did instead of RunScript.
Probably favorites is just added as PlayMedia by default..so your first issue is solved?
you need something like this for partymode in your Soundtracks.py no need of addons:
-
quick workaround
create also Soundtracks.sh in same folder of Soundtracks.py with this line
then add favorite manually like this
tested - working
you can also try this might also work - not tested
Edit: you can probably also start your playlist from the soundtracks.sh by changing line to
I tried executing it from ssh shell - this fails with the error above.
You can't do that it won't work as you need to run it internally so for testing in ssh you run
-
tvpc:~/.kodi/userdata/scripts # python soundtracks.py
Traceback (most recent call last):
File "/storage/.kodi/userdata/scripts/soundtracks.py", line 1, in <module>
import xbmc
ModuleNotFoundError: No module named 'xbmc'
it's working for me..no addons needed
just run these 2 commands
Codedos2unix /storage/.kodi/userdata/scripts/soundtracks.py chmod +x /storage/.kodi/userdata/scripts/soundtracks.py
Just clicking on it from file manager should work..you can add to favourites from there...
-
-
-
That explains it..
Mine is BCM2835
-
The image compatibility check will fail during RPi2 to RPi3 update/crossgrade as the image name doesn't match the current one. The cheat for that is "touch /storage/.update/.nocompat" before rebooting.
Hi chewitt that didn't work
Failed update detected - performing recovery
Fresh install rpi2 --> stuck on rainbow screen
-
I did try but update is getting stuck..it says it's incompatible with rpi2
-
Not compatable with RPi2?