Kodi box is locked

Hi all, got a wicked problem with my kodi box, left it in superb running shape and asked my neughbours kid to look after the house while I went to clean up cottage, showed him the box and told him how to use it, kid said he knows how and not to worry.
Today I come back and the box is locked/frozen, upon starting form original menu an icon came on with a "Master Use" icon and then asked for a lock code, asked the kid what he did and he said not to worry, just type my name and all will be fine, he supposedly knows this stuff, so I typed my name and the blue kodi menu comes up, but, I only have "System" and "Pictures"...... no Video, no Programs, no Weather, the kid said he installed Quasar for better protection, but now this genius knows no method of unlocking my machine.
I went into System and disabled and deleted anything that said Quasar from tepositories, but still no Video skin, or Program skin.
Gave it hard shutdowns by unplugging it and still frozen, ......... I can go in and out of System, but I can't get thet Program skin on to purge and restart.
Does anyone know of a quick fix for this, otherwise I might have to go out and buy another box...........it will be a crying shame for I took painstaking care of installing three wicked zip files and customised it with my tastes, and I might have to go through this all over again......... Jim Charinos

Launch exe

Hi, sorry my english


I write a small default.py to launch some emulators from xbmc


for example...

Quote:xbmc.executebuiltin('XBMC.System.ExecWait("c:\\zsnes\\zsnes.exe")');



it works OK first time, but second time I get this.. and xbmc hangs (snes is the name of the folder the default.py is, inside plurings/programs)


[Image: xbmc3.jpg]



Any ideas what im doing bad?


Thanks a lot

NFS, Mergerfs & Kodi issue

In the past I have read about other people having this issue but have never experienced it myself until I setup a new server.
This happens with mhddfs or mergerfs and both are fuse based so I suspect this might have something to do with it.
I can add the shared directory over NFS but only the the first directory and all files show as zero bytes.
subdirectories are not able to be entered into.

username, GID & UID (1000) are the same on both server and client.

OpenElec does not seem to suffer from this setup but standard linux & android based kodi builds do.

I changed all permissions on the folders to drwxrwxrwx

I seem to remember a setting in the exports that needed to be set but it no longer works, noreaddirplus

If I mount the NFS share on the client with fstab or manually there is no problem.

Debug here http://pastebin.com/MAG6PnLe

/etc/exports

Code:
/media/POOL    192.168.20.0/24(fsid=123,rw,no_subtree_check,insecure,all_squash)

Error installing Docker

I haven't used Kodi since it was still called XBMC and was only available for xbox, so bear with me.

I'm trying to get Docker installed so I can install containers for Sabnzbd and others.

I installed the repo here:
https://github.com/lrusak/lrusak-openelec-addons

but when I go to install docker it gives me an error. The log files say this:

Code:
00:00:49 T:547834814688   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.network.openvpn/default.py", line 33, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
00:00:49 T:547891638496   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
00:01:11 T:547868369120   ERROR: CecLogMessage - Write: write failed !
21:38:28 T:546761076960   ERROR: Previous line repeats 1 times.
21:38:28 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:44:20 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:45:04 T:546044731616   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
21:38:28 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:44:20 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:45:04 T:546044731616   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--
21:46:17 T:546761076960  NOTICE: ES: Client  from 192.168.0.102 timed out
21:47:28 T:547943870688   ERROR: CAESinkALSA::Initialize - failed to initialize device "hdmi:CARD=AMLM8AUDIO,DEV=0"
21:47:51 T:546053120224   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 oe
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.system.docker/default.py", line 32, in <module>
                                                import oe
                                            ImportError: No module named oe
                                            -->End of Python script error report<--

It looks like the important part is:
Error Contents: No module named oe

But I don't know how to fix that.

Any ideas?[/code]

Sudden halt in the reproduction of files from the NAS.

I have a problem which is simple to describe: every time I reproduce a video file from a pc on my LAN, the reproduction stops at some random moment (always of order 15-20 minutes).
I have tried several sources (all Linux), like my laptop, my NAS, there is no change. All pcs host SAMBA shares, and Kodi accesses the content thru the Samba share.

