- Archive:HOW-TO:Make Windows boot directly to Kodi (as a shell)
- Contents
- 1 Using EventGhost Method
- 1.1 Setting up EventGhost
- 1.2 Preparing your Desktop Background (optional)
- 1.3 Set Windows to AutoLogin
- 1.4 Set your «Shell» to EventGhost
- 1.5 Notes on EventGhost Method
- 2 Using SilentLaunch Method
- 2.1 Troubleshooting SilentLaunch
- 2.2 SilentLaunch Source Code
- 3 For Windows 7 and optional EventGhost : Using Windows 7 Group Policy Object Editor
- 4 See Also
- Kodi автозапуск windows 10
- Kodi автозапуск windows 10
- Kodi автозапуск windows 10
Archive:HOW-TO:Make Windows boot directly to Kodi (as a shell)
| THIS PAGE IS OUTDATED: |
This page or section has not been updated in a long time, no longer applies, refers to features that have been replaced/removed, and/or may not be reliable.
This page is only kept for historical reasons, or in case someone wants to try updating it.
If you are going to use XBMC for Windows as your primary media center, you probably want your HTPC to boot directly to XBMC with as little distraction as possible. The more your XBMC Media Center functions like an «appliance», the more seamless your home theater experience will be. One of the most effective ways to accomplish this is to replace the default Windows «shell», which is «explorer.exe», with a program that will directly launch XBMC in full-screen. A problem with this approach is that the program that launches the shell doesn’t allow you to pass parameters (such as the -fs parameter to make XBMC full-screen). In addition, many people need to load other special software, such as audio mixers, remote control software, or EventGhost.
This guide will help overcome these problems.
Note that XBMC Live may be a better solution for creating a home theater «appliance» and can be tested without modifying your computer.
Contents
1 Using EventGhost Method
The program «EventGhost» is a very powerful way to manage remote controls, auto-starting of programs, and other macros.
It supports many common remotes out of the box, such as the Microsoft MCE remote, several X10 remotes, the Sony PS3 Bluetooth remote, the ATI Remote Wonder II, USB-UIRT, and the original Xbox DVD remote.
You can use EventGhost to load the plugin for your favorite remote, load the XBMC EventClient plugin, then load XBMC itself.
1.1 Setting up EventGhost
- Download and install the latest EventGhost Beta.
- Right-click and disable any plugins in the right-hand pane that you aren’t using (Winamp, etc.)
- Install the plugin for the remote receiver you wish to use
- (click «add plugin» and select your Remote from the list of «Remote Receivers»)
- Install the XBMC EventClient plugin
- (click «add plugin» and select «XBMC» from the «Program Control» section.
CONFIGURE YOUR REMOTE IN EVENTGHOST
- Press a key on your remote that you would like to cause an action in XBMC.
- Drag the event that shows up in the left-hand pane of EventGhost to the XBMC action that you want in the right-hand pane.
- Repeat for each button that you want to use with XBMC
SET XBMC TO AUTOSTART IN EVENTGHOST
- Under «AutoStart» click «Add Action»
- Under «System», click «Start Application»
- Filepath to executable should be:
- C:\Program Files\XBMC\XBMC.exe (unless you’ve changed it)
- Command line options are:
- -fs (for full-screen)
- Working Directory is:
- C:\Program Files\XBMC
- Filepath to executable should be:
- Add any other programs you want to start automatically in the same way.
1.2 Preparing your Desktop Background (optional)
You may safely ignore this section if you don’t care what color your screen is when Windows boots up.
CHANGE YOUR DESKTOP BACKGROUND TO BLACK
- right-click on your desktop, and click properties.
- click the «desktop» tab, and set background to «none»
- click the «appearance» tab, click «advanced», select the item «desktop» and set the color to black.
CHANGE YOUR LOGOFF SCREEN BACKGROUND TO BLACK
- click «Start -> Run» and type «regedit»
- Navigate to the following key:
1.3 Set Windows to AutoLogin
1.4 Set your «Shell» to EventGhost
- click «Start -> Run» and type «regedit»
- Navigate to the following key:
1.5 Notes on EventGhost Method
You can now restart your computer; it should appear to immediately run XBMC and nothing else.
If you need to run other programs, close or minimize XBMC and press to run the task manager. Go to File -> New Task (Run. ) and type the name of what you want to run.
ie. cmd for the command prompt
regedit to undo the changes we made earlier
firefox to run firefox
explorer to explore your computer (this won’t bring up the start menu and taskbar)
etc..
2 Using SilentLaunch Method
- Download SilentLaunch and extract to C:\
- Create a text-file on C:\ named SilentLaunch.cfg
- Check the properties of your XBMC link and add the target information. For instance, the default is:
2.1 Troubleshooting SilentLaunch
If nothing happens or an error occurred
- Start a command prompt: Start -> Run, enter
. this will enable verbose output to the screen. Typical error: error 2 is file-not-found, check your path.
It is important to enclose the xbmc-path in quotation marks («) if it contains spaces. The verbose will tell you more on what went wrong.
2.2 SilentLaunch Source Code
The source code & more information about the program can be found here http://lars.werner.no/?p=117
3 For Windows 7 and optional EventGhost : Using Windows 7 Group Policy Object Editor
This method only works under the following versions of Windows 7:
This is because they contain the Group Policy Object Editor and all the other versions don’t.
It works under all versions of Windows Server 2008
1. Setting up your user account to log in automatically
- Log in as administrator.
- Open the start menu, and type in the search box: netplwiz .
- Uncheck Users must enter a user name and password to use this computer and hit Apply.
- A window will pop up asking for the user name and password of the user account which should log in automatically. Supply all the information and hit OK.
Next time you restart, the account selected in step 1 will log on automatically. Now you can setup this account to use XBMC as shell instead of Explorer:
If you want to use EventGhost then skip step 2.
2. Set XBMC as shell for a specific user account
- Log in as administrator.
- Open the start menu, and type in the search box: mmc .
- Choose File -> Add/Remove Snap-in.
- Select Group Policy Object Editor and hit Add.
- In the wizard that pops up, hit Browse. go to tab Users, select your user account (the one that you set up to log on automatically in step 1) and hit OK.
- Make sure that the checkbox in the wizard is Unchecked, and hit Finish.
- Hit OK in the Add/Remove Snap-ins window.
- In the User Configuration -> Administrative Templates -> System folder, open Custom User Interface.
- Select Enabled and enter the full path (including XBMC.exe and any switches that you may use) in the Interface file name textbox.
- Hit OK and reboot your system. It should now log in and start XBMC automatically without showing the start menu and icons first
3.Set EventGhost as shell for all users.
First add XBMC in EventGhost as autostart :
- Open EventGhost
- Under «AutoStart» click «Add Action»
- Under «System», click «Start Application»
- Filepath to executable should be:
- Filepath to executable should be:
Now set EventGhost as shell for all users.
- Log in as administrator.
- Press Windows + R.
- Enter the following text and then press OK.
4 See Also
Community Forum discussion threads on the topic:
Kodi автозапуск windows 10
Новые темы необходимо создавать только в корневом разделе! В дальнейшем они будут обработаны модераторами.
Если Вы выложили новую версию программы, пожалуйста, сообщите об этом модератору нажав на вашем сообщении кнопку «Жалоба».
Последнее обновление программы в шапке: 15.03.2021
Краткое описание:
Кросс-платформенный медиацентр XBMC.
Бесплатный кроссплатформенный медиаплеер и программное обеспечение для организации HTPC с открытым исходным кодом. Графический интерфейс программы позволяет легко управлять видеофайлами, фотографиями и музыкой, находящимися на компьютере, оптическом диске, в интернете или в локальной сети. Может управляться с помощью ПДУ.
Android 4.2+:
версия: 16.1 Jarvis for Windows Kodi (Пост _SERGEYX_ #56018605)
версия: 16.0 Jarvis Kodi (Пост fack1900 #47300196)
версия: 16.0 Jarvis x86 Kodi (Пост ROMANFIONOV #47315630)
версия: 15.2 final Kodi (Пост grey684 #43824098)
версия: 15.2 + кэш Kodi (Пост fack1900 #44038040)
версия: 14.2 (x86) Stable kodi-14.2-Helix-x86.apk ( 61,12 МБ )
версия: 14.2 (windows) Stable kodi-14.2-Helix.exe ( 67,82 МБ )
версия: 15.1.1 Kodi (Пост grey684 #42405075)
версия: 15.1 + кэш Kodi (Пост fack1900 #42280136)
версия: 15 + кэш Kodi (Пост fack1900 #41793816)
версия: 15.0 + кэш KODI (XBMC) (Пост fack1900 #41260543)
версия: 14.2 (arm) Stable kodi-14.2-Helix-armeabi-v7a.apk ( 59,74 МБ )
версия: 13 Stable XBMC (Пост #31290789)
версия: 13 XBMC (Пост #31210770)
версия: 12.2 https://4pda.ru/forum/dl/post/2915114/xbmc-12.2-Frodo-armeabi-v7a.apk
версия: 12.1 xbmc-12.1-Frodo-armeabi-v7a.apk
версия: 12.0 http://mirrors.xbmc.org/releases/android/x. armeabi-v7a.apk
NEON Devices (Nexus 7 / Tegra3 / Newer Samsung Devices): xbmcapp-armeabi-v7a-debug-08-22-full-neon.apk
Non-NEON Devices (Tegra2 / A500 / A100 / Thrive): xbmcapp-armeabi-v7a-debug-08-22-no-neon.apk
версия: n/axbmcapp_armeabi_v7a_debug_20120714.apk ( 39,01 МБ )
Сообщение отредактировал Slav_nsk — 09.04.21, 07:59
Kodi автозапуск windows 10
Есть еще способ автоматического запуска в Ubuntu Server 16.04.2, с помощью встроенного в систему system.
Создаете файл (пример kodi.service) по следующему пути /etc/systemd/system
и вставляете туда следующие строки:
[Unit]
Description = Kodi Media Center
# if you don’t need the MySQL DB backend, this should be sufficient
After = systemd-user-sessions.service network.target sound.target
# if you need the MySQL DB backend, use this block instead of the previous
# After = systemd-user-sessions.service network.target sound.target mysql.service
# Wants = mysql.service
[Service]
User = kodi
Group = kodi
Type = simple
#PAMName = login # you might want to try this one, did not work on all systems
ExecStart = /usr/bin/xinit /usr/bin/dbus-launch —exit-with-session /usr/bin/kodi-standalone — :0 -nolisten tcp vt7
Restart = on-abort
RestartSec = 5
[Install]
WantedBy = multi-user.target
Активация автозапуска юнита по команде sudo systemctl enable kodi
У меня так стартует, и если падает kodi срабатывает перезапуск.
Через systemd тоже очень хороший способ .
Только при определенном стечении обстоятельств не на всех инсталяциях почему то срабатывает . Хоть везде и 16.04 и 16.10 Видимо зависит как то от набора первоначально инсталированных пакетов , и когда пишешь .service
Надо четко представлять, что писать в After и Wants иначе потом долго разбираться в этих цепочках
Если установка стандартная полная — Вполне годный метод как выше написано.
ЗЫ вообще если разобраться с systemd провести анализ , то можно существенно ускорить загрузку всей системы
Мне удалось добиться 3сек на полную загрузку системы, на древнем SSD SATA-II, не самый быстрый SSD.
Kodi автозапуск windows 10
Новые темы необходимо создавать только в корневом разделе! В дальнейшем они будут обработаны модераторами.
Если Вы выложили новую версию программы, пожалуйста, сообщите об этом модератору нажав на вашем сообщении кнопку «Жалоба».
Последнее обновление программы в шапке: 15.03.2021
Краткое описание:
Кросс-платформенный медиацентр XBMC.
Бесплатный кроссплатформенный медиаплеер и программное обеспечение для организации HTPC с открытым исходным кодом. Графический интерфейс программы позволяет легко управлять видеофайлами, фотографиями и музыкой, находящимися на компьютере, оптическом диске, в интернете или в локальной сети. Может управляться с помощью ПДУ.
Android 4.2+:
версия: 16.1 Jarvis for Windows Kodi (Пост _SERGEYX_ #56018605)
версия: 16.0 Jarvis Kodi (Пост fack1900 #47300196)
версия: 16.0 Jarvis x86 Kodi (Пост ROMANFIONOV #47315630)
версия: 15.2 final Kodi (Пост grey684 #43824098)
версия: 15.2 + кэш Kodi (Пост fack1900 #44038040)
версия: 14.2 (x86) Stable kodi-14.2-Helix-x86.apk ( 61,12 МБ )
версия: 14.2 (windows) Stable kodi-14.2-Helix.exe ( 67,82 МБ )
версия: 15.1.1 Kodi (Пост grey684 #42405075)
версия: 15.1 + кэш Kodi (Пост fack1900 #42280136)
версия: 15 + кэш Kodi (Пост fack1900 #41793816)
версия: 15.0 + кэш KODI (XBMC) (Пост fack1900 #41260543)
версия: 14.2 (arm) Stable kodi-14.2-Helix-armeabi-v7a.apk ( 59,74 МБ )
версия: 13 Stable XBMC (Пост #31290789)
версия: 13 XBMC (Пост #31210770)
версия: 12.2 https://4pda.ru/forum/dl/post/2915114/xbmc-12.2-Frodo-armeabi-v7a.apk
версия: 12.1 xbmc-12.1-Frodo-armeabi-v7a.apk
версия: 12.0 http://mirrors.xbmc.org/releases/android/x. armeabi-v7a.apk
NEON Devices (Nexus 7 / Tegra3 / Newer Samsung Devices): xbmcapp-armeabi-v7a-debug-08-22-full-neon.apk
Non-NEON Devices (Tegra2 / A500 / A100 / Thrive): xbmcapp-armeabi-v7a-debug-08-22-no-neon.apk
версия: n/axbmcapp_armeabi_v7a_debug_20120714.apk ( 39,01 МБ )
Сообщение отредактировал Slav_nsk — 09.04.21, 07:59