Quantcast
Channel: Kodi Community Forum - All Forums
Viewing all 85180 articles
Browse latest View live

Library not updating

$
0
0
Hello,

Don't know exactly when this problem cropped up, but have noticed that my library does not update any TV shows when being scraped. The only way that I can make a new show be entered into my Kodi library is to go to Vidoes---->Files---->TV Shows---->Press "C"---->Scan to library. That only works on a single show. When I choose "Update Library" anywhere within Kodi, it goes through the motions, but doesn't come up with anything new and there are at least 40 shows that have not been scraped yet. This is a Windows 7 machine, Kodi 17.3 scraping using local nfo files into a mysql database. The Android boxes I have updated themselves to 17.4, so I have a mixture of 17.3 and 17.4 devices.
I noticed another thread with scraping issues but wasn't sure if it was the same problem that I am having. Attached is a link to my kodi log.file, with logging turned on.
Would appreciate any help with this.

Thank you,

https://www.dropbox.com/s/xzukzpnntwob8h5/kodi.log?dl=0

Remove spoiler image episode

$
0
0
Hi, It's possible to remove the thumbnail from the episode on tv shows for prevent spoilers?

[Android TV] unable to add sources: error 2:share not available

$
0
0
I have been using Kodi for about 5 years. At the beginning in a R-pi. About 6 months ago I changed to a Phillips Android TV. I installed Kodi from the play store, set it up and was running smoothly... until few days ago. I was going to reproduce a movie and it said it could'nt find the file. I start checking and Kodi was'nt beeing able to browse through the library. I have my media files in a Netgear NAS and usualy connects to it via SMB. I tried reconnecting them but didn'nt work. I checked if something changed in the NAS but everything is the same, the files are there and I can browse to them from my windows PC and my mobile.

I uninstalled Kodi from the TV and started a new instalation, but still im getting the same error when trying to get the sources. When I choose "Windows network (SMB)" i can see the volume and the first folders, when I browse inside it asks for user and password and then I get the error "Error 2:share not available" I'm sure the user and password are ok as they are the same I use from computer.

from the log files I can only see this:

Code:
OS Android 6.0.1 Api 23 Kernel 3.10.79
Kodi 17.4 aug 22/2017

16:54:16.174 T:18446744072052013360   ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://NASPLANETON/Videos'
                                            unix_err:'d' error : 'Permission denied'
16:54:16.176 T:18446744072334121264   DEBUG: ------ Window Init (DialogSettings.xml) ------
16:54:16.176 T:18446744072334121264    INFO: Loading skin file: DialogSettings.xml, load type: KEEP_IN_MEMORY
16:54:16.192 T:18446744072334121264   DEBUG: CSettingsManager: requested setting (user.name) was not found.
16:54:16.192 T:18446744072334121264   DEBUG: CSettingsManager: requested setting (user.password) was not found.
16:54:16.192 T:18446744072334121264   DEBUG: CSettingsManager: requested setting (user.rememberpassword) was not found.

16:56:13.051 T:18446744071900231984   ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USER:PASSWORD@NASPLANETON/Videos'
                                            unix_err:'2' error : 'No such file or directory'
