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 118 of 123 FirstFirst ... 1868108116117118119120 ... LastLast
Results 1,756 to 1,770 of 1841

Thread: UKCvS AutoBouquets E2 by LraiZer BETA.

  1. #1756
    jbeer's Avatar
    Title
    Member
    Join Date
    Nov 2015
    Posts
    70
    Thanks
    29
    Thanked 6 Times in 5 Posts
    Quote Originally Posted by abu baniaz View Post
    If you have a Spark, use sh4
    If you a Wetek, use the ARM
    All others will be mipsel

    Those ipks are only uploaded for people who can't/don't want to wait for latest image.
    Many thanks
    _________________________________________________
    Xtrend ET8000, OpenVix version 5.3

  2. #1757

    Title
    Member
    Join Date
    Mar 2016
    Posts
    38
    Thanks
    5
    Thanked 1 Time in 1 Post
    Hi, How do I compile the autobouquets.cpp myself? I notice in the github notes it says this file needs compiling for specific systems (I presume this means different architecture ARM/MIPS etc) - I tried downloading the repo and running makefile which spits out a bunch of error, but also make spits out some dependency errors, which I was able to manual download (not sure if this was the right way to do this), but then further spits out errors which seem to relate to arguments that I need to supply.
    Code:
    c++  -o autobouquetsreader autobouquetsreader.cpp
    In file included from autobouquetsreader.cpp:14:
    ./frontend.h:1:1: error: expected unqualified-id
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ^
    ./frontend.h:22:11: error: C++ requires a type specifier for all declarations
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                            ^
    ./frontend.h:22:11: error: declaration of reference variable 'bull' requires an initializer
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                            ^~~~
    ./frontend.h:22:17: error: C++ requires a type specifier for all declarations
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                  ^
    ./frontend.h:22:17: error: declaration of reference variable 'nbsp' requires an initializer
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                  ^~~~
    ./frontend.h:22:22: error: expected unqualified-id
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                       ^
    ./frontend.h:22:61: error: C++ requires a type specifier for all declarations
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                                                              ^
    ./frontend.h:22:61: error: declaration of reference variable 'bull' requires an initializer
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                                                              ^~~~
    ./frontend.h:22:67: error: C++ requires a type specifier for all declarations
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                                                                    ^
    ./frontend.h:22:67: error: declaration of reference variable 'nbsp' requires an initializer
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                                                                    ^~~~
    ./frontend.h:22:72: error: expected unqualified-id
                     &nbsp;&bull;&nbsp;<b><i>source navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h...
                                                                                         ^
    ./frontend.h:22:144: error: C++ requires a type specifier for all declarations
      ...navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ide...
                                                                                                                      ^
    ./frontend.h:22:144: error: declaration of reference variable 'bull' requires an initializer
      ...navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ide...
                                                                                                                      ^~~~
    ./frontend.h:22:150: error: C++ requires a type specifier for all declarations
      ...navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ide...
                                                                                                                            ^
    ./frontend.h:22:150: error: declaration of reference variable 'nbsp' requires an initializer
      ...navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ide...
                                                                                                                            ^~~~
    ./frontend.h:22:155: error: expected unqualified-id
      ...navigation</i></b> &nbsp;&bull;&nbsp;<a href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ide...
                                                                                                                                 ^
    ./frontend.h:22:200: error: C++ requires a type specifier for all declarations
      ...href="diff/include/uapi/linux/dvb/frontend.h">diff markup</a> &nbsp;&bull;&nbsp;<a href="ident">identifier search</a> &nbsp;&bull;&n...
                                                                                                                                      ^
    ./frontend.h:22:200: error: declaration of reference variable 'bull' requires an initializer
      ...markup</a> &nbsp;&bull;&nbsp;<a href="ident">identifier search</a> &nbsp;&bull;&nbsp;<a href="search">freetext search</a> &nbsp;&bul...
                                                                                   ^~~~
    ./frontend.h:22:206: error: C++ requires a type specifier for all declarations
      ...markup</a> &nbsp;&bull;&nbsp;<a href="ident">identifier search</a> &nbsp;&bull;&nbsp;<a href="search">freetext search</a> &nbsp;&bul...
                                                                                         ^
    fatal error: too many errors emitted, stopping now [-ferror-limit=]
    20 errors generated.
    make: *** [autobouquetsreader] Error 1
    Only trying to further my knowledge here really, never tried compiling C++ code before

  3. #1758

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    252
    Thanks
    59
    Thanked 556 Times in 180 Posts
    I wrote a step by step HOWTO setup an open embedded devshell to compile autobouquets for mips sh4 arm STB's HERE if it is of interest?

  4. The Following 2 Users Say Thank You to LraiZer For This Useful Post:

    Andy_Hazza (24-04-17),Daviemck (24-04-17)

  5. #1759

    Title
    Member
    Join Date
    Mar 2016
    Posts
    38
    Thanks
    5
    Thanked 1 Time in 1 Post
    I'll take a look. But I'm guessing this will achieve what I'm looking for. Thanks. Fingers crossed


    Sent from my iPhone using Tapatalk

  6. #1760
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Quote Originally Posted by Daviemck View Post
    I'll take a look. But I'm guessing this will achieve what I'm looking for. Thanks. Fingers crossed


    Sent from my iPhone using Tapatalk
    If you can't see it, post back and I'll copy the thread to here

  7. The Following User Says Thank You to abu baniaz For This Useful Post:

    Daviemck (24-04-17)

  8. #1761

    Title
    Member
    Join Date
    Mar 2016
    Posts
    38
    Thanks
    5
    Thanked 1 Time in 1 Post
    I've got it thanks. Will just try to work through it now and see how I get on. Whilst I'm waiting for VMs to install etc, will these stand to run on the latest versions of VIX and ATV?

  9. #1762

    Title
    Senior Member
    Join Date
    Dec 2015
    Posts
    201
    Thanks
    60
    Thanked 38 Times in 27 Posts
    693 TRT world hd not being added with scan, is there anything I can do to get it to show or will it be in an update?

  10. #1763
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    Quote Originally Posted by No1gooner View Post
    693 TRT world hd not being added with scan, is there anything I can do to get it to show or will it be in an update?

    I maybe wrong

    #TRT World HD
    :5237::::::FTA:

    Im not sure if the channel is automatically assigned to 693 or if you can add it to the channel swap so you can swap it with the sd version

  11. The Following User Says Thank You to dsayers For This Useful Post:

    No1gooner (04-05-17)

  12. #1764

    Title
    V.I.P
    Join Date
    Jan 2011
    Posts
    252
    Thanks
    59
    Thanked 556 Times in 180 Posts
    Yes, assigning the encryption flag for this service as :5237::::::FTA: in the supplement.txt file will add this news HD channel at pos 693 in the ' Shopping' bouquet. Adding an extra position flag can now be used to also reassign this HD channel with the SD version position 515:5237::::::FTA: so that the SD version in the 'News' bouquet is replaced by the HD version, and the SD version is then moved into 'Other' bouquet.

  13. The Following 2 Users Say Thank You to LraiZer For This Useful Post:

    dsayers (04-05-17),No1gooner (04-05-17)

  14. #1765
    dsayers's Avatar
    Title
    ViX Beta Tester
    Join Date
    Mar 2016
    Posts
    1,755
    Thanks
    472
    Thanked 607 Times in 433 Posts
    519 is the sd channel number. I was just thinking of the customswap.txt to swap hd with sd but the new way sounds better
    Last edited by dsayers; 04-05-17 at 00:08.

  15. #1766
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Quote Originally Posted by dsayers View Post
    519 is the sd channel number. I was just thinking of the customswap.txt to swap hd with sd but the new way sounds better
    The swap will be better than changing number. I'll add it in a bit

  16. The Following User Says Thank You to abu baniaz For This Useful Post:

    No1gooner (04-05-17)

  17. #1767
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    Quote Originally Posted by abu baniaz View Post
    The swap will be better than changing number. I'll add it in a bit
    Mind you, it could be a permanent swap the other way.

  18. #1768

    Title
    Senior Member
    Join Date
    Dec 2015
    Posts
    201
    Thanks
    60
    Thanked 38 Times in 27 Posts
    I'm trying to set up the box in fta mode and noticed amc from bt is still there, also I've seemed to have lost trt world hd, 519 and 693 are both sd any help appreciated.

  19. #1769

    Title
    Senior Member
    Join Date
    Dec 2015
    Posts
    201
    Thanks
    60
    Thanked 38 Times in 27 Posts
    So after trying all evening I cannot get TRT World HD to show when scan is set to FTA Only could anyone shed some light on this, it shows when set to Available HD.

  20. #1770
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,339
    Thanks
    6,422
    Thanked 9,146 Times in 6,224 Posts
    TRT World HD has wrong flags on the satellite tables. FTA mode wont sow it until Sky change the flag. The supplement changes are not being honoured.

  21. The Following User Says Thank You to abu baniaz For This Useful Post:

    No1gooner (26-05-17)

Page 118 of 123 FirstFirst ... 1868108116117118119120 ... 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.