Hello Guest, if you are reading this it means you have not registered yet. Please take a second, Click here to register, and in a few simple steps you will be able to enjoy our community and use our OpenViX support section.
Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 62

Thread: [WIP] RTE Player for Enigma2 - Irish Video on Demand plugin

  1. #31

    Title
    V.I.P
    Donated Member
    Join Date
    Mar 2010
    Posts
    980
    Thanks
    109
    Thanked 220 Times in 149 Posts
    Thanks Guys.
    Its still the same for me now.
    Stops after a few minutes.
    Ah Well...

  2. #32
    Mr. Mister's Avatar
    Title
    Moderator
    Donated Member
    Join Date
    Jul 2010
    Location
    Northern Ireland
    Posts
    4,936
    Thanks
    4,825
    Thanked 2,677 Times in 1,190 Posts
    Hi df..
    I know this is a bit long winded.. But why not try a fresh flash Build 553 with no backups.
    Then install the plug in again.. ?

  3. #33

    Title
    V.I.P
    Donated Member
    Join Date
    Mar 2010
    Posts
    980
    Thanks
    109
    Thanked 220 Times in 149 Posts
    Just rebuilt them both Friday evening with openvix-3.0.552-vuduo_usb.zip.
    And did online update to 553.
    Its no biggie.
    Thanks Anyway...

  4. The Following User Says Thank You to dfdream For This Useful Post:

    Mr. Mister (06-01-13)

  5. #34
    RogerThis's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2010
    Location
    Connacht
    Posts
    237
    Thanks
    213
    Thanked 250 Times in 96 Posts
    This is the code used for playing the files:

    Code:
    fileRef = eServiceReference(4097,0,fileUrl)
    returnValue = self.session.open(MoviePlayer, fileRef)
    
    class MoviePlayer(MP_parent):
    	def __init__(self, session, service):
    		self.session = session
    		self.WithoutStopClose = False
    		MP_parent.__init__(self, self.session, service)
    I don't know a lot about how this works. If anyone knows how it works or how to make it work better, this would really help.

    I'm more a interested into getting the regex working for different sites.

    This plugin should work worldwide. If we get the right playing video files code, it should work for the different sites eg BBC iPlayer etc

  6. The Following 7 Users Say Thank You to RogerThis For This Useful Post:

    cosie (06-01-13),im85288 (06-01-13),judge (06-01-13),Larry-G (06-01-13),mcquaim (06-01-13),thijs (09-01-13)

  7. #35

    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    135
    Thanks
    96
    Thanked 37 Times in 27 Posts
    Not sure if this helps, but here is a link to the code used by the xbmc iplayer plugin : You can see how for example the feeds are retrieved starting with the code:
    Code:
    class feed(object):
    Last edited by im85288; 06-01-13 at 16:40.

  8. #36

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by RogerThis View Post
    Fixed unicode character ' -to '
    RogerThis not sure if this is possible, but is there any way you know of for outputting programme name rather than stream name for info button press?

    grab.jpg

    The unicode fix works perfectly by the way, thank you.

  9. #37
    RogerThis's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2010
    Location
    Connacht
    Posts
    237
    Thanks
    213
    Thanked 250 Times in 96 Posts
    Yes, it is possible. I should be able to fix it during the week.

  10. The Following 4 Users Say Thank You to RogerThis For This Useful Post:

    judge (06-01-13),Larry-G (08-01-13),mcquaim (07-01-13),Mr. Mister (06-01-13)

  11. #38

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Quote Originally Posted by RogerThis View Post
    Yes, it is possible. I should be able to fix it during the week.
    excellent, no rush in implementing it.
    Plugin working perfectly, so thanks again.
    Only other thing, pressing stop to exit out of stream results in bringing up movie list rather than live TV, have only tested this on VIX on various boxes though so not sure if it's intended behaviour? or an image issue?

  12. #39
    RogerThis's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2010
    Location
    Connacht
    Posts
    237
    Thanks
    213
    Thanked 250 Times in 96 Posts
    If anyone else is interested in making similar plugins, this is how I learnt how to do it:
    Code:
    http://wiki.xbmc.org/index.php?title=HOW-TO:Write_plugins_for_XBMC
    Scroll down to "2.1 Test, test, test again"

    Here you will learn how to used regex (regular expression) to parse a html document and get the useful code, to go from page to page, and find the video file to play. It take a bit a practice, but if you're like me you will find it really enjoyable.

    XBMC and Enigma2 both use python programming language, so the only real difference is how it's displayed on the screen. If you have any previous programming experience, then you will pick up python every quickly.

  13. The Following 11 Users Say Thank You to RogerThis For This Useful Post:

    + Show/Hide list of the thanked

    im85288 (07-01-13),kevinmcf (08-01-13),Larry-G (07-01-13),mcquaim (07-01-13),Mr. Mister (07-01-13),SalteeDog (08-01-13),Technovice (07-01-13),thijs (09-01-13),wangled592 (09-01-13),wiz569 (07-01-13)

  14. #40
    RogerThis's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2010
    Location
    Connacht
    Posts
    237
    Thanks
    213
    Thanked 250 Times in 96 Posts
    ### New Plugin ###
    3player alpha 2

    Code:
    http://dl.dropbox.com/u/31328853/3player%20Alpha%202.zip
    AFAIK This one is Ireland only
    Tallafornia doesn't work, but the rest should.
    Last edited by RogerThis; 08-01-13 at 20:27.

  15. The Following 2 Users Say Thank You to RogerThis For This Useful Post:

    cosie (08-01-13),mcquaim (08-01-13)

  16. #41

    Title
    Forum Supporter
    Donated Member
    Join Date
    Feb 2012
    Posts
    599
    Thanks
    294
    Thanked 73 Times in 66 Posts
    that link doesnt work mate
    Vu+ Duo
    Vu+ Solo
    Gigablue HD 800 SE

    All with latest vix image - Autobouquets - SgtFlipflop 28.2e Picons - WebradioFS

  17. #42
    RogerThis's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    May 2010
    Location
    Connacht
    Posts
    237
    Thanks
    213
    Thanked 250 Times in 96 Posts
    fixed
    Code:
    http://dl.dropbox.com/u/31328853/3player%20Alpha%202.zip

  18. The Following 7 Users Say Thank You to RogerThis For This Useful Post:

    bassethound (08-01-13),judge (08-01-13),lnee (08-01-13),mcquaim (08-01-13),Mr. Mister (08-01-13),ronand (08-01-13),s1m0nw (08-01-13)

  19. #43
    BubbleBalls's Avatar
    Title
    Forum Supporter
    Donated Member
    Join Date
    Jun 2012
    Location
    Ireland
    Posts
    770
    Thanks
    249
    Thanked 186 Times in 147 Posts
    Hi,

    Just done online update and noticed this in the change log so followed up with a search here. Was never expecting rte player on the Duo so well done RogerThis.

    Great stuff.

  20. #44

    Title
    ViX Beta Tester
    Join Date
    Jan 2011
    Posts
    14,099
    Thanks
    3,389
    Thanked 4,102 Times in 3,198 Posts
    Excellent, nice work.
    Great to have the two players working here.

  21. #45
    cosie's Avatar
    Title
    Senior Member
    Join Date
    Aug 2011
    Posts
    298
    Thanks
    168
    Thanked 45 Times in 38 Posts
    Your a legend m8well done
    vu+duo running vix image with 600gig samsung hdd

Page 3 of 5 FirstFirst 12345 LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.