16:56:13.051 T:18446744072334121264   DEBUG: ------ Window Init (DialogConfirm.xml) ------
16:56:13.051 T:18446744072334121264    INFO: Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY
16:56:17.429 T:18446744072334121264   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
16:56:17.631 T:18446744072334121264   DEBUG: OnKey: return (0xf00d) pressed, action is Select
16:56:17.632 T:18446744072334121264   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
16:56:17.870 T:18446744072334121264   DEBUG: ------ Window Deinit (DialogConfirm.xml) ------
16:56:17.882 T:18446744072334121264   ERROR: GetDirectory - Error getting smb://NASPLANETON/Videos/
16:56:17.882 T:18446744072334121264   ERROR: CGUIDialogFileBrowser::GetDirectory(smb://NASPLANETON/Videos/) failed
16:56:18.383 T:18446744072334121264   DEBUG: ------ Window Init (DialogBusy.xml) ------
16:56:18.569 T:18446744072334121264   DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0
16:56:18.715 T:18446744072334121264   DEBUG: ------ Window Deinit (DialogBusy.xml) ------
16:56:20.256 T:18446744072334121264   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
16:56:20.459 T:18446744072334121264   DEBUG: OnKey: backspace (0xf008) pressed, action is Back
16:56:20.961 T:18446744072334121264   DEBUG: ------ Window Init (DialogBusy.xml) ------
16:56:23.264 T:18446744072334121264   DEBUG: Keyboard: scancode: 0x04, sym: 0x0008, unicode: 0x0000, modifier: 0x0
16:56:23.264 T:18446744072334121264   DEBUG: OnKey: backspace (0xf008) pressed, action is Back
16:56:23.283 T:18446744072334121264   ERROR: GetDirectory - Error getting smb://
16:56:23.283 T:18446744072334121264   ERROR: CGUIDialogFileBrowser::GetDirectory(smb://) failed

In the log of the NAS im getting this:

Code:
Sep 03 16:56:09 NASPlanetON smbd[7564]: [2017/09/03 16:56:09.490832,  0] ../lib/util/modules.c:48(load_module)
Sep 03 16:56:09 NASPlanetON smbd[7564]:   Error loading module '/usr/lib/arm-linux-gnueabi/samba//vfs/aio_linux.so': /usr/lib/arm-linux-gnueabi/samba//vfs/aio_linux.so: cannot open shared object file: No such file or directory
Sep 03 16:56:09 NASPlanetON smbd[7564]: [2017/09/03 16:56:09.494901,  0] ../source3/smbd/vfs.c:184(vfs_init_custom)
Sep 03 16:56:09 NASPlanetON smbd[7564]:   error probing vfs module 'aio_linux': NT_STATUS_UNSUCCESSFUL
Sep 03 16:56:09 NASPlanetON smbd[7564]: [2017/09/03 16:56:09.495302,  0] ../source3/smbd/vfs.c:349(smbd_vfs_init)
Sep 03 16:56:09 NASPlanetON smbd[7564]:   smbd_vfs_init: vfs_init_custom failed for aio_linux
Sep 03 16:56:09 NASPlanetON smbd[7564]: [2017/09/03 16:56:09.495480,  0] ../source3/smbd/service.c:565(make_connection_snum)
Sep 03 16:56:09 NASPlanetON smbd[7564]:   vfs_init failed for service Videos
[/quote]

Kodi does not start again after closing

$
0
0
Hi to all,

I have a problem with restarting Kodi.
Every time I close it i get an error afer restarting Kodi again.

Something like:
"The programm does not respond..."

So I have to restart the computer.

Im working with Windows 32 Bit all updates installed.
My Kody is the version from 29.08.2017

Thanks a lot
ROnny

Unable to stream to Samsung TV UE43JU6000

$
0
0
Screen mirroring does not work.

I have a Samsung UE43JU6000 4K Ultra HD Smart TV connected directly to my router etc. Windows 10 operating system.
My pc is also connected to the same router with a UTP cable. I can share files from my pc to my TV, and also watch (play) them, without any problems.
My pc recognizes my TV and my TV recognizes my pc. The TV sees Vuse and Kodi, and the hard drive of the pc.
Also Samsung Smart View are able to stream to my TV without any problem.
However screen mirroring and streaming to my TV does not work. Doesn’t matter if I try to stream from Kodi or from Stremio.
The TV connects briefly to the pc, and then I get the message connection lost. Everything is enabled everywhere. Even Bonjour Print Services and Zeroconf.
Any solution or ideas on this problem?

PVR errors

$
0
0
I am new to this whole firestick idea and have had nothing but trouble with it from day 1!! It has kodi 17.4 installed on it. I am continuously getting PVR warnings. I have searched online for suggestions and they say to disable the ones that pop up. I worry if I continue to do this I'll have to streams left. Are there any other solutions?? Thank you for any help you can give me!!!

Help with firestick please

$
0
0
Hello,
Its been a while since i used my firestick. I use to use the adbfire to install updates and the last one i did was 15.2. Now it tells me there is an update but it take me to a site that is down. is there a new program to install updates to firestick ?
any help is appreciated,
Thanks, DBL1973

keymaps

$
0
0
I am in need of a little help I have changed one of my kodi boxes from linux to windows and i am having some issues with keymaps i have tried the editor addon as well and it will not accept a key on the remote even though it gives it an id any idea would be helpful and i am not sure what additional info to provide so please ask.

Thanks,
Yonu

Backup Kodi from Android to Apple TV

$
0
0
Hello all, i have an Android tv box running Kodi 17.4 and an Apple TV 4 running the same. How can i have the ATV4 look exactly like the Android one? I'm interested in having all the Gui, addons, folders, etc be the same on both. I'm not looking for this to happen in realtime, i just would like to know if its possible to backup the necessary files/directories on the Android box and restore them on the ATV box maybe once a week. Does anyone know the files/directories that need to be copied?? Appreciate the help!

Thanks.

Can't delete files and can't start Kodi without breaking DVBLink

$
0
0
Hi,
I’m running Kodi 7.14 on Windows 10 with a plug-in for DVBLink Viewer and have a couple of problems:
1. The big problem: some tv programs can’t be deleted from within Kodi. Most are fine but for the second time (first time was about 6 months ago) a bunch of programs flicker for a moment but stay in the list of recorded programs. The files on the local drive get deleted but they stay in the Kodi listing. I’ve tried ‘Clean Library’ without success. When this happened previously I found an article on how to use DB Browser to issue an SQL command to remove items with a particular status/value. It worked a treat but I’ve searched this forum and everywhere else I can find but I can seem to find the same articles again. Can anyone tell me how I can repeat that SQL statement – or suggest an alternative fix. If anyone knows why this could happen and what I can do to prevent it in future that would also be great.
2. The niggly problem: If Kodi starts with Windows, it doesn’t seem to load the DBVLink add-in properly as the DBVLink services are still starting. I used to work round that by using a scheduled task to start the app 20 seconds after logon occurred (and logon was automatic). That worked until I switched to the Microsoft Store version of Kodi. Now there’s no .exe to run and I haven’t found a way of starting Kodi using a scheduled task. I bet there’s a slick way to let other services start before starting Kodi which everyone else using DVBLink Viewer has worked out. Can someone tell me what it is please Smile

Any help appreciated.

Thanks

Rob

can't download 17.4

$
0
0
Im probably being stupid but I cant download the latest version of Kodi from the website. I do the usual and click on chose your weapon, select raspberry pi, press guide. window pops up saying your download has started. but it hasn't. nada, nothing. tried various browsers. all the same.

Kodi Doesn't Export Episode Thumbs

$
0
0
I've done this many times before without issue but it's been a while since the last time (last time might have been on an older version on kodi).

I want to export all thumbs, actors, nfo etc. to separate files. I have answered yes to all questions and clicked separate files. Kodi is exporting everything for my movies (nfo, fanart, thumb). Kodi is also exporting the season posters, all main TV show and episode nfo's.

Kodi is not exporting TV show episode thumbs. Its also not exporting actors but I'm less concerned about that.

I'm running mysql if that has any relevance. Ran with debug and its not showing anything. Not sure what to try to fix this.

Aeon Nox help for a novice plz!!

$
0
0
I'm very new to Kodi and I decided I liked the Neon Nox skin due to its style.

Now I have it I am completely lost.

I am unable to navigate my way around.

I can't find main menu, add ons etc.

I'm completely blind here and could do with some guidance please.

Any help would be greatly appreciated.

Thank you

Restoring Main Menu options

$
0
0
I accidentally deleted 'Movies' from the Main menu, how can I restore the option?

Add-on custom menu font colours

$
0
0
Hi all,

Been using Kodi for a while now, and I've been loving it and would love to contribute in some way (I'm a web developer, tell me what I can do!).

I only really use a couple of add-ons, but recently I've been mightily confused by one thing happening over and over again. Add-ons can specify whatever font colour they want for whatever part of their menus.

Why is that? Is that not something that should be determined by the skin only? I have seen some combinations of add-ons specifying white text with skins with a white background -- you can imagine what happens there! In the worst cases, some skins only display menu items as... transparent. Fat lot of useful is that.

How is a menu entry customisable at add-on level, or event at add-on feed level? This seems utterly daft, as it narrows the user's real choice -- I can't use Motor Replays with the default skin as nothing shows up; with Arctic Zephyr it hurts my eyes; if those skins were only reading the text content it would be much, much better, as the skin developers have done the hard work of making things readable. A menu item should be text, that's it. (It wouldn't stop add-on developers from using titles like '--==<( super awesome thing )>==--'... But that would at least still be usable, I'd know what I'm clicking).

