Bad news ESPN/Virgin 1 cuts hours Fiver adds more ...

ESPN's new hours are (Source off air graphic on bt stb)
Monday to Friday 2pm-2am
Saturday 11am-6am
Sunday 11am-4am
Looking at the EPG Nhl fans have no chance as the hockey for the next few days overruns into the hours which are not broadcasting via DTT.
Virgin 1 new hours are (Source freeview official website and direct observation on bt stb)
9am-3am
Because of the above change Virgin 1+1 hours are also affected.
Fiver new hours are (Source watched extra hour for a few nights myself on bt stb)
9am-Midnight (Extra hour added)
In fivers downtime there is extra teleshoping hours have been added.
Also Rocks &n Co (Channel 40) has no epg information on the set top box but it broadcasts between 1pm-6pm.
Although loosing the extra hours on ESPN is annoying enough as an NHL fan. You may wish to get the EPG on the stb to reflect the changes. As the virgin 1 change happened a wile ago but we still have 24 hour guide when they no longer broadcast 24 hours.

Hi Daniel,
Thanks for flagging this, we're looking into it now. Will get back to you ASAP.
Ta,
Stephanie
<<edit>> The EPG changes should be live tomorrow, thanks for flagging this. Let me know if you're still having problems with it.
Stephanie
BTCare Community Manager
If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

