1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

testing MrMC 3.0.4

Old TestFlight threads
Locked
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

testing MrMC 3.0.4

Post by davilla »

How to request Testflight access: Send an email to [email protected] with the subject "Game over, man", include your email address tied to device, which flavor (tvOS, iOS or GooglePlay).

Fair warning for tvOS, this series will eventually require 10.2 tvOS as we will be moving to 10.2 required SDK.

tvOS/iOS: released
FireOS: released
Shield: released

(20170428-051d8e1)
- rssfeed: add new url
- emby: fix logging error
- guilib: only update container after condition changed
- AE: fix error adjust in syncStream
- bump to 3.2 FFMpeg (check hevc decode)

(20170430-bafbe04)
tvOS: move to Xcode 8.3
ffmpeg: bump to 3.3 (check hevc decode)
DVDplayer: remove IsCaching() from Pause() and isPaused()
emby/plex: increase the busy spinner max delay for services items
core: hack fix for playback buffering cycles, this is AE stalled, NOT audio codec stalled
core: remove player depends on stream cache. player only really care about demux buffers.

(20170502-8db0cff)
smb: libsmbclient can handle large chunk size, try for 2MB
dsm: libdsm max chunk size is 65535, use it
core: remove useless dcpu, acpu, vcpu from codec OSD
core: fixed aq not updating unless audio is actually playing
core: split realtime/non-realtime playback start handling. fixes GoPro video playback
skin: add missing 3D flag to skin.re-touched
plex: add StopTranscode and PingTranscoder
revert: emby/plex: increase the busy spinner max delay for services items
backport: upstream HLS program selection fixes

(20170503-d12bc3a)
fixed video stutter when codec OSD is up

(20170508-4694f6c)
core, fixed video playback from GoPro cameras
core: update webinterface (log downloader)
core: drop thread GetRelativeUsage/GetAbsoluteUsage
core, cosmetics, add units to what we log
core, add back lost realtime tag for m3u8
emby/plex: flatten TV shows if needed

(tvOS 170510.1432)
update tvh and iptv pvr clients

(20170514-6596d59)
tryfix for media stream extraction
core: enable wake-on-access for emby/plex clients, limit WakeOnLan to local devices, broadcasts do not cross subnets
plex: changeover to json/CVariant using xml2json/rapidxml to convert. Is about 10 percent faster than parsing xml
plex: refactor in prep for caching top level views
plex: only crank up CPlexClientSync if we have a connected client
plex: client sync logging
emby: fixed sign in by user/pass if no internet
core: hide unneeded buttons in addon info
core: backport upstream changes

(20170519-5b0dfa1)
core: setting to set auto hide OSD timeout
core: fixed iOS deprecated warnings
core: bump to libdsm 2.0.7
core, add libdsm connect by browse
core: libdsm, fixed long timeout on trying to open non-existing files
fixed: plex changeover to json/CVariant using

(20170519-7954a6e)
core: libdsm, fixed thumbgen regression (from fixed long timeout)

(20170522-93ade78)
core: libsmbclient, remove socket options and use the server defaults
core: libdsm, fixed smb_fwrite crash
core: libdsm, revert for CreateFileHandleForWrite
emby: reset g_progressSec to 0 after we have triggered CEmbyUtils::ReportProgress()
core: fixed memory leak. if sqlite3_open_v2 fails, must also do sqlite3_close
core: fixed memory leak. CGUIWindowSplash::OnInitWindow can get called several times
smb: remove FORCEV1 setting, does nothing as we only support v1 :)
core: set DSM as default SMB service
core: reorder services, smb under MySQL

(20170523-62cef79)
core: libdsm, handle guest/no username properly
core: libdsm, log why we fail to allocate session
core: libsmbclient, remove socket options and use the server defaults
User avatar
Ted377
Posts: 410
Joined: 24 Jul 2016, 12:36
Location: Germany

Re: testing MrMC 3.0.4

Post by Ted377 »

EPG Downloader ? 😉
User avatar
amet
Team MrMC
Posts: 3787
Joined: 26 Oct 2015, 16:59
Location: Dubai/Novi Sad

Re: testing MrMC 3.0.4

Post by amet »

No epg downloaded for now, these are requests and we can take them in account once finished with planned upgrades and fixes
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: testing MrMC 3.0.4

Post by cosmoxl »

what is AE?
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: testing MrMC 3.0.4

Post by davilla »

cosmoxl wrote: 28 Apr 2017, 16:32what is AE?
Audio Engine
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: testing MrMC 3.0.4

Post by davilla »

In case it's not clear, there should be a big jump in HEVC (h265) playback performance on tvOS with 3.0.4.
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: testing MrMC 3.0.4

Post by cosmoxl »

davilla wrote: 28 Apr 2017, 16:37 In case it's not clear, there should be a big jump in HEVC (h265) playback performance on tvOS with 3.0.4.
because the newer ffmpeg is more efficient?
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: testing MrMC 3.0.4

Post by davilla »

cosmoxl wrote: 28 Apr 2017, 16:41
davilla wrote: 28 Apr 2017, 16:37 In case it's not clear, there should be a big jump in HEVC (h265) playback performance on tvOS with 3.0.4.
because the newer ffmpeg is more efficient?
More Neon asm routines. Neon asm code is generally 10X faster than C.
cosmoxl
Posts: 1759
Joined: 12 Dec 2015, 14:16

Re: testing MrMC 3.0.4

Post by cosmoxl »

davilla wrote: 28 Apr 2017, 16:45
cosmoxl wrote: 28 Apr 2017, 16:41
davilla wrote: 28 Apr 2017, 16:37 In case it's not clear, there should be a big jump in HEVC (h265) playback performance on tvOS with 3.0.4.
because the newer ffmpeg is more efficient?
More Neon asm routines. Neon asm code is generally 10X faster than C.
cool. too bad apple is dumb and doesn't open up hardware API or whatever.
jamesp26
Posts: 63
Joined: 16 Apr 2016, 11:58

Re: testing MrMC 3.0.4

Post by jamesp26 »

Fire tv?
Locked