Copy it to /storage
LibreELEC (Nexus) 11.0
-
-
Thank you, smp .
It worked. Now I have Full RGB with Librelec 11.
To sumarize to other users:
Get a copy of proptest and put it in /storage
Stop Kodi
Run proptest in /storage
Vefiry the info about "Broadcast RGB". This was mine, note the zero value
Codetrying to open device 'i915'...done Connector 95 (HDMI-A-1) . . 97 Broadcast RGB: flags: enum enums: Automatic=0 Full=1 Limited 16:235=2 value: 0
Create an autostart.sh acording to this and put this changing acording your connector and value.
Reboot
If anybody finds an error or a complement to this, please inform.
Adios.
-
Anyone else having the issue that the UI doesn't show the video runtime anymore?
In the first beta of 11 and all previous versions had the video runtime on the right side of the title in "List" or "WideList" view. Now it's gone.
YouTube, Netflix, Prime Video add-ons only show the video runtime in a very tiny box in the lower right corner AFTER I had at least started the video.
Local and network videos always show that tiny box for the runtime, together with other info, but not besides the titel as it used to.
Any way to get the old behavior back with the runtime besides the titles? Was much easier on my eyes.
-
Kodi Settings > Interface > Skin Settings > Show media flags
-
Kodi Settings > Interface > Skin Settings > Show media flags
These are the little things in the lower right corner and not what I meant.
When I select one of my local shows I see for example "Season 2 - 1999" (without the "-", that's just for readability) and back in 11 beta 1 and previous I'd have, for example, "01. Lurch and His Piano - 21:26", the episode runtime right in the title, that's what I want back because right now it's just "01. Lurch and His Piano" and the time in the tiny, hard to read flag at the bottom.
It also was "Title - runtime" for all video add-ons in 11 beta 1 and previous without having to play the video first, as it is now with the media flags, which is even more annoying.
-
thanks for great release, only thing I miss now is non-crazy white subtitles for hdr on rpi4, any progress on that?
Have you trid:
Settings/Player/Subtitles - Official Kodi Wiki
It doesn't work for all forms of subtitles (e.g. not for bitmapped) but it may help.
-
It seems the official link for the Generic Box Image is not working:
https://releases.libreelec.tv/LibreELEC-AMLGX.arm-11.0.0-box.img.gz
nothing happends and i also cannot update libreelec manually inside libreelec i can select the image but also nothing happend.
I have an amlogic device (beelink GT1 Ultimate). I use chrome as a browser and disabled the adblockers.
EDIT:
I found a mirror that works:
So i update the image manually with putting the .tar file in the update directory and reboot the device.
-
So i update the image manually with putting the .tar file in the update directory and reboot the device.
If running a legacy kernel release, read this: https://wiki.libreelec.tv/hardware/amlogic .. if running an LE11 beta version you can update by putting the .tar file into /storage/.update and rebooting.
-
Upgraded my Pi 4 that uses MariaDB from LE10 to LE11 using the built-in settings app, but after the reboot I can now only see my Music library
Do we need to do anything special to trigger a database update?
Code
Display More2023-03-10 12:40:18.075 T:839 info <general>: MYSQL: Connected to version 10.6.12-MariaDB-log 2023-03-10 12:40:18.145 T:839 info <general>: Running database version MyMusic82 2023-03-10 12:40:18.178 T:839 error <general>: Unable to open database: MyVideos121 [1049](Unknown database 'MyVideos121') 2023-03-10 12:40:18.211 T:839 error <general>: Unable to open database: MyVideos120 [1049](Unknown database 'MyVideos120') 2023-03-10 12:40:18.270 T:839 info <general>: Old database found - updating from version 119 to 121 2023-03-10 12:40:54.831 T:839 info <general>: Attempting to update the database MyVideos121 from version 119 to 121 2023-03-10 12:40:56.459 T:839 error <general>: SQL: Can't determine list of routines to drop. 2023-03-10 12:40:56.460 T:839 error <general>: Exception droping old analytics from MyVideos121 2023-03-10 12:40:56.492 T:839 error <general>: Unable to open database: MyVideos118 [1049](Unknown database 'MyVideos118') 2023-03-10 12:40:56.525 T:839 error <general>: Unable to open database: MyVideos117 [1049](Unknown database 'MyVideos117') 2023-03-10 12:40:56.588 T:839 info <general>: Old database found - updating from version 116 to 121 2023-03-10 12:40:56.638 T:839 error <general>: SQL: Can't create database for copy: 'MyVideos116' (1007) 2023-03-10 12:40:56.638 T:839 error <general>: Unable to copy old database MyVideos116 to new version MyVideos121
-
Have you trid:
https://kodi.wiki/view/Settings/Player/Subtitles#Colour
It doesn't work for all forms of subtitles (e.g. not for bitmapped) but it may help.
Yes that works, but would be great if there was some kind of "for hdr subs" option. For now i use shell script to convert colors on srt.
Thanks
-
I have same problem on my RPi4. Tried a lot:
- migrating from a client with different OS
- checking/editing relevant mariadb users rights in every thinkable way
- etc. etc.
- MyMusic 82 seems to be untouched and is working well
- I've mariadb 10.11.2 that seems to be the latest stable version for me
Seems that at leqst views and triggers are not to be migrated.
Found this in the kodi.log:
CodeSQL: Can't determine list of routines to drop. 2023-03-12 14:13:57.153 T:997 error <general>: Exception droping old analytics from MyVideos121
EDIT:
mysql_upgrade/mariadb-upgrade is not workig:
"ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax..."After trying several things (altering rights etc.) of the mysql(mariadb users etc. I didn't succeed.Thanks to chewitt, I know now why.
But still the migration problem left.... ("error <general>: SQL: Can't determine list of routines to drop." like to see above)
EDIT: I've tried almost everything what I could find in the net (excep mysql_upgrade script, that is obviously not content of libreelec (11) and I'didn't find any sources for the content of the script..). But nothing fixed the problem.
Is there no one who can give me a clue how to fix this problem un a RPi4 with Librerelec 11 (an nothing else on it?) Or how to "fore mysql_upgrade" the actual mariadb 10.11.2 without the "mysql_upgrade" script an/or the modules not installed with Libreelec 11?
Greets
Ralf
Upgraded my Pi 4 that uses MariaDB from LE10 to LE11 using the built-in settings app, but after the reboot I can now only see my Music library
Do we need to do anything special to trigger a database update?
Code
Display More2023-03-10 12:40:18.075 T:839 info <general>: MYSQL: Connected to version 10.6.12-MariaDB-log 2023-03-10 12:40:18.145 T:839 info <general>: Running database version MyMusic82 2023-03-10 12:40:18.178 T:839 error <general>: Unable to open database: MyVideos121 [1049](Unknown database 'MyVideos121') 2023-03-10 12:40:18.211 T:839 error <general>: Unable to open database: MyVideos120 [1049](Unknown database 'MyVideos120') 2023-03-10 12:40:18.270 T:839 info <general>: Old database found - updating from version 119 to 121 2023-03-10 12:40:54.831 T:839 info <general>: Attempting to update the database MyVideos121 from version 119 to 121 2023-03-10 12:40:56.459 T:839 error <general>: SQL: Can't determine list of routines to drop. 2023-03-10 12:40:56.460 T:839 error <general>: Exception droping old analytics from MyVideos121 2023-03-10 12:40:56.492 T:839 error <general>: Unable to open database: MyVideos118 [1049](Unknown database 'MyVideos118') 2023-03-10 12:40:56.525 T:839 error <general>: Unable to open database: MyVideos117 [1049](Unknown database 'MyVideos117') 2023-03-10 12:40:56.588 T:839 info <general>: Old database found - updating from version 116 to 121 2023-03-10 12:40:56.638 T:839 error <general>: SQL: Can't create database for copy: 'MyVideos116' (1007) 2023-03-10 12:40:56.638 T:839 error <general>: Unable to copy old database MyVideos116 to new version MyVideos121
-
WIFI (some kind of Realtek halfsize card) not working. In the 10.0.4 was everything OK.
-
Maybe the next release will fix this, Kodi 20.1 is out.
But a LE 11.0.1 will take time due to the recent 11.0.0 Version.
-
Kodi Settings > Interface > Skin Settings > Show media flags
Regarding this setting, I have this enabled.
Since upgrading to 11.0.0 from 10.0.4, I have discovered the media flags only appear after a video/file is played and not by default.
I see the same behavior on a non LibreElec Kodi 20.0 system I have running too, so it appears to be a Kodi 20 bug.
-
Do we need to do anything special to trigger a database update?
I was able to solve the error by running the mentioned "mysql_upgrade" on my MariaDB docker instance. Will have to keep that command in my back pocket, as this was the first Kodi upgrade that failed. All previous Kodi/database upgrades didn't require any direct/user touching of the (same) database (eg. when I went from LE9 -> LE10 it was seamless)
-
I was able to solve the error by running the mentioned "mysql_upgrade" on my MariaDB docker instance. Will have to keep that command in my back pocket, as this was the first Kodi upgrade that failed. All previous Kodi/database upgrades didn't require any direct/user touching of the (same) database (eg. when I went from LE9 -> LE10 it was seamless)
Sounds good .. and you've your solution.
Unfortunatly this isn't working on my databaseinstallation on my RPi4. Libreelec migration from 10->11 seems not possible, as there is no mysql_upgrade script available on the Libreelec installation, as I understood chewitt's hint (an I didn't find this script just to fit it for my installation). I've migrated now several Libreelecversions with the "onboard" mysql-databse without any problems until now, just like you did.
Or am I wrong at all?
Greetings
Ralf
-