Details are as follows:

1. link to debug log: https://app.box.com/s/9sfa2f8uhh1lpzn2n58o347vo95lb5tr

2. My system is constantly updated (daily):
Code:
# uname -a
Linux asusdb 4.6.0-0.bpo.1-amd64 #1 SMP Debian 4.6.4-1~bpo8+1 (2016-08-11) x86_64 GNU/Linux
[email protected]:/etc/apt# cat /etc/debian_version
8.6
[email protected]:/etc/apt# kodi -v
16.1 Debian package version: 16.1+dfsg1-2~bpo8+1 Media Center Kodi from Debian
Copyright (C) 2005-2013 Team Kodi from Debian - http://kodi.tv
[email protected]:/etc/apt# inxi -F
System:    Host: asusdb Kernel: 4.6.0-0.bpo.1-amd64 x86_64 (64 bit) Desktop: N/A Distro: Debian GNU/Linux 8
Machine:   Mobo: ASUSTeK model: VC60 v: Rev X.0x serial: 0E03A0852100392
           Bios: American Megatrends v: 0901 date: 04/17/2014
CPU:       Dual core Intel Core i3-3110M (-HT-MCP-) cache: 3072 KB
           Clock Speeds: 1: 1284 MHz 2: 1714 MHz 3: 1200 MHz 4: 1294 MHz
Graphics:  Card: Intel 3rd Gen Core processor Graphics Controller
           Display Server: X.org 1.16.4 drivers: intel (unloaded: fbdev,vesa)
           tty size: 181x45 Advanced Data: N/A for root
Audio:     Card Intel 7 Series/C210 Series Family High Definition Audio Controller driver: snd_hda_intel
           Sound: Advanced Linux Sound Architecture v: k4.6.0-0.bpo.1-amd64
Network:   Card-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller driver: r8169
           IF: eth0 state: up speed: 1000 Mbps duplex: full mac: 10:c3:7b:9d:c8:78
           Card-2: Realtek RTL8821AE 802.11ac PCIe Wireless Network Adapter driver: rtl8821ae
           IF: wlan0 state: down mac: 54:27:1e:d2:d2:df
Drives:    HDD Total Size: 500.1GB (79.0% used) ID-1: /dev/sda model: ST500LT012 size: 500.1GB
Partition: ID-1: / size: 9.1G used: 8.4G (98%) fs: ext4 dev: /dev/sda1
           ID-2: /home size: 442G used: 353G (85%) fs: ext4 dev: /dev/sda6
           ID-3: swap-1 size: 8.39GB used: 0.00GB (0%) fs: swap dev: /dev/sda5
Sensors:   System Temperatures: cpu: 60.0C mobo: 27.8C
           Fan Speeds (in rpm): cpu: 0
Info:      Processes: 224 Uptime: 39 min Memory: 587.2/3863.8MB Client: Shell (bash) inxi: 2.1.28

3. Installed from: Debian repos.
Code:
# apt-cache show kodi
Package: kodi
Version: 16.1+dfsg1-2~bpo8+1
Installed-Size: 98
Maintainer: Debian Multimedia Maintainers <[email protected]>
Architecture: amd64
Replaces: xbmc (<< 2:13.2+dfsg1-5~)
Depends: kodi-bin (>= 16.1+dfsg1-2~bpo8+1), kodi-bin (<< 16.1+dfsg1-2~bpo8+1.1~), kodi-data
Recommends: kodi-visualization-spectrum
Breaks: xbmc (<< 2:13.2+dfsg1-5~)
Description-en: Open Source Home Theatre (executable binaries)
Kodi, formerly known as XBMC is an award winning free and
open source software media-player and entertainment hub for all your digital
media. Kodi is available for Linux, Mac OS X (Leopard, Tiger and Apple TV)
and Microsoft Windows, as well as the original Xbox game console. Created in
2003 by a group of like minded programmers, Kodi is a non-profit project run
and developed by volunteers located around the world. More than 50 software
developers have contributed to Kodi, and 100-plus translators have worked to
expand its reach, making it available in more than 30 languages.
.
While Kodi functions very well as a standard media player application for
your computer, it has been designed to be the perfect companion for your
HTPC. Supporting an almost endless range of remote controls, and combined
with its beautiful interface and powerful skinning engine, Kodi feels very
natural to use from the couch and is the ideal solution for your home
theater. Once installed, your computer will become a fully functional
multimedia jukebox.
.
This package contains the kodi binaries.
Description-md5: 8cbb7a58aa8f70442021b6474bb4487a
Homepage: http://kodi.tv/
Section: video
Priority: optional
Filename: pool/main/k/kodi/kodi_16.1+dfsg1-2~bpo8+1_amd64.deb
Size: 16216
MD5sum: 127438f0e58ba810b76ba6aa987041fe
SHA1: a334fcb79707d0a9aee28a1e178bf427e51230fb
SHA256: 8a0c234047f3772a2bcb0b9f3f86e9d68795a6cef0f93a67397483376cccd0fc

