Linux Kodi Plymouth Theme
#1
Probably been asked before but has anyone done a Kodi plymouth theme ?
Reply
#2
Unlikely, there isn't even an official logo artwork to put in there. I heard a rumour after the 11/12 Of October the logo portion will be announced and then its up to whoever manages the existing code to update it the Plymouth splash, which will unlikely take place in the official side before Kodi v14 is shipped in the Kodibuntu.

In any case I haven't heard of any unofficial Plymouth related jobs + kodi..
Reply
#3
Thought so, using latest nightly - everything says kodi except for the splash Smile
Reply
#4
The bootsplash will be available some time soon. Watch this space.

Please test the below.

Courtesy of fritsch

cd to some directory you have r/rw privs.

Code:
wget https://dl.dropboxusercontent.com/u/55728161/plkodi/kodibuntu-plymouth-theme_0.1.0%7Etrusty1_all.deb
wget https://dl.dropboxusercontent.com/u/55728161/plkodi/plymouth-theme-kodibuntu-logo_0.1.0%7Etrusty1_all.deb
wget https://dl.dropboxusercontent.com/u/55728161/plkodi/plymouth-theme-kodibuntu-text_0.1.0%7Etrusty1_all.deb

and to install

Code:
sudo dpkg -i filename.deb

or

Code:
sudo dpkg -i *.deb
Reply
#5
Important: This is nothing official at all - I was just bored of my Intel system constantly crashing :-) for exactly 2 minutes.

Code:
mkdir pls
cd pls
wget https://dl.dropboxusercontent.com/u/55728161/plkodi/kodibuntu-plymouth-theme_0.1.0%7Etrusty1_all.deb https://dl.dropboxusercontent.com/u/55728161/plkodi/plymouth-theme-kodibuntu-logo_0.1.0%7Etrusty1_all.deb  https://dl.dropboxusercontent.com/u/55728161/plkodi/plymouth-theme-kodibuntu-text_0.1.0%7Etrusty1_all.deb

Code:
sudo dpkg -i *deb

Build for trusty without any intention to make a nice artwork - just shown how it can be done. PR is welcome to: https://github.com/xbmc/XBMCbuntu/tree/m...buntu-logo
First decide what functions / features you expect from a system. Then decide for the hardware. Don't waste your money on crap.
Reply
#6
Works great, looks fine to me - cheers
Reply
#7
Bumped to subscribe (now that there's an official logo).
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
#8
I have updated eXcyle's xbmc plymouth splash with the new Kodi logo that is available on the wiki:

https://dl.dropboxusercontent.com/u/2241...i-logo.deb
Reply
#9
(2014-12-05, 09:55)teeedubb Wrote: I have updated eXcyle's xbmc plymouth splash with the new Kodi logo that is available on the wiki:

https://dl.dropboxusercontent.com/u/2241...i-logo.deb

Nice, thanks Deeedubb!
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
#10
Does this replace the XBMCBuntu splash screen?
Reply
#11
(2015-01-02, 09:22)suku_patel_22 Wrote: Does this replace the XBMCBuntu splash screen?

Yes
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
#12
(2015-01-02, 09:47)Raytestrak Wrote:
(2015-01-02, 09:22)suku_patel_22 Wrote: Does this replace the XBMCBuntu splash screen?

Yes

Great that it will get rid of the last trace of XBMC Smile
Reply
#13
I tried KODIbuntu on a different machine, it has a sweet animated logo. Is it possible to update XBMCbuntu with the same boot animation? Although I wonder if my NUC would even have time to display it since it boots so fast.
CoreElec on a tn95 (s905x). Onkyo NR-656. Canton Movie CD-1000. LG 55B6V.

If it ain't broke: break it, fix it, repeat
Reply
#14
(2014-12-05, 09:55)teeedubb Wrote: I have updated eXcyle's xbmc plymouth splash with the new Kodi logo that is available on the wiki:

https://dl.dropboxusercontent.com/u/2241...i-logo.deb

Thanks!
Reply
#15
The new animated version of this is in GitHub.
I downloaded it today and compiled it for replacing on my xbmcbuntu.
https://www.dropbox.com/s/udso4dhckjasfs...l.deb?dl=0

Code:
# sudo dpkg -i plymouth-theme-kodibuntu-animated-logo_0.45-1_all.deb

Now I had an issue installing this, errors about

Quote:grep: /boot/config-3.14.2-amdfixes5+: No such file or directory
WARNING: missing /lib/modules/3.14.2-amdfixes5+
Device driver support needs thus be built-in linux image!
depmod: ERROR: could not open directory /lib/modules/3.14.2-amdfixes5+: No such file or directory
depmod: FATAL: could not search modules: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_RVN51c/lib/modules/3.14.2-amdfixes5+/modules.order: No such file or directory
depmod: WARNING: could not open /tmp/mkinitramfs_RVN51c/lib/modules/3.14.2-amdfixes5+/modules.builtin: No such file or directory
Which caused my Plymouth updates only to work on shutdown not boot up. I think I came from installing the earlier packages posted above, not sure.

I ran this to correct
Code:
# sudo update-initramfs -d -k 3.14.2-amdfixes5+

update-initramfs: Deleting /boot/initrd.img-3.14.2-amdfixes5+

Code:
# sudo update-initramfs -u

update-initramfs: Generating /boot/initrd.img-3.13.0-24-generic
Then the animated boot up and shutdown worked perfectly.
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi Plymouth Theme1