Is it just me? Are people happy reading yellow on light grey? And having their beautiful skins (because some of those skins are truly beautiful) bastardised with repositories and add-ons called --[[SUPER-DUPER-REPOSITORY add-on]]--?

My 2 cents.

F4MProxy error [log attached]

$
0
0
Hi!
Impossible to make Kodi work on my PC, neither on my Smart TV. F4Mproxy enabled, F4Mtester enabled. But impossible to make work any station on LoganTV neither on F4mtester.
Please help, piece of error log below


20:09:55.326 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Chine+Live+event+4&url=http%3A%2F%2F202.162.123.172%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream4.f4m&proxy=&mode=play
20:09:55.326 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Chine+Live+event+4&url=http%3A%2F%2F202.162.123.172%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream4.f4m&proxy=&mode=play
20:09:55.327 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=CCTV+1+China&url=http%3A%2F%2Fzb.wyol.com.cn%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.327 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=CCTV+1+China&url=http%3A%2F%2Fzb.wyol.com.cn%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.329 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=CCTV13+China&url=http%3A%2F%2Fzb.zghhzx.net%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.329 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=CCTV13+China&url=http%3A%2F%2Fzb.zghhzx.net%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.330 T:14568 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=SYGD+TV+china&url=http%3A%2F%2Fzb.sygd.tv%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.330 T:14568 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=SYGD+TV+china&url=http%3A%2F%2Fzb.sygd.tv%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_350.f4m&proxy=&mode=play
20:09:55.332 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Pudong+TV+China&url=http%3A%2F%2Fzb.pudongtv.cn%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_500.f4m&proxy=&mode=play
20:09:55.332 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Pudong+TV+China&url=http%3A%2F%2Fzb.pudongtv.cn%2Fhds-live%2Flivepkgr%2F_definst_%2Fwslhevent%2Fhls_pindao_1_500.f4m&proxy=&mode=play
20:09:55.333 T:14568 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=AKS+TV+Turkey&url=http%3A%2F%2F88.150.239.241%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.333 T:14568 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=AKS+TV+Turkey&url=http%3A%2F%2F88.150.239.241%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.334 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Quadrant+live+streams+UK&url=http%3A%2F%2Ffms.quadrant.uk.com%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.334 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Quadrant+live+streams+UK&url=http%3A%2F%2Ffms.quadrant.uk.com%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.336 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=1+HD+cdn1+Russia&url=http%3A%2F%2Fcdn3.1internet.tv%2Fhds-live11%2Flivepkgr%2F_definst_%2F1tv-hd.f4m&proxy=&mode=play
20:09:55.336 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=1+HD+cdn1+Russia&url=http%3A%2F%2Fcdn3.1internet.tv%2Fhds-live11%2Flivepkgr%2F_definst_%2F1tv-hd.f4m&proxy=&mode=play
20:09:55.338 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=1+HD+cdn2+Russia&url=http%3A%2F%2Fcdn2.1internet.tv%2Fhds-live%2Flivepkgr%2F_definst_%2F1tv.f4m&proxy=&mode=play
20:09:55.339 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=1+HD+cdn2+Russia&url=http%3A%2F%2Fcdn2.1internet.tv%2Fhds-live%2Flivepkgr%2F_definst_%2F1tv.f4m&proxy=&mode=play
20:09:55.339 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=ndtv+plus+-+proxy+needed&url=http%3A%2F%2F193.232.151.135%2Fhds-live-not-protected%2Flivepkgr%2F_1099_%2F1099%2F1099-70.f4m&proxy=&mode=play
20:09:55.339 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=ndtv+plus+-+proxy+needed&url=http%3A%2F%2F193.232.151.135%2Fhds-live-not-protected%2Flivepkgr%2F_1099_%2F1099%2F1099-70.f4m&proxy=&mode=play
20:09:55.340 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=BBC+Arabic&url=http%3A%2F%2Fbbcwshdlive01-lh.akamaihd.net%2Fz%2Fatv_1%4061433%2Fmanifest.f4m%3Fhdcore%3D2.11.3&proxy=&mode=play
20:09:55.340 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=BBC+Arabic&url=http%3A%2F%2Fbbcwshdlive01-lh.akamaihd.net%2Fz%2Fatv_1%4061433%2Fmanifest.f4m%3Fhdcore%3D2.11.3&proxy=&mode=play
20:09:55.342 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Greek+Oral+B+advert&url=http%3A%2F%2Fskaihd-f.akamaihd.net%2Fz%2Fadvert%2FORAL_B_SHAKIRA_20-SKAI.mp4%2Fmanifest.f4m%3Fhdcore%3D2.6.8%26g%3DOGEJOEGNJICP&proxy=&mode=play
20:09:55.342 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Greek+Oral+B+advert&url=http%3A%2F%2Fskaihd-f.akamaihd.net%2Fz%2Fadvert%2FORAL_B_SHAKIRA_20-SKAI.mp4%2Fmanifest.f4m%3Fhdcore%3D2.6.8%26g%3DOGEJOEGNJICP&proxy=&mode=play
20:09:55.344 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=RTS+Swiss+a+proxy+needed%3F&url=http%3A%2F%2Fsrgssr_uni_11_ww-lh.akamaihd.net%2Fz%2Fenc11uni_ww%40112996%2Fmanifest.f4m%3Fg%3DXTJVOORDBMQF%26h​dcore%3D2.11.3&proxy=&mode=play
20:09:55.344 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=RTS+Swiss+a+proxy+needed%3F&url=http%3A%2F%2Fsrgssr_uni_11_ww-lh.akamaihd.net%2Fz%2Fenc11uni_ww%40112996%2Fmanifest.f4m%3Fg%3DXTJVOORDBMQF%26h​dcore%3D2.11.3&proxy=&mode=play
20:09:55.345 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=aliakrep+DRM+not+working&url=http%3A%2F%2Fccr.cim-jitp.top.comcast.net%2Fcimomg04%2FOPUS%2F83%2F162%2F119271491507%2F1389989008837​%2F119271491507_1389986611184_1850000_4.f4m&proxy=&mode=play
20:09:55.345 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=aliakrep+DRM+not+working&url=http%3A%2F%2Fccr.cim-jitp.top.comcast.net%2Fcimomg04%2FOPUS%2F83%2F162%2F119271491507%2F1389989008837​%2F119271491507_1389986611184_1850000_4.f4m&proxy=&mode=play
20:09:55.347 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=mrt3%2Fall-streams.isml&url=http%3A%2F%2Fstream1-prod.spectar.tv%3A1935%2Fmrt-edge%2F_definst_%2Fmrt3%2Fsmil%3Aall-streams.isml%2Fmanifest.f4m&proxy=&mode=play
20:09:55.347 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=mrt3%2Fall-streams.isml&url=http%3A%2F%2Fstream1-prod.spectar.tv%3A1935%2Fmrt-edge%2F_definst_%2Fmrt3%2Fsmil%3Aall-streams.isml%2Fmanifest.f4m&proxy=&mode=play
20:09:55.350 T:4180 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=2006&name=Recorded..Getting+Revenge+in+GTA+maxbitrate+2000&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2013%2F10%2F16%2FGameplay_Ge​ttingRevengeinGTAOnline_101613_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2​Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DJNMDDRCQSDCH&proxy=&mode=play
20:09:55.350 T:4180 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=2006&name=Recorded..Getting+Revenge+in+GTA+maxbitrate+2000&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2013%2F10%2F16%2FGameplay_Ge​ttingRevengeinGTAOnline_101613_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2​Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DJNMDDRCQSDCH&proxy=&mode=play
20:09:55.351 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Getting+Revenge+in+GTA+maxbitrate+Highest&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2013%2F10%2F16%2FGameplay_Ge​ttingRevengeinGTAOnline_101613_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2​Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DJNMDDRCQSDCH&proxy=&mode=play
20:09:55.351 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Getting+Revenge+in+GTA+maxbitrate+Highest&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2013%2F10%2F16%2FGameplay_Ge​ttingRevengeinGTAOnline_101613_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2​Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DJNMDDRCQSDCH&proxy=&mode=play
20:09:55.353 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Gamespot+news+highest+bitrate&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2014%2F04%2F24%2FGSNews_Apr2​4_20140424a_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2Fmanifest.f4m%3Fhdc​ore%3D2.10.3%26g%3DKUVLMGTKPJFF&proxy=&mode=play
20:09:55.353 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Gamespot+news+highest+bitrate&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2014%2F04%2F24%2FGSNews_Apr2​4_20140424a_%2C600%2C1000%2C1800%2C3200%2C4000%2C.mp4.csmil%2Fmanifest.f4m%3Fhdc​ore%3D2.10.3%26g%3DKUVLMGTKPJFF&proxy=&mode=play
20:09:55.354 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Gamespot+news+600+bitrate&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2014%2F04%2F24%2FGSNews_Apr2​4_20140424a_%2C600%2C.mp4.csmil%2Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DKUVLMGTKP​JFF&proxy=&mode=play
20:09:55.354 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Recorded..Gamespot+news+600+bitrate&url=http%3A%2F%2Fhdv.gamespotcdn.net%2Fz%2Fd5%2F2014%2F04%2F24%2FGSNews_Apr2​4_20140424a_%2C600%2C.mp4.csmil%2Fmanifest.f4m%3Fhdcore%3D2.10.3%26g%3DKUVLMGTKP​JFF&proxy=&mode=play
20:09:55.355 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=TESTING+not+F4M&url=http%3A%2F%2Fstream.flowplayer.org%2Fflowplayer-700.flv&proxy=&mode=play
20:09:55.355 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=TESTING+not+F4M&url=http%3A%2F%2Fstream.flowplayer.org%2Fflowplayer-700.flv&proxy=&mode=play
20:09:55.358 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Pitelevision+geo+kahani&url=http%3A%2F%2F202.125.131.170%3A1935%2Fpitelevision%2Fsmil%3Ageokahani.sm​il%2Fmanifest.f4m&proxy=&mode=play
20:09:55.358 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Pitelevision+geo+kahani&url=http%3A%2F%2F202.125.131.170%3A1935%2Fpitelevision%2Fsmil%3Ageokahani.sm​il%2Fmanifest.f4m&proxy=&mode=play
20:09:55.359 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Viet+1000bitrate&url=http%3A%2F%2Fhlscache.fptplay.net.vn%2Flive%2Fonetv_1000.stream%2Fmanife​st.f4m%7CReferer%3Dhttp%3A%2F%2Fplay.fpt.vn%2Fstatic%2Fmediaplayer%2FFPlayer.swf​&proxy=&mode=play
20:09:55.359 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Viet+1000bitrate&url=http%3A%2F%2Fhlscache.fptplay.net.vn%2Flive%2Fonetv_1000.stream%2Fmanife​st.f4m%7CReferer%3Dhttp%3A%2F%2Fplay.fpt.vn%2Fstatic%2Fmediaplayer%2FFPlayer.swf​&proxy=&mode=play
20:09:55.361 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Sic+http%3A%2F%2Fviseu.es.tl%2F&url=http%3A%2F%2F88.157.194.246%2Flive%2Framdisk%2Fzsic%2FHDS%2Fzviseu.f4m&proxy=&mode=play
20:09:55.361 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Sic+http%3A%2F%2Fviseu.es.tl%2F&url=http%3A%2F%2F88.157.194.246%2Flive%2Framdisk%2Fzsic%2FHDS%2Fzviseu.f4m&proxy=&mode=play
20:09:55.362 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Rte.ie+multi+nested+manifests&url=http%3A%2F%2Fwww.rte.ie%2Fmanifests%2Frte1.f4m&proxy=&mode=play
20:09:55.362 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Rte.ie+multi+nested+manifests&url=http%3A%2F%2Fwww.rte.ie%2Fmanifests%2Frte1.f4m&proxy=&mode=play
20:09:55.364 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=900&name=NBc+olypics&url=http%3A%2F%2Folystreameast.nbcolympics.com%2Fvod%2F157717c8-9c74-4fd1-ab1a-7daca5246324%2Fgeo1-lucas-oil-pro-motocross0531120959-ua.ism%2Fmanifest%28format%3Df4m-f4f%29.f4m&proxy=108.163.254.214%3A7808&mode=play
20:09:55.364 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=900&name=NBc+olypics&url=http%3A%2F%2Folystreameast.nbcolympics.com%2Fvod%2F157717c8-9c74-4fd1-ab1a-7daca5246324%2Fgeo1-lucas-oil-pro-motocross0531120959-ua.ism%2Fmanifest%28format%3Df4m-f4f%29.f4m&proxy=108.163.254.214%3A7808&mode=play
20:09:55.366 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=900&name=NBc+extra+olypics&url=http%3A%2F%2Folystreameast.nbcolympics.com%2Fvod%2F31883e54-e85b-4551-a24a-46accc4a9d49%2Fnbc-sports-live-extra0601123118-ua.ism%2Fmanifest%28format%3Df4m-f4f%2Cfiltername%3Dvodcut%29.f4m&proxy=108.163.254.214%3A7808&mode=play
20:09:55.366 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=900&name=NBc+extra+olypics&url=http%3A%2F%2Folystreameast.nbcolympics.com%2Fvod%2F31883e54-e85b-4551-a24a-46accc4a9d49%2Fnbc-sports-live-extra0601123118-ua.ism%2Fmanifest%28format%3Df4m-f4f%2Cfiltername%3Dvodcut%29.f4m&proxy=108.163.254.214%3A7808&mode=play
20:09:55.367 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=something+else&url=http%3A%2F%2F77.245.150.95%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.367 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=something+else&url=http%3A%2F%2F77.245.150.95%2Fhds-live%2Flivepkgr%2F_definst_%2Fliveevent%2Flivestream.f4m&proxy=&mode=play
20:09:55.368 T:14604 WARNING: XFILE::CFileFactory::CreateLoader - unsupported protocol(plugin) in plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Viet+2500bitrate&url=http%3A%2F%2Fhlscache.fptplay.net.vn%2Flive%2FhtvcmovieHD_2500.stream%2F​manifest.f4m%7CReferer%3Dhttp%3A%2F%2Fplay.fpt.vn%2Fstatic%2Fmediaplayer%2FFPlay​er.swf&proxy=&mode=play
20:09:55.368 T:14604 ERROR: InputStream: Error opening, plugin://plugin.video.f4mTester/?proxy_for_chunks=False&maxbitrate=0&name=Viet+2500bitrate&url=http%3A%2F%2Fhlscache.fptplay.net.vn%2Flive%2FhtvcmovieHD_2500.stream%2F​manifest.f4m%7CReferer%3Dhttp%3A%2F%2Fplay.fpt.vn%2Fstatic%2Fmediaplayer%2FFPlay​er.swf&proxy=&mode=play
20:09:55.438 T:11048 ERROR: CFFmpegImage::ExtractFrame: Could not decode a frame
20:09:57.305 T:13744 ERROR: Previous line repeats 1 times.
20:09:57.305 T:13744 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named F4mProxy
Traceback (most recent call last):
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 291, in <module>
playF4mLink(url,name, proxy_string, proxy_use_chunks,auth_string,streamtype,setResolved,swf , callbackpath, callbackparam,iconImage)
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 110, in playF4mLink
from F4mProxy import f4mProxyHelper
ImportError: No module named F4mProxy
-->End of Python script error report<--
20:10:00.580 T:11048 ERROR: Previous line repeats 3 times.
20:10:00.580 T:11048 ERROR: CFFmpegImage::ExtractFrame: Could not decode a frame
20:10:01.138 T:13740 ERROR: Previous line repeats 1 times.
20:10:01.138 T:13740 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named F4mProxy
Traceback (most recent call last):
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 291, in <module>
playF4mLink(url,name, proxy_string, proxy_use_chunks,auth_string,streamtype,setResolved,swf , callbackpath, callbackparam,iconImage)
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 110, in playF4mLink
from F4mProxy import f4mProxyHelper
ImportError: No module named F4mProxy
-->End of Python script error report<--
20:10:08.425 T:11048 ERROR: Previous line repeats 4 times.
20:10:08.425 T:11048 ERROR: CFFmpegImage::ExtractFrame: Could not decode a frame
20:10:12.746 T:3984 ERROR: Previous line repeats 4 times.
20:10:12.746 T:3984 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ImportError'>
Error Contents: No module named F4mProxy
Traceback (most recent call last):
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 291, in <module>
playF4mLink(url,name, proxy_string, proxy_use_chunks,auth_string,streamtype,setResolved,swf , callbackpath, callbackparam,iconImage)
File "C:\Users\rg400\AppData\Roaming\Kodi\addons\plugin.video.f4mTester\default.py", line 110, in playF4mLink
from F4mProxy import f4mProxyHelper
ImportError: No module named F4mProxy
-->End of Python script error report<--
20:11:30.035 T:11916 WARNING: CSkinInfo: failed to load skin settings