4. Git revision number: not available, substituted by Debian package version,
Version: 16.1+dfsg1-2~bpo8+1

5. Graphics info:
GPU: Mesa DRI Intel IvyBridge Mobile
Screen Resolution: [email protected] -Full Screen (my TV set)
OpenGL Vendor: Intel Open Source Technology center
OpenGL Version: 3.0 Mesa 10.3.2

6. There are no addons installed. I have changed the skin to Chorus, but, alas, it is not the problem.

7. How to reproduce the problem: choose a video file from one of the SMB folders (on different pcs in
the same LAN), start watching. The file format (avi, mp4, mkv,...) is irreleveant, because
reproduction halts after 15-20 minutes every time, i.e., no file can ever be
watched without interruptions.

Specific WMC recording doesn’t show correctly in Kodi

I'm having a recurrent problem with recordings of the BBC show 'Would I Lie to you' showing in Kodi. As the screenshot below shows, when there are multiple recordings of this show, Kodi shows two entries in the Recordings list - both "..", and both taking me to the parent folder. I've previously experienced this, but temporarily fixed it by deleting all but the most recent recording presuming it was an issue with the meta-data for one of the recordings. With another recording made a short while ago, though, the issue has re-appeared.



I'm running the latest ServerWMC version (1236), the latest Kodi nightly on a Mac and an OSMC nightly from about a week ago - both of which are showing the same issue. Assuming it's a WMC Server issue, rather than a Kodi one, I link below the current WMC Server log. Please let me know what additional information I can provide.

Log

Whole application unresponsive after anniversary update

The program constantly hangs, it takes a minute to recover, and then trying to interact makes it hang again.

There is a thread saying that the video is sluggish, this is the entire application, not just the video.

Tested on 16.1 and the nightly for 17: KodiSetup-20160929-2ec0be0-master

I reset all my settings

Here is the log file


Sorry if my post isn't coherent I have the flu, just wanted to watch movies while sick.. but thanks MS

using Kodi scrapers for personal project

Hi,

I would like to ask about the stance of the kodi project on a possible scraper reuse in another project (also GPL). And possibly any best practice you would recommend.
I was toying with the idea of writing my own scraper, but then saw the giant library of kodi scrapers, read how to write a scraper, and figured implementing your "engine" (which BTW I find very ingenious) would be a lot easier than writing/maintaining my own scrapers. I currently have a proof of concept working (themoviedb scraper loads and gets info for a movie Smile ) .

Of course I have no idea if it will go anywhere, but if it does, I'd like to be on good terms with you guys Wink

Thanks,

serafean.

France IPTV Links 30.09.2016

