streaming films help?
Random question....just installed this on my mac, just want to watch and stream films so how do i do this?? struggling
Kodi for PC IOS Football Addons IPTV M3u Sports
Kodi for PC IOS Football Addons IPTV M3u Sports
Random question....just installed this on my mac, just want to watch and stream films so how do i do this?? struggling
Hello, for some reason I can't get the interface to work at all. Following instructions for Kodi, I then typed the address http://localhost:8080 but that wouldn't open at all. Any assistance would be appreciated. OS is Windows 10 Home.
I was wondering if I could configure the guide in SimpleIPTV to show as a Widget on the TV tab. I can't seem to make the guide a Favorite to get the proper command for a custom Widget. Is this even possible to do?
Hello, In live tv i have only pcm 2.0. the Solution is to enable "Dolby digital encoding" But then the sound goes off very short all few seconds. The Display on the av jumps between "Decoder off" to "Dolby digital". Can someone help me?
For several years, I've been getting reliable Season/Episode data for mythv via xmltv grabbers (UK-RT, UK-ATLAS, now SDJSON). The xmltv grabbers store this as 'syndicatedepisodenumber' in the 'program' table and this is copied to 'recordedprogram' when a recording is made.
Mythfrontend will present 'syndicatedepisodenumber' ([E2S1]) in list views if it can't find 'season' & 'episode' in the 'recorded' table (s01e02). The problem is Kodi's pvr.mythtv client can't access 'syndicatedepisodenumber'. It needs 'season' & 'episode'.
You could run metadata lookup to populate 'season' & 'episode' but it is very hit and miss. You could enter this information all manually using mythfrontend, but would you bother?
The solution I use is an SQL query which converts 'syndicatedepisodenumber' into 'season' & 'episode'. This runs as a custom job after each recording completes.
The Concept
#!/bin/bash
echo `/bin/date` ": updating season/episode for chanid \"$1\" starttime \"$2\" \"$3\"" &>> /var/log/mythtv/this_seasonepisode.log
echo "SET @ChanID=\"$1\", @StartTime=\"$2\";" > /tmp/this_seasonepisode.sql
cat /home/mythtv/bin/this_seasonepisode.sql >> /tmp/this_seasonepisode.sql
mysql -umythtv -pmythtv --database mythconverg < /tmp/this_seasonepisode.sql &>> /var/log/mythtv/this_seasonepisode.log
-- MSQL Query to update season/episode based on UK_RadioTimes xmltvid data format ExxSxx (most series)
update recorded
inner join recordedprogram on
(
recorded.programid=recordedprogram.programid and
recorded.title=recordedprogram.title and
recorded.subtitle=recordedprogram.subtitle
)
set
recorded.season = mid(recordedprogram.syndicatedepisodenumber,locate("S",recordedprogram.syndicatedepisodenumber)+1),
recorded.episode = mid(recordedprogram.syndicatedepisodenumber,2,locate("S",recordedprogram.syndicatedepisodenumber)-2)
where
recorded.chanid = @ChanId and
recorded.starttime = @StartTime and
recorded.title!="" and
recorded.programid!="" and
recordedprogram.syndicatedepisodenumber!="" and
recorded.episode=0 and
recorded.season=0 and
recordedprogram.syndicatedepisodenumber like "E%S%";
-- MSQL Query to update season/episode based on UK_RadioTimes xmltvid data format Exxxx (Mostly soaps and specials)
update recorded
inner join recordedprogram on
(
recorded.programid=recordedprogram.programid and
recorded.title=recordedprogram.title and
recorded.subtitle=recordedprogram.subtitle
)
set
recorded.season = 0,
recorded.episode = mid(recordedprogram.syndicatedepisodenumber,2)
where
recorded.chanid = @ChanId and
recorded.starttime = @StartTime and
recorded.title!="" and
recorded.programid!="" and
recordedprogram.syndicatedepisodenumber!="" and
recorded.episode=0 and
recorded.season=0 and
recordedprogram.syndicatedepisodenumber like "E%" and
recordedprogram.syndicatedepisodenumber not like "%S%";
#!/bin/bash
echo "Updating recorded season/episode based on recordedprogram syndicatedepisodenumber where they are currently zero based on matching non-zero programid,title,subtitle"
mysql -umythtv -pmythtv --database mythconverg < /home/mythtv/bin/fix_seasonepisode.sql
-- MSQL Query to update season/episode based on UK_RadioTimes xmltvid data format ExxSxx (most series)
update recorded
inner join recordedprogram on
(
recorded.programid=recordedprogram.programid and
recorded.title=recordedprogram.title and
recorded.subtitle=recordedprogram.subtitle
)
set
recorded.season = mid(recordedprogram.syndicatedepisodenumber,locate("S",recordedprogram.syndicatedepisodenumber)+1),
recorded.episode = mid(recordedprogram.syndicatedepisodenumber,2,locate("S",recordedprogram.syndicatedepisodenumber)-2)
where
recorded.title!="" and
recorded.programid!="" and
recordedprogram.syndicatedepisodenumber!="" and
recorded.episode=0 and
recorded.season=0 and
recordedprogram.syndicatedepisodenumber like "E%S%";
-- MSQL Query to update season/episode based on UK_RadioTimes xmltvid data format Exxxx (Mostly soaps and specials)
update recorded
inner join recordedprogram on
(
recorded.programid=recordedprogram.programid and
recorded.title=recordedprogram.title and
recorded.subtitle=recordedprogram.subtitle
)
set
recorded.season = 0,
recorded.episode = mid(recordedprogram.syndicatedepisodenumber,2)
where
recorded.title!="" and
recorded.programid!="" and
recordedprogram.syndicatedepisodenumber!="" and
recorded.episode=0 and
recorded.season=0 and
recordedprogram.syndicatedepisodenumber like "E%" and
recordedprogram.syndicatedepisodenumber not like "%S%";
Hi, I'm trying to set up a new NUC with Kodi and I keep running into a rather strange HDMI audio problem. The problem is that when I start Kodi, whether it is from command line or on startup, the audio over HDMI does not work, it is completely silent...
Hi I have some home movies from an old camera that are in Video_ts fomat but I have created nfo files for them so they are in my library. I went export my library via the menu and selected separate files and overight old so that I could back up my w...
I don't understand why are radio stations mixed with iptv stations? As I understood PVR Simple client is working with TV and Radio channels from the same m3u list? If all this above is true then I have next questions/problems: - If I have radio=true i...
Hi, I have an idea of an addon, same as "Kodi Philips Hue" but for the Ikea Tradfri. A GitHub page say we can control Tradfri light using Python "https://github.com/ggravlingen/pytradfri" I have absolutly no skill in Python, so i need help Thank, an...
I have bought a new MI box and was thinking to upgrade from SPMC 16.6 to the 17.1 Krypton file. Dose anybody know what one i use for this machine ( arm 32 apk) android.
http://paste.ubuntu.com/24381434/ http://paste.ubuntu.com/24381452/ It gave me two logs, no idea which is which. Whenever I click "exit" there's a 50/50 chance Kodi hangs and becomes unresponsive. I also couldn't upload my log at all until I disabled ...
I'm working on something that has some rather verbose debug logging and a bit of repetition to it. But the kodi logs are freaking me out. It is constantly saying "Previous line repeats [x] times.". This sent me on a wild goose hunt trying to figure ou...
Hello all, SO... Background I have had Kodi 16.1 running on 2 windows boxes and an AFTV with a Next PVR Backend running (Fairly) Flawlessly for about 6 months. There was some time shifting issues and stuttering so I figured "Hey, Why not upgrade Kod...
I GET A KODI ERROR PAGE AS SOON AS I START IT UP WITHN THE LATEST KRYPTON 17.1......RUNNING ON A MAC MINI ...THIS IS WHAT COMES UP.........THX IN ADVANCE TO ANYONE THAT CAN HELP [inline log removed]
SKYNET – THE NEW KODI ADDON 2017 SKYNET has started – New Kodi Add ON NEW MASSIVE KODI ADDON FILLED WITH CONTENT! SkyNet – Massive new 3rd Party All-In-One Mega Addon For Kodi & SPMC 4 DEV’S ONE ADD-ON, 4K 3D NEW RELEASES SPORT, A MUST TRY ! Note: The use of this addon is… Read More »