• 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9
Release IPTV Simple Client recording for Windows Krypton
#31
@primaeval

Can you add new-old tag from user epg...that string-integer Afedchin never included.

-Cast
-Director
-Writer
-Year
-IMDBNumber
-EpisodeName

Other PVR have this....this PVR stay on level 2014 year Smile
https://github.com/Angelinas1/pvr.iptvsi...f84ad27c72
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
#32
(2018-03-08, 11:16)Angelinas Wrote: @primaeval

Can you add new-old tag from user epg...that string-integer Afedchin never included.

-Cast
-Director
-Writer
-Year
-IMDBNumber
-EpisodeName

Other PVR have this....this PVR stay on level 2014 year Smile
https://github.com/Angelinas1/pvr.iptvsi...f84ad27c72
 I'll put it on the TODO list.
Right now I'm having enough problems trying to get it to work on Android.
Reply
#33
i cant finish the build prozess. is somebody able to build this addon for s905x boxes? I cant do this....
Reply
#34
@Antaril:

Code:
$ git clone https://github.com/LibreELEC/LibreELEC.tv.git
$ cd LibreELEC.tv
$ git checkout amlogic

Edit: packages/mediacenter/kodi-binary-addons/pvr.iptvsimple/package.mk
Code:
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.iptvsimple/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.iptvsimple/package.mk
index 0beb886..2326793 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.iptvsimple/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.iptvsimple/package.mk
@@ -17,12 +17,12 @@
################################################################################

PKG_NAME="pvr.iptvsimple"
-PKG_VERSION="2a649d7"
+PKG_VERSION="a61ec61"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"
-PKG_URL="https://github.com/kodi-pvr/pvr.iptvsimple/archive/$PKG_VERSION.tar.gz"
+PKG_URL="https://github.com/primaeval/pvr.iptvsimple/archive/$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain kodi-platform zlib"
PKG_SECTION=""
PKG_SHORTDESC="pvr.iptvsimple"

Now compile the image:
Code:
$ PROJECT=Amlogic DEVICE=S905 ARCH=arm make image

And then the pvr addon:
Code:
$ PROJECT=Amlogic DEVICE=S905 ARCH=arm ./scripts/create_addon pvr.iptvsimple
Reply
#35
i try that, but with no luck! the amlogic branch has no s905x option!!
But perhaps i modify the package.mk wrong too. can you edit the file and post it here? iam able to build iptvsimple with the original files... but not with modification...
Reply
#36
(2018-03-10, 13:03)Antaril Wrote: i try that, but with no luck! the amlogic branch has no s905x option!!
But perhaps i modify the package.mk wrong too. can you edit the file and post it here? iam able to build iptvsimple with the original files... but not with modification...
Well, yes, the project package it's named s905 not S905X but does not make any difference, it is for the S905.
Here you go: https://pastebin.com/raw/VbnfgqVH
Reply
#37
hm, i have do it right. i will make distclean and build it again! thx for your work

edit:

i have no luck... build failed!
Reply
#38
@primaeval should you be talking to @el_gonz87 ? https://forum.kodi.tv/showthread.php?tid...pid2689729
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#39
Is there an android compatible option for this, please?
Reply
#40
(2018-03-11, 13:48)Robl1966 Wrote: Is there an android compatible option for this, please?
 Not yet and maybe not for a while.
I've managed to get a build environment set up for Android but there are a lot of quirks and permission issues that make it really hard to port this.
I'm having a rethink to make it simpler and move the scheduler and recording logic out of the binary addon and into python or an external program.
Reply
#41
Ok, thanks, will watch out hopefully in the future....
Reply
#42
i know, it is a lot of work, but if you have a look to building the addon for s905x, it would be great!!
Reply
#43
(2018-03-11, 15:25)Antaril Wrote: i know, it is a lot of work, but if you have a look to building the addon for s905x, it would be great!!
 Where did you get stuck? Didn't the instructions from NGC3144 work?
I haven't got an s905x to test anything on.
Reply
#44
I’ll give it a go.
Reply
#45
The issue I'm running into for Android in my project is the fact that the data partition is mapped with -noexec. I've gotten my build incorporated into a Krypton APK (you have to build the whole project for Android). The issue is the limitation of noexec for the data partition, I'm looking at incorporating FFMPEG directly and use API functions to do the recording, but this doesn't appear to be a solution because Kodi runs FFMPEG in its own environment and limits the API to it....
Reply
  • 1
  • 2
  • 3(current)
  • 4
  • 5
  • 9

Logout Mark Read Team Forum Stats Members Help
IPTV Simple Client recording for Windows Krypton2