You need to remove user as per OpenWrt Project: Cron and crontab
Posts by vpeter
-
-
So does it work with workaround?
-
Your response suggest that setting it up should be simple. Could you please provide instructions?
It is simple - just put files and open them in browser.
For example link
opens file /storage/downloads/test.html
-
Was there any progress on this?
What kind of progress did you expect?
-
Misses you wrote both posts

Well, b) can't even works because jre addon doesn't have libbluray jar files

You need to add them like I wrote to get it running.
-
LibreELEC master is still on 1.0.2: LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub
I would say Milhouse should update addon for his versions.
As a workaround you could copy file libbluray-j2se-1.1.2.jar and libbluray-awt-j2se-1.1.2.jar to folder /storage/.kodi/addons/tools.jre.zulu/
Codewget -O /storage/.kodi/addons/tools.jre.zulu/libbluray-j2se-1.1.2.jar http://vpeter.libreelec.tv/BD-J/libbluray-j2se-1.1.2.jar wget -O /storage/.kodi/addons/tools.jre.zulu/libbluray-awt-j2se-1.1.2.jar http://vpeter.libreelec.tv/BD-J/libbluray-awt-j2se-1.1.2.jarI see it funny how opposite results users have. One wrote "Almost 80% of the BDJ menus worked" and the other "Most BDJ menus did not work"

-
Wav supports ID3 tags. I assume your files doesn't have it? Can you upload one of yours wav files?
Example data from MediaInfo:
Code
Display MoreGeneral Complete name : C:\temp\file_example_WAV_2MG.wav Format : Wave File size : 2.05 MiB Duration : 33 s 529 ms Overall bit rate mode : Constant Overall bit rate : 512 kb/s Album : YouTube Audio Library Track name : Impact Moderato Performer : Kevin MacLeod Director : Kevin MacLeod Genre : Cinematic Original source form/Name : YouTube Audio Library Audio Format : PCM Format settings : Little / Signed Codec ID : 1 Duration : 33 s 529 ms Bit rate mode : Constant Bit rate : 512 kb/s Channel(s) : 2 channels Sampling rate : 16.0 kHz Bit depth : 16 bits Stream size : 2.05 MiB (100%)And again from the link above:
2 Understanding the Music Library
- The music library is based on scanning tags embedded in the music files. It ignores the folder names and structure and file names. Proper tagging is essential to ensure the library is populated correctly. Having slight variations in the tags for artist and album names could mean duplicated and unwanted entries.
-
From https://kodi.wiki/view/music_tagging The music library is based on scanning tags embedded in the music files.
I think you need to tag better your files. Or rip them again.
-
Can you try with curllowspeedtime option in /storage/.kodi/userdata/advancedsettings.xml file?
Code<advancedsettings version="1.0"> <network> <curllowspeedtime>0</curllowspeedtime> <!-- Time in seconds for libcurl to consider a connection lowspeed --> </network> </advancedsettings>I was testing with value 2 which also worked in my case.
-
But is a Python script able to run a bash script?
Something like
-
Try with autoexec.py in user's profile folder. If users has different profile folders then you can have different autoexec.py script for every user and this script is executed after user is log in.
-
-
I will add additional details if needed.
So we should ask you exactly what do you want to change? I will not do that

-
did you build it from plain git ?
Yes. Nothing special regarding LE.
The only difference is my build host (Ubuntu 16.04.6 LTS) and building directly on it (no docker or anything similar).
-
Reproducable: after updating the addon from LE repository it is not working anymore. The rebuild addon of vpater has to be installed again.
Isn't that obvious? I mean addon build with LE build server is broken.
-
No, addon was already rebuild. But LE build server is doing something funny for this addon.
-
Try game.libretro.scummvm-2.0.0.6.1.zip
Seems LE build server is still behaving funny.
-
For me everything works as usually but maybe I'm doing something wrong. And I only tested command line usage on same device - LibreELEC (official): 9.2.0 (Generic.x86_64) on VMware Workstaton 12.
So tell me what I'm doing wrong so I can fix it.
Code
Display MoreLibreELEC:~ # mysql -uroot -pAq4gXPhl Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 9 Server version: 10.3.14-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.001 sec) MariaDB [(none)]> SELECT User FROM mysql.user; +------+ | User | +------+ | kodi | | root | | root | | | | root | | | | kodi | | root | +------+ 8 rows in set (0.000 sec) MariaDB [(none)]> Bye LibreELEC:~ # LibreELEC:~ # mysql -ukodi -pjg7PtiU6 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 10 Server version: 10.3.14-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.000 sec) MariaDB [(none)]> SELECT User FROM mysql.user; +------+ | User | +------+ | kodi | | root | | root | | | | root | | | | kodi | | root | +------+ 8 rows in set (0.000 sec) MariaDB [(none)]> select * from episode_view; ERROR 1046 (3D000): No database selected MariaDB [(none)]> Bye LibreELEC:~ #Code
Display MoreLibreELEC:~ # mysql -ukodi -pjg7PtiU6 ERROR 1045 (28000): Access denied for user 'kodi'@'localhost' (using password: YES) LibreELEC:~ # mysql -ukodi -ptest2 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 10 Server version: 10.3.14-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.001 sec) MariaDB [(none)]> Bye LibreELEC:~ # mysql -uroot -pAq4gXPhl ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) LibreELEC:~ # mysql -uroot -ptest1 Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 12 Server version: 10.3.14-MariaDB MariaDB Server Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. MariaDB [(none)]> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.000 sec) MariaDB [(none)]> Bye LibreELEC:~ #