Windowed user preference for Player().play() method. : : : : : Kodi version 17 docs.

$
0
0
Ref : http://mirrors.xbmc.org/docs/python-docs...layer-play
Quote:windowed : [opt] bool - true=play video windowed, false=play users preference.(default)
So how and where does the xbmc.Player().play() method pick up the user's preference when I pass false to the windowed argument ?

Code:
Plays the movie windowed in the small videowindow control of the popup dialog window :

xbmc.Player().play(url, item, True)
OR :
xbmc.Player().play(url, item, windowed=True)
Code:
Always plays the movie in full screen :

xbmc.Player().play(url, item, False)
OR :
xbmc.Player().play(url, item, windowed=False)
OR :
xbmc.Player().play(url, item)

Also, are there docs specific to version 17 of Kodi ?

Multipart Episodes / nfo / for home videos

$
0
0
Hi,

I have lots of short homevideos and decided to use kodi to present them with a nice interface as a tvshow.
Each year I treat as a "season" and it works fine. Only problem is that in some years I have 100+ short videos. This is not convenient.
What I would like to do is "group" related videos as one episode. How do I make/name the corresponding .nfo for it?
For example:
s10e01.trip to paris.nfo
s10e01.1.trip to paris.nfo
s10e01.2.trip to paris.nfo

When naming as above, it will not see the episode at all and when I rename to s10e01.1.trip to paris.nfo it will only play part1.
What am I doing wrong?


*I don't want to merge the videos using mkvtoolnix or ...

Greenish full screen on web streams.

$
0
0
Hello,


Issue: greenish hue and badly scaled video when playing full screen web streams.

No issues when playing windowed and no issues when playing files full screen.

I don't get it.

Can't populate TV Shows

$
0
0
Third time lucky with this post hopefully...

Anyway - Kodi is working great with the exception of the 'TV Shows' section not being populated. Have setup a homegroup on Windows 10 which contains a separate folder for both TV Shows and Movies. Movies populates no problem with correct title, poster etc. but I keep getting the ''Your library is currently empty......." message when I select TV Shows. I have checked the source and it is definitely marked as TV Shows but none of the media appears.

Did a completely fresh Kodi install (17.3) and still no luck

Anyone have any ideas what might be wrong?

http://paste.ubuntu.com/25460515/
Viewing all 85180 articles
Browse latest View live