कुछ साल वापस मैं विंडोज मीडिया केंद्र से कोडी के लिए चले (समर्थन और एम सी के विकास के समाप्त होने के लिए माइक्रोसॉफ्ट के लिए धन्यवाद). कोडी व्यापक रूप से इस्तेमाल और बहुत बहुमुखी है, हालांकि यह काफी दोषरहित काम नहीं किया है और मैं कष्टप्रद मुद्दों की एक सीमा के पार चलो करने के लिए जारी. मैं कहाँ एक समाधान पाया है मैं इसे नीचे दस्तावेज़ होगा
1. कोडी मानक के रूप में madvr साथ काम नहीं करता. [कारगर युक्तियाँ]
One option is to use Kodi-dsplayer but this doesn’t seem to work with liveTV which is one of the main uses for my kodi system. The only alternative is to set up the use of external players in kodi which generally does work ok, but livetv is still played with the internal player
2. एक सार्वभौमिक डिफ़ॉल्ट दृश्य की स्थापना मुश्किल या असंभव है
I can’t find a way to set a “default view” for my emby media library with the aeon nox skin. It isn’t clear to me where this option should be — is it a skin responsibility? an emby responsibility? or a core app responsiblity? But this should *always* be available somewhere — it seems like pretty basic stuff to me
3. मौसम प्रदाताओं काम में से कोई भी मज़बूती से. [FIXED]
I’ve tried several, कुछ बिल्कुल काम नहीं करते, कुछ दिनों के लिए कुछ काम और फिर बंद. I eventually got the MET office plugin to work by registering for my own एपीआई कुंजी. Setting the locations is a bit fiddly but once done it seems to work.
4. स्लाइडशो पर फोटो की जानकारी [FIXED]
Displaying info about photos on slideshows requires all sorts of manual coding which is in danger of being wiped out with every update. I have written a post on how to modify the slideshow screensaver, but not the actual slideshow.
To edit the regular slideshow depends on the theme. I use Aeon Nox Silvo. इस संपादित फ़ाइल के लिए %AppData%\Kodi\addons\skin.aeon.nox.silvo\16x9\SlideShow.xml
मेरा इस तरह दिखता है
<?एक्सएमएल संस्करण ="1.0" एन्कोडिंग ="UTF-8"?> <खिड़की> <defaultcontrol>2</defaultcontrol> <नियंत्रण> <नियंत्रण प्रकार ="लेबल"> <विवरण>चित्र टिप्पणी</विवरण> <posx>0</posx> <कहावत>980</कहावत> <चौड़ाई>1920</चौड़ाई> <ऊंचाई>35</ऊंचाई> <संरेखित>केंद्र</संरेखित> <संघ>केंद्र</संघ> <फ़ॉन्ट>font15</फ़ॉन्ट> <लिखावट का रंग>सफेद</लिखावट का रंग> <लेबल>$जानकारी[Slideshow.Caption]</लेबल> </नियंत्रण> <नियंत्रण प्रकार ="लेबल"> <विवरण>चित्र विवरण</विवरण> <posx>0</posx> <कहावत>1030</कहावत> <चौड़ाई>1920</चौड़ाई> <ऊंचाई>35</ऊंचाई> <संरेखित>केंद्र</संरेखित> <संघ>केंद्र</संघ> <फ़ॉन्ट>font15</फ़ॉन्ट> <लिखावट का रंग>सफेद</लिखावट का रंग> <लेबल>$ जानकारी के साथ लिया[Slideshow.CameraModel] $ जानकारी पर[Slideshow.EXIFDate]. $जानकारी[Slideshow.Byline]</लेबल> </नियंत्रण> </नियंत्रण> </खिड़की>
5. लॉग प्रणाली भयानक है [FIXED]
Why would I want to prat about loading a plugin to view logs. Just give the logs sensible names and stick them all in a log folder somewhere where people can open them with whatever viewer they wish to use!
On windows logs can be found in %AppData%\Roaming\kodi
6. कोडी के लिए emby ऐड-ऑन बीटा संस्करण के साथ काम बंद हो जाता है [FIXED]
के लिए ब्राउज़ करें %appdata%\kodi\userdata\Database
और कहा जाता है एक फ़ाइल के लिए देखो myvideos###.db
Make a note of the version (currently for me 112). फिर फ़ाइल को संपादित %AppData%\Kodi\addons\plugin.video.emby\resources\lib\database.py
and make sure the number matches (मेरे लिए थी लाइन पर है 29) — it should say '18': 112 # Leia
7. कल्प Nox में मेनू को अनुकूलित फ़ोल्डरों emby को इंगित करने के [FIXED]
When creating custom menus in Aeon Nox there are a couple of routes to point to emby folders. One route prevents you from selecting the final subfolder (e.g. going directly into the movies folder) whilst the other option does navigate the whole way but forces the type of folder to be music not videos. Create the menu this second way and then change it manually (custom option) and change the word “Music” for “Videos” at the start of the command line.
8. प्रदर्शित यूके कल्प Nox Silvo में BBFC रेटिंग्स [FIXED]
The icons for BBFC ratings are included and are supposed to work if you have coloured icons turned on and have your region settings correct. कैसे कभी, the system is only compatible with 1 particular way of storing the metadata for the ratings, where my metadata managers use a slightly different system. I fixed this by editing %AppData%\Kodi\addons\skin.aeon.nox.silvo\16x9\variables.xml and editing the lines that start with UK: by replacing UK: साथ जीबी-
9. कोड + Emby + बाहरी खिलाड़ियों [FIXED]
External players don’t work with emby if it is in “addon mode” as the files are played via एचटीटीपी बल्कि एसएमबी द्वारा की तुलना में. Of course there is no clear documentation that explains this, और न ही वहाँ ऐड-ऑन मोड में रहते हुए एसएमबी के लिए मजबूर करने के लिए एक विकल्प है. Switch emby to native mode and then clear the kodi database and let it rebuild.
10. बाहरी खिलाड़ियों का उपयोग करना [FIXED]
The examples for windows users are horrible, गलत स्लैश का उपयोग करके पथ के साथ उदाहरण के लिए (यूनिक्स / instead of windows \). Below is the one I currently use which works as I would expect. A couple of things to note — I have included settings for VLC even though I don’t use it as an external player. Simple change the names for the rules in the bottom section from एमपीसी-HC वीएलसी के लिए आप वीएलसी उपयोग करना चाहते हैं. Also note my rule for filenames with the word Photos — this is because videos from my digital cameras are stored with my photos, and when in slideshow I want the videos played with the internal player, not with an external player.
<playercorefactory> <खिलाड़ियों> <खिलाड़ी नाम ="एमपीसी-HC" type ="ExternalPlayer" ऑडियो ="असत्य" वीडियो ="true"> <फ़ाइल का नाम>सी:\प्रोग्राम Files एमपीसी-HC\एमपीसी-hc64.exe</फ़ाइल का नाम> <आर्ग>"{1}" /प्ले / फुलस्क्रीन / बंद</आर्ग> <hidexbmc>असत्य</hidexbmc> <hideconsole>असत्य</hideconsole> <warpcursor>कोई नहीं</warpcursor> <playcountminimumtime>540</playcountminimumtime> </खिलाड़ी> <खिलाड़ी नाम ="वीएलसी" type ="ExternalPlayer" वीडियो ="true"> <फ़ाइल का नाम>सी:\Program Files VideoLAN वीएलसी vlc.exe</फ़ाइल का नाम> <आर्ग>"{1}" --फुलस्क्रीन --play-और-बाहर निकलें</आर्ग> <forceontop>असत्य</forceontop> <hidexbmc>असत्य</hidexbmc> <hideconsole>असत्य</hideconsole> <hidecursor>असत्य</hidecursor> </खिलाड़ी> </खिलाड़ियों> <नियम कार्रवाई ="आगे जोड़ते"> <शासन BD ="true" खिलाड़ी ="एमपीसी-HC" /> <नियम डीवीडी ="true" खिलाड़ी ="एमपीसी-HC" /> <शासन फ़ाइल प्रकार ="bd|मैं एफओ|bdmv|MPLS" खिलाड़ी ="एमपीसी-HC" /> <शासन वीडियो ="true" खिलाड़ी ="एमपीसी-HC"> <शासन internetstream ="true" खिलाड़ी ="वीडियो प्लेयर" /> <शासन फ़ाइल प्रकार ="पीवीआर" खिलाड़ी ="वीडियो प्लेयर" /> <नियम प्रोटोकॉल ="पीवीआर" खिलाड़ी ="वीडियो प्लेयर" /> <नियम फ़ाइल नाम =".*तस्वीरें।*" खिलाड़ी ="वीडियो प्लेयर" /> <नियम फ़ाइल नाम =".*ट्रेलर।*" खिलाड़ी ="वीडियो प्लेयर" /> </नियम> </नियम> </playercorefactory>
11. जीना टीवी एक छोटे से झटकेदार है [FIXED]
The use of “fullscreen window” mode seems to cause juddery playback for some reason. मैं नहीं जानता कि क्यों यह डिफ़ॉल्ट रूप से सक्षम, लेकिन इसे बंद!
12. प्लेयर असंगत स्थिति को नियंत्रित करता है [FIXED]
In Aeon Nox Silvo the player controls (e.g. प्रारंभ, बंद करो आदि) appear at the bottom of the screen when in liveTV but the top of the screen when playing music. To move the liveTV ones to the top edit the file %AppData%\Kodi\addons\skin.aeon.nox.silvo\16x9\VideoOSD.xml
तथा %AppData%\Kodi\addons\skin.aeon.nox.silvo\16x9\Includes_LiveTV.xml
. In my case I changed several “top” values in the second file by adding 50 to them to move the large OSD window slightly lower. To move the player controls to the top of the display I changed the 2nd, 3rd तथा 4th “top” values in VideoOSD.xml to 0, 1085 and 5
13. कोडी के बाद से भयानक सूक्ष्म हकलाना 18 बीटा 1 [FIXED]
कोड 18 beta‑1 introduces a smooth motion feature that currently can’t be turned off. मेरे लिए (and for other users on the kodi forums) this has caused the introduction of micro stutter on panning scenes on some videos.
मैं इस तय कर दी है, but only because my projector can display 25Hz and because I play all non-टीवी videos in an external player. The issue is caused by playing 25fps content at 50Hz with the smoothmotion settings causing some horrible judder. The same problem occurs in madvr with 24p content at 48Hz which is why I turn off smooth-motion in madvr. To fix it I set my display to 60Hz (सबसे अच्छा और बलों स्विच करने के लिए लग रहा है kodi), enabled the refresh-rate switching setting in kodi, and whitelisted all of the 1080p options के सिवाय 50हर्ट्ज. Now when I play liveTV and recordedTV with the internal player the display switches to 25Hz and the videos play without judder. यह अंतिम रिलीज होने से पहले किया जाना चाहिए.
14. LiveTV शिफ़्ट होने के समय DVBLink साथ glitchy [FIXED]
In fairness to kodi it seems this was at least partially the fault of DVBLink. Earlier versions (5, 5.5) worked better with the liveTV buffer on my इस RAID सरणी, but I found by moving it back off my इस RAID array I was able to avoid the glitching that has been occurring. My guess is that the buffer file wasn’t playing nicely with the राम-based cache on the hardware इस RAID कार्ड.
15. जब स्टार्टअप पर चलाने के कोडी विंडो फ़ोकस खो देता है [FIXED]
I have always had problems with Kodi losing window focus on startup. There are various unsatisfactory solutions to this that are offered e.g. loading Kodi instead of windows explorer on boot up, effectively as the shell. Many people suggest using “Launcher4Kodi” but I have found this is itself full of problems. After much exploration I discovered that my issue was caused by the Samsung Magician software that supports my Samsung एसएसडी. I had already found some issues with Magician (e.g. RAPID mode causing problems with removable drives and यूएसबी उपकरणों) so I uninstalled it. Since removing it I have had no problems with window focus in Kodi.
“Hi James I realise it has been a long while, but I just checked this on windows 11 (build 23H2)…”