Similar Messages

  • Good and bad news but a little confused (draytek 2...

    Just returned from holiday a few days ago, on return we found that our phone line was done, no voice or data. Doh
    Today a nice BT engineer came, he found a problem with the external wiring of the line, a fe hours later a nice new connection and line up and running...that's good news number 1
    As and engineer had been and I'd noticd that Mike_tuner had posted that a firmware update had become avaialble for the Draytek 2750, I like Mike had no luck in getting this router to work when BT infinity was first intalled at my house in January.
    So armed with a new solid connection and the firmware I flashed the router connected her up and hay presto a connection, so 2 boxes become 1 the desk looks a lot neater and I can actually have a wireless conection that doesn't keep dropping out...Good news part 2
    Now for the bad news..
    before the problems with the telphone line, although our connection had quire a few drop outs, i managed a download speed of around 32 mbps, being in the sticks I was more than happy, even though the BT website quoted my 40mbps at the time of ordering.  Now however since the the engineer has been I can only get around 13 mbps???
    The bt line test (cant post as it only allows 1 test per hour) says that the maximum poss is 14 mbps?? confused.. i have had  30 so how is this possible??
    so guys whats your thoughts, can I get it quicker, should it be quicker, has the work on the line reduced my speed..
    cheers
    Moose

    Hi Ajmooseman
    Send us an email using the contact us link in my profile (its in the section About Me).
    We can look into your speeds and see what is happening.
    Cheers
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Urgent help needed - new to Macs, accidently cut and paste over top of photo folder and now no sign of folder or file, no auto back-up in place, how can I restore photos pls

    Thanks for prompt reply, yes we have tried that but have now closed down the browser we where the photos were.
    We haven't sent up time machine, do you know whether there is any roll-back function on a Mac?
    Thanks

  • Bad news about Oracle XE 11g

    Everyone's waiting for the XE 11g version.
    The bad news is that we have to wait " [a year or two|http://www.computerworld.com/s/article/9139290/Oracle_11g_Xpress_Edition_a_year_or_two_away] " before Oracle releases a no-cost Express Edition (XE) of its 11g database, according to Andrew Mendelsohn, the company's senior vice president of database server technologies.
    So, no XE 11g before late 2011!
    "Oracle plans to increase investment in MySQL, CEO Larry Ellison said during a keynote Sunday."
    Meanwhile, IBM and Microsoft also releasing certain versions of databases at no cost.
    Don't you think that Oracle should seriously reconsider decision to delay XE 11g.
    Leave a comment below if you would like to see Oracle Edition 11g before 2011!
    Regards,
    Kerad555

    >
    XE was released just before the 10gR2 patchset 1 (around my birthday, 2006), about 7-8 months after 10gR2 was released (July 2005). A very significant amount of 10.2.0.2, especially as related to security, was put into XE.XE was released just before the 10gR2 patchset 1
    >
    Hans,
    with all respect from your experience, but how do you explain this output form XE (all the time "10.2.0.1" string is shown):
    SQL*Plus: Release 10.2.0.1.0 - Production on Uto Stu 10 13:24:02 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    SQL> set serveroutput on size 100000;
    SQL>
    SQL> declare
      2    db_ver                 VARCHAR2(128);
      3    db_ver2                VARCHAR2(128);
      4  begin
      5    dbms_utility.db_version(db_ver,db_ver2);
      6    dbms_output.put_line('db_ver='||db_ver);
      7    dbms_output.put_line('db_ver2='||db_ver2);
      8  end;
      9  /
    db_ver=10.2.0.1.0
    db_ver2=10.2.0.1.0
    PL/SQL procedure successfully completed.
    SQL> and the same from command prompt:
    SQL> set serveroutput on size 100000;
    SQL>
    SQL> declare
      2    db_ver                 VARCHAR2(128);
      3    db_ver2                VARCHAR2(128);
      4  begin
      5    dbms_utility.db_version(db_ver,db_ver2);
      6    dbms_output.put_line('db_ver='||db_ver);
      7    dbms_output.put_line('db_ver2='||db_ver2);
      8  end;
      9  /
    db_ver=10.2.0.1.0
    db_ver2=10.2.0.1.0
    PL/SQL procedure successfully completed.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    SQL> exit
    Disconnected from Oracle Database 10g Express Edition Release 10.2.0.1.0 - ProductionHope there is some logical explanation...?

  • Help...IPAD download to newer version is taking 20 hours to download...then stops due to an error 9006...what to do next?

    Help...IPAD download to newer version is taking 20 hours to download...then stops  6 hours later due to an error 9006...what to do next?

    You posted your question in the "Intel iMac Forum".  You should repost it in the "iPad Forum" so the experts there can help you.
    Hope this helps

  • Bad news if I can't debug cfcs in a flex project

    I'm trying to debug a cfc in a flex project Coldfusion builder installed as a plugin is Flash builder 4
    But I'm getting a message saying:
    File does not belong to a coldfusion project. Apply Coldfusion nature to the project to which the file belongs.
    This is bad news if I can't debug cfcs in a flex project

    Here are the targets (simplified) that are specific to the cfml export.  The real build.xml reads a build.properties file for the variables, and main runs the flex build first:
    <!-- Refresh CFML -->
    <property name="SVN.USERNAME" value="MY SVN USERNAME"/><!-- change to your svn username -->
    <property name="SVN.PASSWORD" value="MY SVN PASSWORD"/><!-- change to your svn password -->
    <property name="SVN.PROJECT_URL" value="http://mysvnproject.com/trunk"/><!-- change to your svn url -->
    <property name="BUILD.EXPORT_DIR" value="c:/CFML/project/export/path"/><!-- change to your CFML project path -->
    <property name="DEPLOY_DIR" value="c:/flex/project/deploy/path"/><!-- change to your Flex project path -->
    <!-- runs the targets -->
    <target name="main" depends="export-cfml, copy-cfml"/>
    <target name="export-cfml" depends="find_revision, check-svn-build" unless="build.exists">
         <echo>Lates SVN build did not exist, export it</echo>
         <!-- export from svn -->
         <exec executable="svn">
              <arg line="export &quot;${SVN.PROJECT_URL}&quot; ${build.dir} -r ${revision.number} --username ${SVN.USERNAME} --password ${SVN.PASSWORD}"/>
         </exec>          
    </target>
    <!-- Get the latest revision number -->
    <target name="find_revision" description="Sets property 'revision.number' to the head svn revision">
         <!-- Use SVN to learn the latest revision number -->
         <exec executable="svn" outputproperty="revision.number">
              <arg line="info &quot;${SVN.PROJECT_URL}&quot;"/>
              <redirector>
                   <outputfilterchain>
                        <linecontainsregexp>
                             <regexp pattern='^Last Changed Rev' />
                        </linecontainsregexp>
                        <tokenfilter>
                             <replaceregex pattern='[\D]+([\d]+)' replace="\1" />
                        </tokenfilter>
                   </outputfilterchain>
              </redirector>
         </exec>
         <echo message="Current SVN Revision: ${revision.number}"/>
    </target>
    <!-- we only export from svn if we haven't already for current revision.number -->
    <target name="check-svn-build">
         <!-- setup the build dir name based on the latest revision number -->
         <property name="build.dir" value="${BUILD.EXPORT_DIR}/${revision.number}" />
         <available file="${build.dir}" property="build.exists" value="true" type="dir" />
         <echo>SVN build exists: ${build.exists}</echo>
    </target>
    <!-- we always copy from the latest svn export dir to the flex project -->
    <target name="copy-cfml">
         <echo>Copy CFML to Flex Project</echo>
         <!-- copy cfml to flex project -->
         <copy todir="${DEPLOY_DIR}/www">
              <fileset dir="${build.dir}"/>
         </copy>
    </target>
    Note: I quickly stripped out all "extra" stuff we do for our project, so this is untested and may contain typos.

  • I am having issues with new version of Final Cut Pro, is there away to download the last version so I can finish my projects?

    I am having major issues with the new version of Final Cut x, I have missing clips and my computer is locking up, I need to finish some projects so is there away to go back to the last version before the new update?

    Not unless you have saved a copy of the previous version; also, any libraries that you have updated to use in the newer version will not be usable in the older version anyway.
    Rather than going back you should try and figure out what is wrong. The current version works great for most users. Start by clearing your preferences: hold down command and option keys while starting FCP X, and confirm when asked. Many different issues can often be solved by just that.
    In case it doesn't solve, please provide more detailed information like OS version, Ram, drive and connection, etc

  • Samsung is now the underdog and that's bad news for HTC

    Samsung’s market share dropped significantly, and companies like HTC are thinking Samsung is now ripe for the picking.
    Samsung is now the underdog and that’s bad news for HTC | TalkAndroid.com

    Author makes very valid points.

  • New User to Final Cut Pro X

    Hello,
    I am a new user to Final Cut Pro X and am trying to figure out how to add a photo collage 3+ pictures to my edit film?  Any ideas or suggestions?
    Thanks Greatly

    We really need a visual example as your request could mean many different things.
    Assuming you want one or more pictures superimposed on the timeline, stack the pictures above each other, select each in turn, apply the transform tool, resize and reposition them.

  • New user of Final Cut Express - recommendation for book, resource, training

    I am a new user of Final Cut Express 4. Actually, I'm a new user of Mac too. I mastered Pinnacle on my PC but got fed up with the glitches, freezing etc.
    Could use some advice on a good BEGINNER resource.
    Anyone???

    Hi and welcome to the Apple Discussions!
    Since FCE has a relatively steep learning curve, I would recommend getting one of two training books:
    1. [Final Cut Express 4 Editing Workshop|http://www.amazon.com/Final-Cut-Express-Editing-Workshop/dp/0240810775 /ref=sr12?ie=UTF8&s=books&qid=1240436986&sr=8-2] by Tom Wolsky. This is how I learned the program and I can assure you that it is a comprehensive guide with everything from basic to more advanced techniques. I highly recommend it. Tom is a frequent contributor to this forum, so if you had any questions about a lesson then he'd be here to help you out.
    2. [Apple Pro Training Series: Final Cut Express 4|http://www.amazon.com/Apple-Pro-Training-Final-Express/dp/0321534670/ref=sr14?ie=UTF8&s=books&qid=1240437118&sr=8-4] by Diana Weynand. Though I can't vouch for it personally, I have heard from many people who were pleased with their experience learning from this book, and I'm sure it is quite good also.
    There are also several good sites I've visited with free tutorials that you might like to check out:
    [Click here for one site.|http://www.izzyvideo.com/learn-final-cut-express>
    [Click here for another!|http://www.rippletraining.com/freetutorials_oldies_butgoodies.html?cms=88e1757dd929cacb053b6d1670b3f45e]
    Hope that helps,
    Sasha

  • I have a new iPhone that is just hours old...

    I have a new iPhone that is just hours old. I can't connect via wifi. I know the telecom provider is still 2 days away from connecting an all my devices are connected via the same wi fi including this iPad.  What could the problem be.?

    Also noted that my IP address is different and I don't have any Router and DNS numbers in these fields.

  • Why can't I recover my bookmarks after Setup new Firefox virgin Although I have Sync Key ?

    Before I Change my old OS I created an account on Firefox Sync to backup my bookmarks, after Installing new OS windows 8.1 specifically and setup new Firefox virgin "29.0.1" then trying to retrieve my data using my Sync key I figure out that I can't because the system has changed , please I need support immediately.

    To access data that was stored using the old Sync version you would have to install a Firefox 28 version and restore your data from the Sync server.
    After having done this you can update to Firefox 29.0.1 and use the new Sync version.
    *http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/28.0/
    See also:
    *https://support.mozilla.org/kb/how-to-update-to-the-new-firefox-sync

  • IPod 160GB - the good and the bad new

    I received my iPod 160GB this morning. Here are some of my first impressions.
    The good news:
    I was a bit worried about speed issues and/or crashing as posted on this forum, but my iPod seems to work without any major speed issues, and I haven't encountered any crash so-far. The content is about 60GB of music, lots of covers, 2 movies, agenda and contacts. Even cover flow has a very acceptable speed (faster than on my dual G5 PowerMac), though I wonder its suitability with an amount of covers associated with 160GB of music. The only performance issue I encounter when I go back to the main menu, where arbitrary cover art is shown using Ken Burn effects. I guess a bit of caching can solve this issue.
    The bad news:
    Sound quality. The good thing is that it's more crisp than the iPod Video 5G 60GB (more loudness > 8kHz) adding to a pronunced sort of accuracy with cymbals and percussion beats, but a bit too crisp from a timbre standpoint of view (reminds me a bit of my iPod 3G). It also has less energy in the lower mid-range (200-800Hz), so it misses some push and harmonics. Overall this results in a less harmonic sound, less spatial (the scene is inside your head instead of around your head), a bit too much emphasis on high treble, and "less silence between the notes". It sounds more technical, and less acoustical/realistic. The output of my PowerMac G5 resembles the iPod Video much more than the iPod Classic. I suspect there is a mismatch in the group delay of the treble, where the treble arrives "faster" than the lower frequencies. That's a typical error in DA-conversion and filtering, that can be fixed by FIR filtering, or masked by a slight attenuation (0.1-0.3dB of treble starting from 8kHz).
    Some say it is a small issue, but I think it is a huge issue.
    Annoyances/strange things:
    - Sound quality. A bit more natural and acoustical instead of technical.
    - When the screen blanks during playing, it shows a clock, and a battery indicator. When music plays I'd like to see where in the track I am, what number is playing etc., without having to touch the iPod to wake its screen up.
    - EU sound limit. With my Sennheiser HD650 and some soft recordings, it is too soft. I hope for a fast update of GoPod, to be able to accomplish normal sound levels.
    - Clicker hardly audible through the headphones.
    - Everywhere album art in the main menu, except for the "Now Playing" menu, which only shows a title.
    Some bugs:
    - The time shown when the screen blanks is always in US (no AM/PM!) format instead of the selected 24h format in the preferences.
    - The date is always shown in US format (m/d/y instead of d/m/y).
    - Home addresses and office addresses in the address book are all mentioned as home address on the iPod.
    - The camera connector doesn't work.
    - Equalizer heavily distorting. It is amazing that this is the case since the 1G iPod, and nothing has ever been done to fix this.
    I hope a firmware update will solve things quickly. Especially the sound quality issue should be solved; this is the primary reason to buy an iPod.
    Marc

    As an audio engineer I must disagree with your conclusions regarding severity of the issue. The variations found (0.1dB) are simply too small to amount to anything significant. 1dB is DEFINED as the smallest volume change that a human can perceive, and 0.1dB is a variation far smaller than batch discrepancies in any group of identical speakers or headphones you care to name.
    Furthermore, the so-called “incorrect timing response” is EXACTLY what one SHOULD see given a small change in treble response - this is systems engineering 101, folks. The time and frequency domains are different reflections of the same behavior.
    I will add that this “timing response” is far more linear and of a smaller magnitude than any mechanical device (speaker, headphone) you will find on the planet. These mechanical necessities will simply swamp any small variation in the electronics.
    As to spatial effects - I will step into deeper waters here and state that any that exist in 2 channel recordings are subject to an awful lot of much larger forces, such as room acoustics, headphone behaviors, and a lot of psychology. Spatial data simply is so poorly represented in 2 channel audio that when it seems to work it is often as not a fluke - the data just isn’t there in a reliable form. When we have recordings that actually represent multi-channel, multi-direction room reflections and multi-channel, multi-direction playback systems we might have something, but not today.
    So, is the iPod perfect? No. But I sincerely doubt that these changes are in fact audible, even given good quality headphones. I have listened to far too many pieces of gear to believe that.

  • Can I install my new Final Cut Studio 2 on more than one of my computers.

    Can I install my new Final Cut Studio 2 on more than one of my computers.
    I have a Power Mac G5 and I am buying a iMac 2.8 Intel 24"
    Can I install my Final Cut Studio 2 on both computers?
    The G5 I leave at home and the iMac I travel with.
    Message was edited by: The Bunnell Farm

    Hi The Bunnell Farm-
    Greetings and welcome to the Apple boards.
    Legally you must have only one copy installed at any one time on any one machine. By definition, you would need a second purchased copy in order to run it legally on the 2nd Mac.
    Luck-
    -DaddyPaycheck

  • Some good and bad news...

    The bad news... My 15'' MBP (week 22) has a few issues, some more serious than others (kernal issues).
    The good news... Apple Australia are replacing it for me.
    With all the negative posts on this forum regarding Apple I must say I am very pleased with the level of customer service I recieved from Apple. They were very polite and did not question my request once, actually they suggested a replacement over it being fixed!
    One question I do have though is what is happening to all these MBPs that are being returned? I hope they are just not being reimaged and sent out again? I woudl be a little disapointed if I received a refurbished MBP if I payed top dollar for it.
    Anyway, congrats to Apple Australia for their excellent customer service.

    it will have whatever is wrong with it fixed and be sold as a refurb.

Maybe you are looking for

  • I am an online professor using Blackboard 9.1. Bb only works with Firefox 3.6 so I need to prevent Firefox from automatically updating. How do I stop the harassing update popups?

    I used to regularly update but I started experiencing problems with my online classes. Blackboard tech support said that your updates are not working so I had to uninstall and reinstall 3.6 and now everything works okay but I need to stop all the pop

  • SAP IDM reporting

    I have raised this topic before, but thought I would revisit it now that IDM is becoming more common. What do you do for Reporting ? SAP IDM is delivered with minimal reporting options and the answer is 'Use Crystal', but with all the instances of ID

  • Forwarding Traffic

    Currently our Cisco Router handles our DSL traffic.  The DSL traffic goes directly to the cisco router and then out to the rest of the world, the traffic never hits our switch.  I would like to use a bandwidth management device (BCU) to throttle cust

  • Static variable gets cached

    HI, I'm having trouble with a java servlet's static variable. I have a jsp page which calls a java servlet. Inside the servlet, I have a global varialbe that I'm using to store information in, however this variable must not be initialized unless the

  • Query user roles and access

    hi, How can query user roles and access in whole database? I want to list username, status, rights, and role thanks P