#EXTM3U #EXTINF:-1,IPTVLinks.ga M6 HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/985.ts #EXTINF:-1,IPTVLinks.ga TF1 HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1159.ts #EXTINF:-1,IPTVLinks.ga Arte http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1298.ts #EXTINF:-1,IPTVLinks.ga Animaux http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1300.ts #EXTINF:-1,IPTVLinks.ga Action http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1299.ts #EXTINF:-1,IPTVLinks.ga TMC http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1294.ts #EXTINF:-1,IPTVLinks.ga NT1 http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1296.ts #EXTINF:-1,IPTVLinks.ga Nrj12 http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/1297.ts #EXTINF:-1,IPTVLinks.ga Cine Comedie HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2721.ts #EXTINF:-1,IPTVLinks.ga Cine Aventure HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2722.ts #EXTINF:-1,IPTVLinks.ga Planete-HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2716.ts #EXTINF:-1,IPTVLinks.ga Planete-A-and-E-HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2717.ts #EXTINF:-1,IPTVLinks.ga PARIS PREMIERE HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2718.ts #EXTINF:-1,IPTVLinks.ga PARAMOUNT CHANNEL HD http://ksportiptv.com:1557/live/drenbox30/3KKijMWFK3/2719.ts #EXTINF:-1,IPTVLinks.ga Cine… Read More »

The post France IPTV Links 30.09.2016 appeared first on IPTVLinks.ga.

Turkey IPTV Links 30.09.2016

#EXTM3U #EXTINF:-1,IPTVLinks.ga Sinema TV http://37.187.167.137/live/ihab1/ihab1/3382.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Turk http://37.187.167.137/live/ihab1/ihab1/3377.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Premium HD http://37.187.167.137/live/ihab1/ihab1/3380.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Premium 2 http://37.187.167.137/live/ihab1/ihab1/3381.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Platin2 http://37.187.167.137/live/ihab1/ihab1/3379.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Platin http://37.187.167.137/live/ihab1/ihab1/3378.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Gold http://37.187.167.137/live/ihab1/ihab1/3376.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Fest http://37.187.167.137/live/ihab1/ihab1/3374.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Family http://37.187.167.137/live/ihab1/ihab1/3373.ts #EXTINF:-1,IPTVLinks.ga MovieSmart Classic http://37.187.167.137/live/ihab1/ihab1/3375.ts #EXTINF:-1,IPTVLinks.ga Movie Smart Action HD http://37.187.167.137/live/ihab1/ihab1/3372.ts #EXTINF:-1,IPTVLinks.ga ATV http://37.187.167.137/live/ihab1/ihab1/2454.ts #EXTINF:-1,IPTVLinks.ga TRT 1… Read More »

The post Turkey IPTV Links 30.09.2016 appeared first on IPTVLinks.ga.

USA and UK IPTV Links 30.09.2016

#EXTM3U #EXTINF:-1,IPTVLinks.ga Yesterday http://37.187.167.137/live/ihab1/ihab1/3745.ts #EXTINF:-1,IPTVLinks.ga Viva http://37.187.167.137/live/ihab1/ihab1/3743.ts #EXTINF:-1,IPTVLinks.ga VH1 http://37.187.167.137/live/ihab1/ihab1/3742.ts #EXTINF:-1,IPTVLinks.ga TLC http://37.187.167.137/live/ihab1/ihab1/3725.ts #EXTINF:-1,IPTVLinks.ga STV http://37.187.167.137/live/ihab1/ihab1/3714.ts #EXTINF:-1,IPTVLinks.ga Sky Sport News http://37.187.167.137/live/ihab1/ihab1/3711.ts #EXTINF:-1,IPTVLinks.ga Sky Movies Christmas http://37.187.167.137/live/ihab1/ihab1/3751.ts #EXTINF:-1,IPTVLinks.ga Sky Living http://37.187.167.137/live/ihab1/ihab1/3752.ts #EXTINF:-1,IPTVLinks.ga Sky Arts 1 http://37.187.167.137/live/ihab1/ihab1/3728.ts #EXTINF:-1,IPTVLinks.ga Setanta Sports 1 http://37.187.167.137/live/ihab1/ihab1/3733.ts #EXTINF:-1,IPTVLinks.ga Press TV http://37.187.167.137/live/ihab1/ihab1/3722.ts #EXTINF:-1,IPTVLinks.ga Nickelodeon http://37.187.167.137/live/ihab1/ihab1/3736.ts #EXTINF:-1,IPTVLinks.ga MTV Hits http://37.187.167.137/live/ihab1/ihab1/3741.ts #EXTINF:-1,IPTVLinks.ga MTV http://37.187.167.137/live/ihab1/ihab1/3740.ts #EXTINF:-1,IPTVLinks.ga… Read More »

