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 1 of 3 123 LastLast
Results 1 to 15 of 33

Thread: New User - Low Priority - HD folder structure puzzle

  1. #1

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts

    New User - Low Priority - HD folder structure puzzle

    Hi
    Elsewhere on the forum (VIX section), I read of a file called Terrestrial.xml, pertinent to an issue I had when I first tried scanning for my local transmitter (no channels found). The 'no channels' is not what this post is about though as I used Europe Africa etc and found the channels.

    Anyway, I wondered what my Terrestrial.xml file held with respect to the Blackhill transmitter and so went looking for it.
    A windows search on the Root folder of the GigaBlue internal HDD revealed about 20 hits, but I noticed that there seemed to be a strange hierarchy for the various paths it produced (I have never previously used a Linux system).

    For example, here is one of the paths (one of the shorter ones):

    "\\GBQUADPLUS\Root\proc\15559\root\proc\15559\root \proc\15559\root\proc\15559\root\proc\15559\root\p roc\15559\root\proc\15761\root\proc\15761\root\pro c\15761\root\proc\15761\root\share\terrestrial.xml "

    Why would there be multiple sort of recursive paths like this - all one inside the other instead of what I'm used to on my Win7 system? Is this a valid path? It seems to be as I chased it all the way down and it seems it is all there on the disc alright.

    I had it in my mind that perhaps that file need updating or something in light of the 'no channels' mentioned above as I also found what seems to be a 'Master' version of this data here:

    https://github.com/oe-alliance/oe-al...errestrial.xml

    and there is a difference in the sections pertinent to my local copy of the file.

    I don't plan on doing anything crazy to my box operating system, but I find the above details strange.

    Can anyone shed any light on the above?

  2. #2
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,363
    Thanks
    6,444
    Thanked 9,160 Times in 6,235 Posts
    The terretsrial.xml file is located at /etc/tuxbox/

    Post what your transmitter is from the list here
    Code:
    http://www.ukfree.tv/closedown.php

  3. #3

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Quote Originally Posted by abu baniaz View Post
    The terretsrial.xml file is located at /etc/tuxbox/

    Post what your transmitter is from the list here
    Code:
    http://www.ukfree.tv/closedown.php
    My local transmitter is Blackhill, and the contents of the Terrestril.xml in the path you posted is the same as that in the file on the path I posted above, but both differ from the contents in the site I linked to above.
    Last edited by leshay; 14-09-14 at 17:22.

  4. #4
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,363
    Thanks
    6,444
    Thanked 9,160 Times in 6,235 Posts
    Can you try this xml file? Restart the receiver after transferring. Select United Kingdom in the tuner configuration.

    Rather than list all the transmitters, I have listed all the frequencies.

    EDIT: New attachment in post 12

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

    leshay (15-09-14)

  6. #5

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Hi

    Thanks for that I will try it tomorrow.

  7. #6
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,798
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by leshay View Post
    For example, here is one of the paths (one of the shorter ones):

    "\\GBQUADPLUS\Root\proc\15559\root\proc\15559\root \proc\15559\root\proc\15559\root\proc\15559\root\p roc\15559\root\proc\15761\root\proc\15761\root\pro c\15761\root\proc\15761\root\share\terrestrial.xml "

    Why would there be multiple sort of recursive paths like this
    Probably because whatever you are using to look for files on MS Windows doesn't understand about symbolic links on Linux, so follows them.

    On Linux the proc file-system is a virtual one (it's just listing information directly form the kernel) about each process. One of these bits of info is a symbolic links called root, which points to where that process's actual root is within the real root file=-system (it might be chrooted for security, or running an emulator such as qemu).
    So the file patch is valid, but nonsensical, since it's just recursing through the link in a loop.
    You really just want to scan the / file system, not others mounted under it, but it looks like you'll be accessing this through Samba, and so it looks like that is configured to cross file-systems.

  8. The Following User Says Thank You to birdman For This Useful Post:

    leshay (15-09-14)

  9. #7
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,798
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by leshay View Post
    ... pertinent to an issue I had when I first tried scanning for my local transmitter (no channels found). The 'no channels' is not what this post is about though as I used Europe Africa etc and found the channels.
    I had the same issue (no channels found) when configuring my tuners for the Sandy Heath transmitter. It only seemed to scan channel 42 (whereas the transmitter broadcasts on 21, 24, 27, 32, 48, 51 and 52, with 34 joining in some time later this year). I also resolved this with a full Euro scan instead.

    The problem I have now is that the scan doesn't pick up the designated Freeview(HD) channels, which is annoying when you only have Freeview as you tend to use channel numbers (and broadcasters often say, on Freeview channel X).

    Is there anyway to get these set correctly?

    And are there any Bouguets configurations(?) available for Freeview HD, rather than just Freeview?

  10. #8
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,363
    Thanks
    6,444
    Thanked 9,160 Times in 6,235 Posts
    ABM does not do HD channels yet. You could use it for the SD ones and manually move the HD ones into place.

  11. #9
    birdman's Avatar
    Title
    Moderator
    Join Date
    Sep 2014
    Location
    Hitchin, UK
    Posts
    7,798
    Thanks
    237
    Thanked 1,659 Times in 1,307 Posts
    Quote Originally Posted by abu baniaz View Post
    ABM does not do HD channels yet. You could use it for the SD ones and manually move the HD ones into place.
    I've sort of done that (I used the Web interface to arrange things).
    But is there any way to set the channel numbers. BBC ONE HD should be on 101, not 71.

  12. #10

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Hi

    Thanks Birdman, I see what you mean there. I was using Win 7 search under the Start menu bar, then changed to a Custom search in that to the box.

    It did look very strange to me

  13. #11

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Quote Originally Posted by abu baniaz View Post
    Can you try this xml file? Restart the receiver after transferring. Select United Kingdom in the tuner configuration.

    Rather than list all the transmitters, I have listed all the frequencies.
    Well, I tried that file, but although I was initially very pleased to see the HD channels appear (I couldn't get them previously), when it finished scanning and I tried it on a channel (a whole bunch of them actually). there was no sound at all, but perfect pictures.

    After I reverted to the original, I get no HD channels, but got the sound back.

    Thanks for trying though.
    Last edited by leshay; 15-09-14 at 04:26. Reason: Additional information

  14. #12
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,363
    Thanks
    6,444
    Thanked 9,160 Times in 6,235 Posts
    I have added the other frequencies for black hill if you want to try.
    Attached Files Attached Files

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

    leshay (15-09-14)

  16. #13

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Quote Originally Posted by abu baniaz View Post
    I have added the other frequencies for black hill if you want to try.
    That is a lot better as I have both perfect picture and sound. Thanks for your work on this. Is this likely to make its way into the default images from now?

  17. #14
    abu baniaz's Avatar
    Title
    Moderator
    Join Date
    Sep 2010
    Location
    East London
    Posts
    23,363
    Thanks
    6,444
    Thanked 9,160 Times in 6,235 Posts
    Probably.

    Can you try the UK ones. Use settings as in this picture please.
    http://www.world-of-satellite.com/sh...l=1#post312301

  18. #15

    Title
    Senior Member
    Join Date
    Sep 2014
    Location
    Livingston, Scotland
    Posts
    289
    Thanks
    98
    Thanked 22 Times in 17 Posts
    Hi
    In my case, I used Autoscan this time, but I did normally use Manual scan with those settings. Do you want me to re-tune again Manually? No problem if that is what you want me to do.

Page 1 of 3 123 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.