ATV2 TV Seasons not Sorting after Recent Update

I just updated both my ATV2s and my current gen Mac Mini to iTunes to 6.0 and now my TV seasons on my ATVs are completely mixed up.  Different seasons for the same TV show aren't kept together.  I have to scroll all over the place to find the various seasons.
Prior to the upgrades the seasons were kept together.

If you don't mind losing your play history (watched & unwatched etc), then you could delete all the TV shows from iTunes, making sure that you don't send the files to trash, and then re-add them.
For many of us, the order that they are being displayed is date added. As the shows should be in alphabetical order in finder, your library should be in a reasonable alphabetical order. Obviously it will sort shows starting with The under T, but it is likely to be better than what you have now.
This worked for me. A bit of work yesterday lunchtime has restored my list back as it was. However, if I add anything new it goes to the bottom of the list.
It isn't a longterm solution, but it should do the job until Apple fix it.

Similar Messages

  • HT2693 My UPAD lite does not start after recent update. I have lots of info in it. Can anybody help me to get it back. Can I get the update out somehow? Thanks

    My UPAD lite does not start after recent update. I have lots of info in it. Can anybody help me to get it back? Can I somehow undo the update? Thanks

    "UPAD lite?"
    I expect that you mean some version of iPad.
    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • My imessage is not Working after recent update

    My daughters iMessage & FaceTime no longer work after recent update, can anybody help please?

    It's mostly a server issue because millions of users are trying to do the same. Apple's servers get bogged down. Try waiting a bit - a day - before trying again. You can also check out this for other things to try.

  • Firefox will not open after recent update of all computer lab servers, Windows server 2008 R2, Multipoint 2011

    All 3 computer lab servers were recently updated and rebooted. Java was updated as well to 7u21. Now all 3 do not respond when Firefox icon is clicked, from any thin-client or remote desktop session/user. There is no popup error, just an hour-glass for about 5 seconds and then nada. IE is fine. I can't tell if it was the java update or a windows security update, and I'm not seeing anything in the error logs

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • M4b files will not sync after recent update

    I recently updated the software on my ipod touch 4th gen. After updating, I tried to sync my playlists, but not all of the files would sync. After some investigation, I figured out that the files that wouldn't sync were audio books in m4b format. They synced just fine before the update. What is the problem here?

    Thank you for the response, I have not tried a restore, won't that wipe out everything on the phone? Leaving on vacation and don't have time to start over, I'll have to try this after I get back if the next response does not solve the problem.

  • Ntlmaps not running after recent update. (FIXED)

    FIXED - Ended up re-writing MAKEPKG, depends, modified patches file and new MD5 sums to build on Python 2.7.  Instructions below for anyone who needs them. Cheers - Arkay.
    Hi All,
    I use ntlmaps in conjunction with corkscrew to create ssh tunnels out through my work proxy to my home network.  It's always worked perfectly fine until a recent pacman -Syu.
    From looking into it as much as I can it appears that Python 3 has been pulled into the mix where ntlmaps appears only to work with python 2.
    In the original effort to fix it I updated to the latest MAKEPKG in the AUR which also doesn't seem to work with either version of Python.
    I've attempted to debug the issues in Python though my knowledge of the language is sorely lacking.
    The initial error I get is:
    File "/usr/bin/ntlmaps", line 31
    print 'NTLM authorization Proxy Server v%s' % conf['GENERAL']['VERSION']
    ^
    SyntaxError: invalid syntax
    But the code block above appears ok to me.  On further investigation (running it line by line in interactive mode), it appeared to be the includes causing the issue at which point I found dos line endings on all the code in the site-python ntlmaps code.  After removing all of them and converting back to unix eol's (didn't seem to really make a difference), I still get the same syntax errors.  Further looking finds includes to libraries which possibly no longer exist or are depreciated in python 3. "threads" seems to be the main offender, according to the doco it is depreciated but should still work (tm).
    I'm pretty much at a loss as to what to do next.  I've tried swapping to cntlm but for some reason our proxy won't allow the connections through the way ntlmaps does.
    I also just tried to re-install it with aurget.  The makepkg worked but the install script failed with:
    Byte compiling python modules...
    error: command failed to execute correctly
    Looking into that now too...
    Any help would be much appreciated.  Perhaps someone else can attempt to install and run it on their system.
    Cheers,
    Arkay.
    P.S.  My system is i686, recently updated.
    P.P.S.  Apologies to the mods.  This should most likely be in the PKGBUILD forms... Please move and remove this P.P.S
    Last edited by arkay (2010-10-26 01:00:09)

    Ok.  For some reason I haven't (yet) been able to get the PKGBUILD working with python 3.
    I have however updated everything to work as expected with python 2.7 (specifically ntlmaps-0.9.9.0.1 under python2 2.7-2).
    Here's the relevant bits for anyone who would like to build against 2.7 instead (if you have problems with 3).
    Filename: PKGBUILD
    # Contributor: Graziano <[email protected]>
    # Maintainer: John Gerritse <[email protected]>
    pkgname=ntlmaps
    pkgver=0.9.9.0.1
    pkgrel=5
    pkgdesc="'NTLM Authorization Proxy Server' (APS) is a proxy software that allows you to authenticate via an MS Proxy Server using the proprietary NTLM protocol."
    url="http://ntlmaps.sourceforge.net/"
    license="GPL"
    arch=('i686' 'x86_64')
    depends=('python2')
    backup=('etc/conf.d/ntlmaps')
    install=$pkgname.install
    source=(http://downloads.sourceforge.net/sourceforge/$pkgname/${pkgname}-${pkgver}.tar.gz patches ntlmaps.install ntlmaps.rc)
    md5sums=('7ee0a00d5446f39ebbe5f0f90465986e'
    '0ba42ac958b124b8e635c1524b26138e'
    'a78770387e22c14a37bfdaee25c6594a'
    '602132fda99e27efdd636a946e034d6b')
    build() {
    PYTHONVER=`python2 -c 'import sys;print(sys.version[0:3])'`
    cd $srcdir/$pkgname-$pkgver/
    patch -Np1 -i ../patches
    install -D -m 600 server.cfg $pkgdir/etc/conf.d/$pkgname
    PYDEST_SITE=$pkgdir/usr/lib/python$PYTHONVER/site-packages
    mkdir -p $PYDEST_SITE/$pkgname
    cp -a lib/* $PYDEST_SITE/$pkgname
    install -m 644 __init__.py $PYDEST_SITE/$pkgname/__init__.py
    install -D -m 755 main.py $pkgdir/usr/bin/$pkgname
    install -D -m 755 ../ntlmaps.rc $pkgdir/etc/rc.d/ntlmaps
    echo $pkgname > $PYDEST_SITE/$pkgname.pth
    echo "echo $pkgname > $PYDEST_SITE/$pkgname.pth"
    Filename: ntlmaps.install
    # This is a default template for a post-install scriptlet. You can
    # remove any functions you don't need (and this header).
    # arg 1: the new package version
    pre_install() {
    /bin/true
    # arg 1: the new package version
    post_install() {
    echo "Byte compiling python modules..."
    python2 /usr/lib/python2.7/compileall.py >/dev/null 2>&1
    python2 -O /usr/lib/python2.7/compileall.py >/dev/null 2>&1
    # arg 1: the new package version
    # arg 2: the old package version
    pre_upgrade() {
    /bin/true
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    echo "Byte compiling python modules..."
    python2 /usr/lib/python2.7/compileall.py >/dev/null 2>&1
    python2 -O /usr/lib/python2.7/compileall.py >/dev/null 2>&1
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    /bin/true
    op=$1
    shift
    $op $*
    Filename: ntlmaps.rc
    #!/bin/bash
    . /etc/rc.conf
    . /etc/rc.d/functions
    case "$1" in
    start)
    PID=`pidof -o %PPID /usr/bin/ntlmaps`
    stat_busy "Starting ntlmaps"
    if [ -z "$PID" ]; then
    /usr/bin/ntlmaps > /var/log/ntlmaps.log 2>&1 &
    fi
    if [ ! -z "$PID" -o $? -gt 0 ]; then
    stat_fail
    else
    add_daemon ntlmaps
    stat_done
    fi
    stop)
    PID=`pidof -o %PPID /usr/bin/python2 /usr/bin/ntlmaps`
    stat_busy "Stopping ntlmaps"
    [ ! -z "$PID" ] && kill $PID &> /dev/null
    if [ $? -gt 0 ]; then
    stat_fail
    else
    rm_daemon ntlmaps
    stat_done
    fi
    restart)
    $0 stop
    sleep 1
    $0 start
    echo "usage: $0 {start|stop|restart}"
    esac
    Filename: patches
    diff -Naur ntlmaps-0.9.9.0.1/__init__.py ntlmaps-0.9.9.0.1_new//__init__.py
    --- ntlmaps-0.9.9.0.1/__init__.py 2005-06-10 13:49:35.000000000 +1000
    +++ ntlmaps-0.9.9.0.1_new//__init__.py 2010-10-25 12:49:03.820614080 +1100
    @@ -1,4 +1,4 @@
    -#!/usr/bin/python
    +#!/usr/bin/python2
    # This file is Copyright 2004 Darryl A. Dixon <[email protected]>
    # and is part of 'NTLM Authorization Proxy Server',
    @@ -20,10 +20,10 @@
    # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
    -import os, sys
    +#import os, sys
    -ntlmaps_dir = os.path.dirname(os.path.abspath(__file__))
    -ntlmaps_libdir = ntlmaps_dir + '/lib'
    -sys.path.append(ntlmaps_libdir)
    +#ntlmaps_dir = os.path.dirname(os.path.abspath(__file__))
    +#ntlmaps_libdir = ntlmaps_dir + '/lib'
    +#sys.path.append(ntlmaps_libdir)
    -del os, sys
    +#del os, sys
    diff -Naur ntlmaps-0.9.9.0.1/lib/config.py ntlmaps-0.9.9.0.1_new//lib/config.py
    --- ntlmaps-0.9.9.0.1/lib/config.py 2005-06-10 13:46:43.000000000 +1000
    +++ ntlmaps-0.9.9.0.1_new//lib/config.py 2010-10-25 12:51:35.847799575 +1100
    @@ -52,7 +52,7 @@
    the config file. Otherwise the function falls back to
    'server.cfg' in the current directory. """
    - configFileName = configFileDir+'server.cfg'
    + configFileName = configFileDir+'ntlmaps'
    optionsList, notUsedArguments = getopt.getopt(argv[1:], 'c:')
    diff -Naur ntlmaps-0.9.9.0.1/main.py ntlmaps-0.9.9.0.1_new//main.py
    --- ntlmaps-0.9.9.0.1/main.py 2006-01-27 12:35:00.000000000 +1100
    +++ ntlmaps-0.9.9.0.1_new//main.py 2010-10-25 12:58:02.445983916 +1100
    @@ -1,4 +1,4 @@
    -#! /usr/bin/python
    +#! /usr/bin/python2
    # This file is part of 'NTLM Authorization Proxy Server'
    # Copyright 2001 Dmitry A. Rozmanov <[email protected]>
    @@ -18,17 +18,16 @@
    # Free Software Foundation, Inc.,
    # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
    -import __init__
    import sys
    -import server, config, config_affairs
    +from ntlmaps import server, config, config_affairs
    # config affairs
    # look for default config name in lib/config.py
    -conf = config.read_config(config.findConfigFileNameInArgv(sys.argv, __init__.ntlmaps_dir+'/'))
    +conf = config.read_config(config.findConfigFileNameInArgv(sys.argv, '/etc/conf.d/'))
    conf['GENERAL']['VERSION'] = '0.9.9.0.1'
    Save each of the code blocks (cut/paste into an editor) with the filenames given into a directory.  Update/check the md5sums in the PKGBUILD for each (dunno how to upload files into a thread so you'll have to check the sums match after pasting/saving and I don't yet have AUR access).  Then run makepkg.  You should end up with a working ntlmaps for python2.7.
    Cheers,
    Arkay.
    Last edited by arkay (2010-10-26 03:40:20)

  • Lightening to HDMI not working after recent update

    I recently updated my Ipad and now my Lightening to HDMI adapter does not seem to work.  It was working fine up until the most recent update.   I know that the HDMI cable works and all the other connections are fine b/c it works fine when plugged into our blu-ray player. 
    Has anyone else had this problem, or does anyone know how to fix this issue?

    What recent update?  The last Epson R220 update for non intel Macs was 08/19/10:  http://www.epson.com/cgi-bin/Store/support/supDetail.jsp?oid=60202&prodoid=58654 761&BV_UseBVCookie=yes&infoType=Downloads&platform=Macintosh&x=21&y=13
    What happens when you click on the EPSON Printer Utility which should be inside the Utility folder?  Have you tried repairing permissions and restarting your computer?  Have you read Epson's user manual and/or contacted their tech support?
    I also have the R220 model.  Besides using their drivers, I also use the Gimp drivers:  http://gimp-print.sourceforge.net/MacOSX.php

  • Possible fix for Gmail not syncing after recent update

    Hey all,
    I've seen at least one person on the forums who's had issues with their Gmail not syncing after the latest update. I thought I would pass along my solution to the problem in case it worked for others. After I updated to the latest version of the iPhone software a couple of days ago, my mail accounts from Gmail were behaving strangely. For one thing, all of my saved e-mails on the iPhone were deleted. For another, it no longer received any e-mail from those accounts. Finally, I decided to test it out by creating a new e-mail account on my iPhone to sync with a disused Gmail address that I had not yet set up for IMAP on my phone. To my surprise, it worked perfectly! Then, after I checked the details of the new e-mail account with those of my existing accounts, I discovered that the incoming server port number was incorrect on the other accounts. It was 995 when it ought to have been 993. When I corrected the port numbers, all of the accounts synced perfectly. I hope that might work for someone else. It was at least worth a post on the forums, I figured. Have a wonderful St. Patrick's day, everyone!

    Fantastic! Worked a treat - thanks!
    Lucy

  • Multiple speakers not working after recent update?

    Can anyone help me with getting my multiple speakers working with Itunes and ATV2. It wont work since last update a few days ago.

    I had the same problem all I did was unplug all my TV's and restated my iMac and all working fine again now hope this helps

  • Apper not working after recent update

    Hi everyone,
    with today's update of pacman, apper stopped working, any solution to get it back and running? I get this in the terminal:
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
    enumFromString ( Role ) : converted "" to "UnknownRole" , enum id 0
    enumFromString ( Group ) : converted "" to "UnknownGroup" , enum id 1
    enumFromString ( Filter ) : converted "" to "UnknownFilter" , enum id 3
    Error, cannot create transaction proxy
    QDBusError("com.trolltech.QtDBus.Error.InvalidObjectPath", "Invalid object path: Process /usr/lib/dbus-1.0/dbus-daemon-launch-helper received signal 5")
    Error, cannot create transaction proxy
    QDBusError("com.trolltech.QtDBus.Error.InvalidObjectPath", "Invalid object path: Process /usr/lib/dbus-1.0/dbus-daemon-launch-helper received signal 5")
    and in the GUI i get "an error occured" for everything, no package list, no nothing.
    Thanks.
    Edit: it started to work after a forced repo update today.
    Last edited by LyCC (2013-04-06 07:19:42)

    At my computer, there was a problem with the configuration file of pacman (/etc/pacman.conf). Do something with pacman in the terminal, and see if there is an warning message of pacman. After I updated the configuration file, the problem with Apper was gone.
    When solved, please change the subject with [SOLVED].

  • Do not disturb not working after recent update

    Gotta a 4s and after the current update, DND still not working right.  What's next?

    This has been an issue for a lot of people since iOS 7. or maybe just the 5s?
    Solution: get Fido to turn off Name Display. They'll say they can't. But they can. So tell them to get you a supervisor or something. Still not happening? Call and get someone else. When I found the right guy, it took him 3 seconds to do it.
    From what I understand, this Name Display thing is pretty unique to Rogers/Fido, either in function or how it works. And it ends up bypassing the DND programming.
    It's happened to me since 7.0.
    Apple's fault. Yup. Rogers fault. Yup. Both say its the other's problem. Really though, Rogers sells the phone and the service. They should fix the programming themselves.

  • Galaxy S4 not charging after recent update

    After installing the recent software update onto my Galaxy S4, it's been charging extremely slow. Last night I put the phone to charge with 35% battery life and this morning it was at only 65%. I've been charging it singe i came to work and it hasn't cracked the 80% mark.
    Can someone please assist?

        Hi Mr.0 - Let's give you back the power to power your phone! Are you using the original charger that came with the phone? Are you charging while connected to wall or a USB port? Since this began have you removed and reinserted the battery? I am eager to get this resolved!
    Thank you,
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • IPhone 3G will not sync after recent update to software

    I began a sync for my phone and new software was available and I allowed the update. Now my iPhone 3GS will not sync. continues to give an Unknown Error -39. What do I do?

    Thank you for the response, I have not tried a restore, won't that wipe out everything on the phone? Leaving on vacation and don't have time to start over, I'll have to try this after I get back if the next response does not solve the problem.

  • Backup disk for Time Machine not available after recent update.

    Please Help!!!
    I just did and automatic update that consisted of about 6 items, now my external hard drive is not even recognized! Long story short, Time Machine can not find my external to do a backup.
    I have already done all the unplugging and restarting and searching for the disk... Nothing!
    Plugged in, my external is Lit and seemingly functioning.
    There has GOT to be an easy fix for this one!
    Again, HELP!
    =Marc

    Check that the data cable is securely inserted at both ends.
    Try a different cable.
    If you're connecting the drive through a hub, connect it directly to a built-in port on the Mac.
    If you're connecting it directly, try a different port.
    Test the drive with another Mac. Test another drive with this Mac.
    Boot from your recovery partition (Mac OS X 10.7 or later) or from your installation disc, and launch Disk Utility. Is the drive recognized?
    If the drive doesn't work under any of the above conditions, and if another drive does work with the same Mac, then the drive has failed. You may be able to salvage the mechanism by removing it from the enclosure and installing it in another one, or in a drive dock.

  • Camera raw not working after recent update

    I updated my creative cloud apps last week.  Now when I try to open a raw image, photoshop opens then crashes before camera raw can open?  I have also tried to open images from bridge and it does the same thing?
    I have uninstalled and reinstalled both photoshop and bridge?  I spent over an hour on the phone with tech support in India and the tech couldn't find the problem?  I am suppose to hear from someone above him in the next few days.  I run a retouching business and cannot afford to be down!  Please help.

    You may get better help in Bridge General Discussion or Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

Maybe you are looking for

  • Samsung SyncMaster 204B - how do I fix the blurry type?

    I'm trying my new 20" monitor, and noticed that the images and type are not sharp. What do I need to do to fix this? The highest resolution setting I have is 1280 x 1024. thanks in advance........ G4   Mac OS X (10.3.9)   I'm sorry this posted to iPh

  • How to increase the size of memory?

    hi there, very oddly I get this error message: Exception in thread "main" java.lang.OutOfMemoryError: Java heap spaceWell... I have an excel file ~ 50,000 lines and I read all information into an ArrayList. when the list is ~! 40,000 - it's fine. I r

  • What driver do I need to connect to an HP Laserjet 2100?

    I have a new I Mac with OS X Lion  . . .What driver do I need to connect to an HP Laserjet 2100?

  • NAC certified list is empty

    I have a Out of Band NAC deployment in a test sandbox network. I have set up a basic check for Symantec Antivirus 10.0 and current definitions using the Clean Access agent. My switch configuration is correct, authentication works properly and by look

  • Not responding well

    My mobile(lumia 920) is not working well... Battery is draining so quickly.. And the screen is freezing out.. Need to do a reset everytime it happens.. I'm using windows 8.1 and with all the latest updates