I click on one genre and another shows up

I have an iPod touch 4th gen 32GB. In my iTunes I have changed the genres to the specific groups that I want them to be in. But I have encountered one problem: When I click on Indie Rock on my iPod, it shows the Light Rock category. When I choose Light Rock, it is also Light Rock. There is no way to go into my Indie Rock genre. It just isnt the bands showing up from one category to another, it is the header as well showing as the wrong genre.
Has anyone else encountered this and have a fix? I have done the newest 6.1.2 update and it happened before and after it.
Thanks.

This worked for me:
1) Figure out what the broken genre is, and where it goes.  For example, I would touch "Rock" and get a list of "Pop".
2) Remove from the device all songs from the targeted genre ("Pop" in my example), while keeping songs that belong to the broken genre ("Rock" in my example).  I sync everything, so for me this meant changing to "Selected playlists, ..." and then checking all the genres except the one I didn't want.  (Renaming the targeted genre will not work.  The songs need to be removed.  I found that there seemed to be one song that triggered the bad link.)
3) Use the device to access the broken genre again ("Rock" in my example).  It will re-index (this took a few seconds for me) and then display the correct entries for the genre.
4) Repeat steps 1-3 for any other broken genres.
Certainly this is a bug, but these steps allowed me to work around it.

Similar Messages

  • I click on one song and another one starts playing.  Cover art for one artist shows up on another album.  All of my music isn't showing up.  Please help.  Why is this happening?  How can I fix it?

    I click on one song and another one starts playing.  Cover art for one artist shows up on another album.  All of my music isn't showing up.  Please help.  Why is this happening?  How can I fix it?

    Sorry for not getting back with you...
    That moves only the iTunes media, not the iTunes library (which is really kinda nebulous).
    iTunes library = iTunes folder and all the media, wherever it is located.
    The /Music/iTunes/ folder contains the iTunes library.itl file, which keeps track of everything in iTunes.
    I do however still have the original MAIN startup drive still in the computer, it's just not the startup.
    This is good you still have it.
    Try this...
    Hold Option and launch iTunes.
    Select Choose library... and select the /iTunes/ folder on the original drive. It should be in /Users/your_user_name/Music/.
    Don't mess with anything. We can get it cleared up.
    Does everything work okay?

  • Moving entries of imported Audio cd's to one genre to another?

    I've imported a number of audio cd's from the same artist and it has arranged them into two different genres. Anyone know how to move imported items in the itunes library from one genre to another so that the mulitple albums by the same artist are collated in the same genre?

    select the tracks you want group together and right click. if you are doing this in iTunes "get info", if you are doing this in windows "properties. there you will beable to edit all info.

  • Select a number of fields between one field and another

    Hello,
    Is there any way to make a SELECT to show a number of fields between one field and another,
    without writting all the fields one by one ?
    For example, I have one table with these fields:
    TABLE EMPLOYEE:
    ID_EMPLOYEE NAME PHONE CAR AGE MARRIED
    and I just want to make a SELECT who shows only fields from NAME to AGE, but i don't want to
    write in the SELECT all the fields one by one.
    Is this possible?
    Thank you very much.
    Sorry for my english it's not very good.

    Swam wrote:
    Hello,
    Is there any way to make a SELECT to show a number of fields between one field and another,
    without writting all the fields one by one ?
    For example, I have one table with these fields:
    TABLE EMPLOYEE:
    ID_EMPLOYEE NAME PHONE CAR AGE MARRIED
    and I just want to make a SELECT who shows only fields from NAME to AGE, but i don't want to
    write in the SELECT all the fields one by one.
    Is this possible?
    Thank you very much.
    Sorry for my english it's not very good.If you use the DBMS_SQL package to execute your query you can reference the columns by position rather than name.
    One examples of using DBMS_SQL package:
    SQL> ed
    Wrote file afiedt.buf
      1  DECLARE
      2    cur       PLS_INTEGER := DBMS_SQL.OPEN_CURSOR;
      3    cols      DBMS_SQL.DESC_TAB;
      4    ncols     PLS_INTEGER;
      5    v_min_col NUMBER := 2;
      6    v_max_col NUMBER := 4;
      7    v_val     VARCHAR2(4000);
      8    v_bindval VARCHAR2(4000);
      9    v_ret     NUMBER;
    10    d         NUMBER;
    11  BEGIN
    12    -- Parse the query.
    13    DBMS_SQL.PARSE(cur, 'SELECT * FROM emp', DBMS_SQL.NATIVE);
    14    -- Retrieve column information
    15    DBMS_SQL.DESCRIBE_COLUMNS (cur, ncols, cols);
    16    -- Display each of the column names and bind variables too
    17    FOR colind IN v_min_col..v_max_col
    18    LOOP
    19      DBMS_OUTPUT.PUT_LINE ('Column:'||colind||' : '||cols(colind).col_name);
    20      DBMS_SQL.DEFINE_COLUMN(cur,colind,v_bindval,4000);
    21    END LOOP;
    22    -- Display data for those columns
    23    d := DBMS_SQL.EXECUTE(cur);
    24    LOOP
    25      v_ret := DBMS_SQL.FETCH_ROWS(cur);
    26      v_val := NULL;
    27      EXIT WHEN v_ret = 0;
    28      FOR colind in v_min_col..v_max_col
    29      LOOP
    30        DBMS_SQL.COLUMN_VALUE(cur,colind,v_bindval);
    31        v_val := LTRIM(v_val||','||v_bindval,',');
    32      END LOOP;
    33      DBMS_OUTPUT.PUT_LINE(v_val);
    34    END LOOP;
    35    DBMS_SQL.CLOSE_CURSOR (cur);
    36* END;
    SQL> /
    Column:2 : ENAME
    Column:3 : JOB
    Column:4 : MGR
    SMITH,CLERK,7902
    ALLEN,SALESMAN,7698
    WARD,SALESMAN,7698
    JONES,MANAGER,7839
    MARTIN,SALESMAN,7698
    BLAKE,MANAGER,7839
    CLARK,MANAGER,7839
    SCOTT,ANALYST,7566
    KING,PRESIDENT,
    TURNER,SALESMAN,7698
    ADAMS,CLERK,7788
    JAMES,CLERK,7698
    FORD,ANALYST,7566
    MILLER,CLERK,7782
    PL/SQL procedure successfully completed.
    SQL>Of course, if you were going to do this properly you would bind the correct datatypes of variables based on the types of the columns (the type information is also available through the describe information)

  • We used to be able to sort by multiple columns/rows at once by right clicking on the header and choosing show more options-how do we do that in the new Numbers?

    We used to be able to sort by multiple columns/rows at once by right clicking on the header and choosing show more options-how do we do that in the new Numbers?  It doesn't appear anywhere.  Do I now have to sort massive tables by each column one at a time now?  Also there used to be an easier way to merge/unmerge cells without me having to go to the table menu each time.  Am I missing something?

    Multiple column sort is a missing feature in the new version.  Hopefully soon to return. You can do a multicolumn sort by sorting one at a time in reverse order of importance.
    For merging and unmerging cells, I select the cells and right click to bring up the contextual menu. Merge and unmerge are on the menu.  You could also create keyboard shortcuts for Merge Cells and Unmerge Cells in the Table menu.

  • I created one iTunes account on one pc and another iTunes account on my current pc. How do I merge the two accounts?

    I created one iTunes account on one pc and another iTunes account on my current pc. How do I merge the two accounts?

    Csound1 wrote:
    iMatch works by matching or uploading the music in your iTunes account, it doesn't matter where the music came from as long as it now in your account, but if you purchased it with a different account you will need to be logged in
    No.
    As long as you computer is authorized for that iTunes account, the songs will work with iTunes Match. The user does not need to be logged in on that computer.
    Husband's computer and husband's iTunes account signed in.
    Songs from wife's iTunes account on computer and computer authorized for wife's account. Songs from both will work with iTunes Match.

  • How do I use dual displays to have a full screen app on one monitor and another full screen app or the desktop on the other?

    How do I use dual displays to have a full screen app on one monitor and another full screen app or the desktop on the other?
    I want to have my itunes visualizer on my TV which is connected via HDMI adapter, and still have access to full screen itunes and my desktop on the main display.
    Any suggestions?  App downloads that can do this?  Please let me know.

    You can't do it.  This has been an issue since Lion.

  • My iphone 4 Carrier signal is very weak just shows one bar and often shows No Service followed by searching and again one signal bar I have had a lot of drop calls, I have tested the sim card on my Samsung Ace which shows full Signal strength I am on the

    My iphone 4 Carrier signal is very weak just shows one bar and often shows No Service followed by searching and again one signal bar I have had a lot of drop calls, I have tested the sim card on my Samsung Ace which shows full Signal strength I am on the latest iphone firmware 5.1.1 with 4.12.01 baseband I have tried resetting the iphone did o full restore twice. I guess there is something wrong with the iphone hardware? Has anyone had similar issues and how they fixed it?

    Take the device to Apple or an Apple authorized service center and let them check it out.

  • Use a gtk theme for one app and another for the whole system??

    I would like to know if is it possible to use a theme for one application and use another for the remaining of the system? I use OpenBox and I change themes with Lxappearance...
    Thanks,

    Uhh, thanks mauryck for the question and anonymous_user for the answer! I use a very slow gtk theme, and one program suffer from it, but this theme is so beautiful so I dont like to change. Never though about this solution, use a different theme only for this program!
    Sometimes the solution is so simple...

  • I CLICK ON ONE LAYER AND OPEN ANOTHER

    Hello.  I'm having a problem with selecting the layer I want to work in in Photoshop CC.  Let's say I have a white background.  I'm on the Type tool.  I click 'create a new layer' .  In the Layers panel, it now says: [ T ] Layer 1.  On the page I now type "1111".  Back in the Layers pallet (for no good reason) I mindlessly click on  [ T ] Layer 1 and it turns into: [ T ] 1111.  I didn't ask it to change its title to that, but it just did.  So I think, well, I'm not finished with this page, so I want to get right back on it.  So in the Layers pallet I click onto what is now called: [ T ] 1111 (to let the layers panel know I want to work on that same page again), and what does it do?  It doesn't let me work on that page.  It makes a brand new layer called, once again: [ T ] Layer 1. 
    After tooling around with this all day, desiring to type onto the layer that I selected, I made a discovery.  If I click first onto the desired layer in the Layers pallet, in this case: [ T ] 1111, and then click exactly on top of the writing on the page itself, I will be allowed back onto this layer.  But if I click onto any white space around it, it will create yet another layer in the Layers pallet.
    After Googling around, I thought Oh.  Maybe this is because my Auto-Select is on?  I did in fact use it before.  So I click it off.  No difference.  I shut Photoshop on and off.  No difference.
    I'm wondering if anyone else has met this challenge?  And if you'd be able to help me I'd be really and truly grateful!

    First thing to try is reset Preferences.  I can't see what OS you are using so
    Hold down Shift Ctrl Alt immediately after starting Photoshop (Shift Cmd Opt on a Mac)
    If still no joy, are you using a mouse or tablet as your point device?  Is it problematic in other apps?
    Try working through this
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    If still stuck, we need to know Operating system?  Photoshop CC or CC 2014?  any hardware that might be an issue (i.e. Wacom tablet or Cintiq, wireless mouse, trackpad etc.  Any other information that would help

  • Is there a way to click on one image and activate the animation in another class?

    I'm using the ibooks.js library. So it'd need to .activate another class if using the ibooks-toggleable function.
    Thanks!

    Harold,
    I can't say how this compares to Word, since I don't use it, but you can open as many document at a time as you wish in Pages. Each will have its own window. Having too many open will slow your system and reduce Macbook battery life.
    Jerry

  • I click one song and another one plays

    Most of my songs have suddenly decided to play a different song that what I choose.  For example, I tried to play Barefoot Blue Jean Night and Evacuate the Dancefloor started playing instead.  The title stayed as Barefoot Blue Jean Night but the album cover and other song info was for Evacuate the Dancefloor.  I've synced, updated, backed up, and everything else I can think of, and instead of improving the problem, more songs get messed up. -_- Can someone pleeease tell me how to fix this??

    There is a setting called Repeat.  It is on the iPod's Settings screen.  If it is set to One, it will repeat the current song.  Set it to Off (no repeat) or All (repeat playlist).

  • Rollover on one image and another jumps up!

    Please respond to my email: [email protected]
    How do I solve this problem-- In my image gallery, I mouse
    over on an image and up comes the image, HOWEVER, another image
    jumps up too.... Since all five images are in a row with space
    between each. When I mouse over, one or two more images sometimes
    jump up when they are not supposed to. HOW DO I SOLVE THIS????
    HELP.
    There are eight frames on timeline for the tweening. I click
    on SCENE, and choose ACTIONS: the Actionscript I put in separately
    for each movie clip is shown below:
    on (rollOver) {
    this.gotoAndPlay(2);
    this.swapDepths(1);
    on (rollOut) {
    this.gotoAndPlay(8);

    This worked for me:
    1) Figure out what the broken genre is, and where it goes.  For example, I would touch "Rock" and get a list of "Pop".
    2) Remove from the device all songs from the targeted genre ("Pop" in my example), while keeping songs that belong to the broken genre ("Rock" in my example).  I sync everything, so for me this meant changing to "Selected playlists, ..." and then checking all the genres except the one I didn't want.  (Renaming the targeted genre will not work.  The songs need to be removed.  I found that there seemed to be one song that triggered the bad link.)
    3) Use the device to access the broken genre again ("Rock" in my example).  It will re-index (this took a few seconds for me) and then display the correct entries for the genre.
    4) Repeat steps 1-3 for any other broken genres.
    Certainly this is a bug, but these steps allowed me to work around it.

  • Does Firefox have a feature like the software named Robo-form, where like if you wanted to go to your gmail, you could click on one thing, and not have to inter user name and password every single time?

    Some times in Firefox I see pop ups where Firefox is allowing you to make Firefox remember a password or some such thing like that.
    I want to go to an account or web site where I have already registered, type in my user name and password and then before I log in, have Firefox remember my log in information, so that in the future I could go to a folder let's say, that has a list, and just click on the one item, spending less time logging in at places.
    Is this something Firefox does, or do I have to say, use a software like Robo-form?

    https://support.mozilla.com/en-US/kb/Remembering+passwords

  • My 4890dw Image Cllass Printer prints one page and then shows error message.

    After clearing the error message, it will print multiple pages (including the first one).  Have reinstalled the driver; no help.

    Hi Pmullins6!
    So that the Community can help you better, we will need to know what the error message is and the Computer Operating System you're using. (Windows XP/Vista/7/8 or Mac 10.x) 
    Any other details you'd like to give will only help the Community better understand your issue!
    If this is an urgent support need, please CLICK HERE to reach our friendly Technical Support Team by phone or email.
    Thanks!

Maybe you are looking for

  • Channel Guide not Full Screen

    Since the new update for the FIOS cable box, the channel guide will not fill the screen. I did some research and found that it is because I have one of the older models of cable boxes. I called Verizon and the supprt tech told me that I could order a

  • Issue with parameter in my package

    Hi ! I have a problem and I don't know how resolve it ... and I don't know where searching an answer ... So my problem is that : I create a concurrent program with a parameter : p_type_edition (in lower case) I create a dataTemplate with the paramete

  • ABAP list report wont print on Z device type with Z format

    Our developer have created a report which outputs data in ABAP list format and the standard format would not fit. We have since created a custom format and copied a device type in to custom device type. So we now have a custom format and custom devic

  • Car Adapter Part Number needed for Qosmio G20-110

    Hi, I need a car adapter for my G20-110, but can't find any info anywhere on the Toshiba web site. The AC power supply has 4 pins, so one of the cheap jobs from Maplins won't fit. Any ideas?? Many Thanks Richard

  • XML+XSLT Portlet -- feature still in 5x?

    Did you guys take this feature out of the product? In 4.5, you used to be able to create a remote gadget by supplying an XML document and an XSLT stylesheet, the end result being an HTML portlet. Is that possible in 5.0? Customer 1000 wants me to do