The post USA and UK IPTV Links 30.09.2016 appeared first on IPTVLinks.ga.

Sky Germany free IPTV Links 30.09.2016

#EXTM3U #EXTINF:-1,IPTVLinks.ga ZDF HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2482.ts #EXTINF:-1,IPTVLinks.ga VOX HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2485.ts #EXTINF:-1,IPTVLinks.ga VOX http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1127.ts #EXTINF:-1,IPTVLinks.ga Kabel 1 HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2496.ts #EXTINF:-1,IPTVLinks.ga Kabel_1 http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1125.ts #EXTINF:-1,IPTVLinks.ga RTL HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2493.ts #EXTINF:-1,IPTVLinks.ga RTL II HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2492.ts #EXTINF:-1,IPTVLinks.ga RTL_Passion http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2876.ts #EXTINF:-1,IPTVLinks.ga RTL1 http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1139.ts #EXTINF:-1,IPTVLinks.ga RTL2_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1138.ts #EXTINF:-1,IPTVLinks.ga RTL_NITRO http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1140.ts #EXTINF:-1,IPTVLinks.ga RTL_LIVING http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1141.ts #EXTINF:-1,IPTVLinks.ga SAT_1_Golg http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2875.ts #EXTINF:-1,IPTVLinks.ga RTL_Crime http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1142.ts #EXTINF:-1,IPTVLinks.ga Super RTL HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/2488.ts… Read More »

The post Sky Germany free IPTV Links 30.09.2016 appeared first on IPTVLinks.ga.

SKY Italy IPTV Links 30.09.2016

#EXTM3U #EXTINF:-1,IPTVLinks.ga SKY_SPORT_1_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1765.ts #EXTINF:-1,IPTVLinks.ga SKY_SPORT_2_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1766.ts #EXTINF:-1,IPTVLinks.ga SKY_SPORT_3_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1767.ts #EXTINF:-1,IPTVLinks.ga SKY_SUPERCALCIO_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1768.ts #EXTINF:-1,IPTVLinks.ga Sky_Sports_F1_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1763.ts #EXTINF:-1,IPTVLinks.ga Sky_Sport_Italia http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1764.ts #EXTINF:-1,IPTVLinks.ga sky_sport_24_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1055.ts #EXTINF:-1,IPTVLinks.ga Sky_Moto_GP_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1819.ts #EXTINF:-1,IPTVLinks.ga Eurosport_1_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1852.ts #EXTINF:-1,IPTVLinks.ga Eurosport_2_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1851.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_1_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1120.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_2_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1121.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_3_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1122.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_4_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1123.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_5_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1124.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_6_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1758.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_7_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1759.ts #EXTINF:-1,IPTVLinks.ga PRIMAFILLA_8_HD http://greenppv-hd.dynu.com:12580/live/laurent/laurent/1760.ts… Read More »

The post SKY Italy IPTV Links 30.09.2016 appeared first on IPTVLinks.ga.

No files after the letter L

Any "quick fix" reason you can think of that under Videos and then Files all of a sudden NOTHING appears in the screen directory on movies or file folders after the letter L? This JUST started, so I am betting my wife hit something silly. I don't see anything stored under filter.

All of the files show up on the computer directory.
All of the files show up under Movie and then Title

Anyone seen this before?

The only thing I think that could have caused this... is that I just went over a size limit... when I split the main folder into two.. they all reappeared

Android startup video

Hey, I hope I'm asking in the right place..

I bought a new android tv box called: km8 pro and it runs Android marshmallow...
In the startup thers a video with km8 logo and musics..
I've tryen to change the bootanimation.zip file but it stays,
Is there anyway to disable or replace it?

Thank you
Adi